Theorems · Theorem · category theory
CategoryTheory.dite_comp
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : Prop} [inst_1 : Decidable P] {X Y Z : C} (g : P → (Z ⟶ Y))
(g' : ¬P → (Z ⟶ Y)) (f : Y ⟶ X),
CategoryTheory.CategoryStruct.comp (if h : P then g h else g' h) f =
if h : P then CategoryTheory.CategoryStruct.comp (g h) f else CategoryTheory.CategoryStruct.comp (g' h) f- Defined in
- Mathlib.CategoryTheory.Category.Basic
- Cited by
- 11 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 by11
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.biproduct.lift_descproof · cited by 3
- CategoryTheory.rightDistributor_invproof · cited by 2
- CategoryTheory.Mat_.additiveObjIsoBiproduct_naturalityproof · cited by 2
- CategoryTheory.leftDistributor_invproof · cited by 2
- CategoryTheory.biproduct_ι_comp_leftDistributor_homproof · cited by 1
- CategoryTheory.biproduct_ι_comp_leftDistributor_invproof · cited by 1
- CategoryTheory.biproduct_ι_comp_rightDistributor_homproof · cited by 1
- CategoryTheory.biproduct_ι_comp_rightDistributor_invproof · cited by 1
- CategoryTheory.Limits.biproduct.desc_eqproof · cited by 1
- CategoryTheory.leftDistributor_rightDistributor_assocproof · cited by 0
- CategoryTheory.Limits.biproduct.map_eqproof · cited by 0