Theorems · Definition · category theory
CategoryTheory.Comma.equivProd
{A : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} A] →
{B : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
(L : CategoryTheory.Functor A (CategoryTheory.Discrete PUnit.{u_1 + 1})) →
(R : CategoryTheory.Functor B (CategoryTheory.Discrete PUnit.{u_1 + 1})) → CategoryTheory.Comma L R ≌ A × BTaking the comma category of two functors into Discrete PUnit results in something
is equivalent to their product.
- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 21 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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Functor.idproof · cited by 3,333
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Equivalencestatement · cited by 601
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.Comma.fstproof · cited by 76
- CategoryTheory.Comma.sndproof · cited by 51
- CategoryTheory.Functor.prod'proof · cited by 31
- CategoryTheory.Comma.fromProdproof · cited by 7
Cited by14
Results whose statement or proof uses this declaration.
- CategoryTheory.Comma.toIdPUnitEquivproof · cited by 1
- CategoryTheory.Comma.toPUnitIdEquivproof · cited by 1
- CategoryTheory.Comma.equivProd_counitIso_hom_appstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_counitIso_inv_appstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_functor_mapstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_functor_objstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_inverse_map_leftstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_inverse_map_rightstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_inverse_obj_leftstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_inverse_obj_rightstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_unitIso_hom_app_leftstatement and proof · cited by 0
- CategoryTheory.Comma.equivProd_unitIso_hom_app_rightstatement and proof · cited by 0