Mathlib Map

Theorems · Theorem · category theory

Function.MulExact.iff_rangeFactorization

∀ {M : Type u_2} {N : Type u_4} {P : Type u_6} {f : M → N} {g : N → P} [inst : One P] (hg : 1 ∈ Set.range g),
  Function.MulExact f g ↔ Function.MulExact 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 [One (Set.range g)] (which is unlikely) this lemma may not apply if the one of Set.range g is not definitionally equal to ⟨1, hg⟩.

Defined in
Mathlib.Algebra.Exact.Basic
Cited by
2 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
One

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.