Theorems · Theorem · category theory
CategoryTheory.MorphismProperty.FunctorialFactorizationData.mk.sizeOf_spec
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {W₁ W₂ : CategoryTheory.MorphismProperty C}
[inst_1 : SizeOf C] [inst_2 : ⦃X Y : C⦄ → (x : X ⟶ Y) → SizeOf (W₁ x)]
[inst_3 : ⦃X Y : C⦄ → (x : X ⟶ Y) → SizeOf (W₂ x)] (Z : CategoryTheory.Functor (CategoryTheory.Arrow C) C)
(i : CategoryTheory.Arrow.leftFunc ⟶ Z) (p : Z ⟶ CategoryTheory.Arrow.rightFunc)
(fac :
autoParam (CategoryTheory.CategoryStruct.comp i p = CategoryTheory.Arrow.leftToRight)
CategoryTheory.MorphismProperty.FunctorialFactorizationData.fac._autoParam)
(hi : ∀ (f : CategoryTheory.Arrow C), W₁ (i.app f)) (hp : ∀ (f : CategoryTheory.Arrow C), W₂ (p.app f)),
sizeOf { Z := Z, i := i, p := p, fac := fac, hi := hi, hp := hp } = 1 + sizeOf Z + sizeOf i + sizeOf p + sizeOf fac- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
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 · 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.