We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af13a5 commit a6e645fCopy full SHA for a6e645f
Mathlib/CategoryTheory/Abelian/DiagramLemmas/Four.lean
@@ -59,6 +59,7 @@ section Four
59
60
variable {R₁ R₂ : ComposableArrows C 3} (φ : R₁ ⟶ R₂)
61
62
+set_option maxHeartbeats 400000 in
63
theorem mono_of_epi_of_mono_of_mono' (hR₁ : R₁.map' 0 2 = 0)
64
(hR₁' : (mk₂ (R₁.map' 1 2) (R₁.map' 2 3)).Exact)
65
(hR₂ : (mk₂ (R₂.map' 0 1) (R₂.map' 1 2)).Exact)
0 commit comments