Theorems · Theorem · category theory
Function.Exact.rangeFactorization
∀ {M : Type u_2} {N : Type u_4} {P : Type u_6} {f : M → N} {g : N → P} [inst : Zero P],
Function.Exact f g → ∀ (hg : 0 ∈ Set.range g), Function.Exact Subtype.val (Set.rangeFactorization g)If two maps f : M → N and g : N → P are exact, then 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
- 0 results in Mathlib
- Foundations
- Depth 20 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.
Cites6
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 · cited by 7,166
- Set.rangestatement and proof · cited by 4,705
- Function.Exactstatement and proof · cited by 182
- Set.rangeFactorizationstatement · cited by 56
- Function.Exact.iff_rangeFactorizationproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.