Theorems · Definition · category theory
HomotopicalAlgebra.CofibrantBrownFactorization.mk.noConfusion
{C : Type u_1} →
{inst : CategoryTheory.Category.{v_1, u_1} C} →
{inst_1 : HomotopicalAlgebra.ModelCategory C} →
{X Y : C} →
{f : X ⟶ Y} →
{P : Sort u} →
{toMapFactorizationData :
(HomotopicalAlgebra.cofibrations C).MapFactorizationData (HomotopicalAlgebra.trivialFibrations C) f} →
{s : Y ⟶ toMapFactorizationData.Z} →
{s_p :
autoParam
(CategoryTheory.CategoryStruct.comp s toMapFactorizationData.p =
CategoryTheory.CategoryStruct.id Y)
HomotopicalAlgebra.CofibrantBrownFactorization.s_p._autoParam} →
{cofibration_s :
autoParam (HomotopicalAlgebra.Cofibration s)
HomotopicalAlgebra.CofibrantBrownFactorization.cofibration_s._autoParam} →
{toMapFactorizationData' :
(HomotopicalAlgebra.cofibrations C).MapFactorizationData
(HomotopicalAlgebra.trivialFibrations C) f} →
{s' : Y ⟶ toMapFactorizationData'.Z} →
{s_p' :
autoParam
(CategoryTheory.CategoryStruct.comp s' toMapFactorizationData'.p =
CategoryTheory.CategoryStruct.id Y)
HomotopicalAlgebra.CofibrantBrownFactorization.s_p._autoParam} →
{cofibration_s' :
autoParam (HomotopicalAlgebra.Cofibration s')
HomotopicalAlgebra.CofibrantBrownFactorization.cofibration_s._autoParam} →
{ toMapFactorizationData := toMapFactorizationData, s := s, s_p := s_p,
cofibration_s := cofibration_s } =
{ toMapFactorizationData := toMapFactorizationData', s := s', s_p := s_p',
cofibration_s := cofibration_s' } →
(toMapFactorizationData ≍ toMapFactorizationData' → s ≍ s' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- HomotopicalAlgebra.ModelCategorystatement and proof · cited by 141
- CategoryTheory.MorphismProperty.MapFactorizationData.Zstatement and proof · cited by 63
- CategoryTheory.MorphismProperty.MapFactorizationDatastatement and proof · cited by 63
- HomotopicalAlgebra.cofibrationsstatement and proof · cited by 37
- CategoryTheory.MorphismProperty.MapFactorizationData.pstatement and proof · cited by 36
- HomotopicalAlgebra.trivialFibrationsstatement and proof · cited by 30
- HomotopicalAlgebra.Cofibrationstatement and proof · cited by 27
- HomotopicalAlgebra.CofibrantBrownFactorizationstatement · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- HomotopicalAlgebra.CofibrantBrownFactorization.mk.injproof · cited by 1