Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MorphismProperty.quotient_iff

∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] (W : CategoryTheory.MorphismProperty C)
  (homRel : HomRel C) [inst_1 : CategoryTheory.HomRel.IsStableUnderPrecomp homRel]
  [inst_2 : CategoryTheory.HomRel.IsStableUnderPostcomp homRel] [inst_3 : W.HasQuotient homRel] {X Y : C} (f : X ⟶ Y),
  W.quotient homRel ((CategoryTheory.Quotient.functor homRel).map f) ↔ W f
Defined in
Mathlib.CategoryTheory.MorphismProperty.Quotient
Cited by
3 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.HomRel.IsStableUnderPrecompCategoryTheory.HomRel.IsStableUnderPostcompCategoryTheory.MorphismProperty.HasQuotient

Around this declaration

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

Cites18

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

Cited by3

Results whose statement or proof uses this declaration.