Theorems · Definition · category theory
CategoryTheory.MorphismProperty.FunctorialFactorizationData.recOn
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{W₁ W₂ : CategoryTheory.MorphismProperty C} →
{motive : W₁.FunctorialFactorizationData W₂ → Sort u} →
(t : W₁.FunctorialFactorizationData W₂) →
((Z : CategoryTheory.Functor (CategoryTheory.Arrow C) C) →
(i : CategoryTheory.Arrow.leftFunc ⟶ Z) →
(p : Z ⟶ CategoryTheory.Arrow.rightFunc) →
(fac : CategoryTheory.CategoryStruct.comp i p = CategoryTheory.Arrow.leftToRight) →
(hi : ∀ (f : CategoryTheory.Arrow C), W₁ (i.app f)) →
(hp : ∀ (f : CategoryTheory.Arrow C), W₂ (p.app f)) →
motive { Z := Z, i := i, p := p, fac := fac, hi := hi, hp := hp }) →
motive t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Arrowstatement and proof · cited by 713
- CategoryTheory.Arrow.leftFuncstatement and proof · cited by 37
- CategoryTheory.Arrow.rightFuncstatement and proof · cited by 32
- CategoryTheory.MorphismProperty.FunctorialFactorizationDatastatement and proof · cited by 20
- CategoryTheory.Arrow.leftToRightstatement and proof · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.