Theorems · Theorem · category theory
Function.Surjective.comp_exact_iff_exact
∀ {R : Type u_1} {M : Type u_2} {M' : Type u_3} {N : Type u_4} {P : Type u_6} [inst : Semiring R]
[inst_1 : AddCommMonoid M] [inst_2 : AddCommMonoid M'] [inst_3 : AddCommMonoid N] [inst_4 : AddCommMonoid P]
[inst_5 : Module R M] [inst_6 : Module R M'] [inst_7 : Module R N] [inst_8 : Module R P] {f : M →ₗ[R] N}
{g : N →ₗ[R] P} {p : M' →ₗ[R] M}, Function.Surjective ⇑p → (Function.Exact ⇑(f ∘ₗ p) ⇑g ↔ Function.Exact ⇑f ⇑g)- Defined in
- Mathlib.Algebra.Exact.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Setproof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- LinearMap.compstatement · cited by 1,642
- Function.Exactstatement · cited by 182
- Function.Surjective.range_compproof · cited by 18
Cited by2
Results whose statement or proof uses this declaration.
- Algebra.Generators.H1Cotangent.exact_map_δ'proof · cited by 1
- LinearEquiv.precomp_exact_iff_exactproof · cited by 0