Theorems · Theorem · category theory
AddMonoidHom.surjective_of_surjective_of_surjective_of_injective
∀ {M₁ : Type u_1} {M₂ : Type u_2} {M₃ : Type u_3} {M₄ : Type u_4} {N₁ : Type u_6} {N₂ : Type u_7} {N₃ : Type u_8}
{N₄ : Type u_9} [inst : AddGroup M₁] [inst_1 : AddGroup M₂] [inst_2 : AddGroup M₃] [inst_3 : AddGroup M₄]
[inst_4 : AddGroup N₁] [inst_5 : AddGroup N₂] [inst_6 : AddGroup N₃] [inst_7 : AddGroup N₄] (f₁ : M₁ →+ M₂)
(f₂ : M₂ →+ M₃) (f₃ : M₃ →+ M₄) (g₁ : N₁ →+ N₂) (g₂ : N₂ →+ N₃) (g₃ : N₃ →+ N₄) (i₁ : M₁ →+ N₁) (i₂ : M₂ →+ N₂)
(i₃ : M₃ →+ N₃) (i₄ : M₄ →+ N₄),
g₁.comp i₁ = i₂.comp f₁ →
g₂.comp i₂ = i₃.comp f₂ →
g₃.comp i₃ = i₄.comp f₃ →
Function.Exact ⇑f₂ ⇑f₃ →
Function.Exact ⇑g₁ ⇑g₂ →
Function.Exact ⇑g₂ ⇑g₃ →
Function.Surjective ⇑i₁ → Function.Surjective ⇑i₃ → Function.Injective ⇑i₄ → Function.Surjective ⇑i₂One four lemma in terms of additive groups. For a diagram explaining the variables, see the module docstring.
- Defined in
- Mathlib.Algebra.FiveLemma
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- AddGroupstatement and proof · cited by 4,410
- AddMonoidHomstatement and proof · cited by 3,230
- sub_selfproof · cited by 996
- map_addproof · cited by 964
- map_subproof · cited by 565
- sub_add_cancelproof · cited by 344
- AddMonoidHom.compstatement and proof · cited by 339
- DFunLike.congr_funproof · cited by 288
- Function.Exactstatement and proof · cited by 182
- map_eq_zero_iffproof · cited by 62
- Function.Exact.apply_apply_eq_zeroproof · cited by 11
Cited by3
Results whose statement or proof uses this declaration.
- LinearMap.surjective_of_surjective_of_surjective_of_injectiveproof · cited by 2
- AddMonoidHom.surjective_of_surjective_of_injective_of_left_exactproof · cited by 1