Theorems · Theorem · category theory
Function.Exact.iff_rangeFactorization
∀ {M : Type u_2} {N : Type u_4} {P : Type u_6} {f : M → N} {g : N → P} [inst : Zero P] (hg : 0 ∈ Set.range g),
Function.Exact f g ↔ Function.Exact Subtype.val (Set.rangeFactorization g)Two maps f : M → N and g : N → P are exact if and only if the induced maps
Set.range f → N → Set.range g are exact.
Note that if you already have an instance [Zero (Set.range g)] (which is unlikely) this lemma
may not apply if the zero of Set.range g is not definitionally equal to ⟨0, hg⟩.
- Defined in
- Mathlib.Algebra.Exact.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Zero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Set.Elemstatement and proof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.rangestatement and proof · cited by 4,705
- Function.Exactstatement · cited by 182
- Subtype.range_coe_subtypeproof · cited by 170
- Set.mem_rangeproof · cited by 102
- Set.rangeFactorizationstatement · cited by 56
Cited by3
Results whose statement or proof uses this declaration.
- Function.Exact.iff_linearMap_rangeRestrictproof · cited by 1
- Function.Exact.iff_addMonoidHom_rangeRestrictproof · cited by 1
- Function.Exact.rangeFactorizationproof · cited by 0