Mathlib Map

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.