Theorems · Theorem · category theory
Function.Exact.exact_mapQ_iff
∀ {R : Type u_1} {M : Type u_2} {N : Type u_4} {P : Type u_6} [inst : Ring R] [inst_1 : AddCommGroup M]
[inst_2 : AddCommGroup N] [inst_3 : AddCommGroup P] [inst_4 : Module R M] [inst_5 : Module R N] [inst_6 : Module R P]
{f : M →ₗ[R] N} {g : N →ₗ[R] P},
Function.Exact ⇑f ⇑g →
∀ {p : Submodule R M} {q : Submodule R N} {r : Submodule R P} (hpq : p ≤ Submodule.comap f q)
(hqr : q ≤ Submodule.comap g r),
Function.Exact ⇑(p.mapQ q f hpq) ⇑(q.mapQ r g hqr) ↔ g.range ⊓ r ≤ Submodule.map g qA necessary and sufficient condition for an exact sequence to descend to a quotient.
- Defined in
- Mathlib.Algebra.Exact.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- HasQuotient.Quotientstatement and proof · cited by 2,301
- LinearMap.compproof · cited by 1,642
- LinearMap.rangestatement and proof · cited by 893
- LinearMap.kerproof · cited by 848
- Submodule.mapstatement and proof · cited by 614
Cited by1
Results whose statement or proof uses this declaration.
- QuotSMulTop.map_first_exact_on_four_term_exact_of_isSMulRegular_lastproof · cited by 1