Theorems · Definition · category theory
CategoryTheory.MorphismProperty.FunctorialFactorizationData.ofLE
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{W₁ W₂ : CategoryTheory.MorphismProperty C} →
W₁.FunctorialFactorizationData W₂ →
{W₁' W₂' : CategoryTheory.MorphismProperty C} → W₁ ≤ W₁' → W₂ ≤ W₂' → W₁'.FunctorialFactorizationData W₂'If W₁ ≤ W₁' and W₂ ≤ W₂', then a functorial factorization for W₁ and W₂ induces
a functorial factorization for W₁' and W₂'.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 63 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.
Cites6
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
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.MorphismProperty.FunctorialFactorizationDatastatement and proof · cited by 20
- CategoryTheory.MorphismProperty.FunctorialFactorizationData.Zproof · cited by 10
- CategoryTheory.MorphismProperty.FunctorialFactorizationData.iproof · cited by 7
- CategoryTheory.MorphismProperty.FunctorialFactorizationData.pproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.