Theorems · Theorem · category theory
CategoryTheory.comp_dite
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : Prop} [inst_1 : Decidable P] {X Y Z : C} (f : X ⟶ Y)
(g : P → (Y ⟶ Z)) (g' : ¬P → (Y ⟶ Z)),
CategoryTheory.CategoryStruct.comp f (if h : P then g h else g' h) =
if h : P then CategoryTheory.CategoryStruct.comp f (g h) else CategoryTheory.CategoryStruct.comp f (g' h)- Defined in
- Mathlib.CategoryTheory.Category.Basic
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
Cited by14
Results whose statement or proof uses this declaration.
- CategoryTheory.rightDistributor_homproof · cited by 4
- CategoryTheory.leftDistributor_homproof · cited by 4
- CategoryTheory.Limits.biproduct.lift_descproof · cited by 3
- CategoryTheory.rightDistributor_hom_comp_biproduct_πproof · cited by 2
- CategoryTheory.Mat_.additiveObjIsoBiproduct_naturalityproof · cited by 2
- CategoryTheory.leftDistributor_hom_comp_biproduct_πproof · cited by 2
- CategoryTheory.rightDistributor_inv_comp_biproduct_πproof · cited by 1
- CategoryTheory.Limits.IsBilimit.totalproof · cited by 1
- CategoryTheory.Limits.biproduct.lift_eqproof · cited by 1
- CategoryTheory.leftDistributor_inv_comp_biproduct_πproof · cited by 1
- CategoryTheory.leftDistributor_rightDistributor_assocproof · cited by 0
- CategoryTheory.Limits.biproduct.map_eqproof · cited by 0