Theorems · Definition · category theory
CategoryTheory.HomRel.IsStableUnderPostcomp.casesOn
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{r : HomRel C} →
{motive : CategoryTheory.HomRel.IsStableUnderPostcomp r → Sort u} →
(t : CategoryTheory.HomRel.IsStableUnderPostcomp r) →
((comp_right :
∀ {X Y Z : C} {f f' : X ⟶ Y} (g : Y ⟶ Z),
r f f' → r (CategoryTheory.CategoryStruct.comp f g) (CategoryTheory.CategoryStruct.comp f' g)) →
motive ⋯) →
motive t- Defined in
- Mathlib.CategoryTheory.Quotient
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- HomRelstatement and proof · cited by 49
- CategoryTheory.HomRel.IsStableUnderPostcompstatement and proof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.