Mathlib Map

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 × B

Taking 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
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Comma.toIdPUnitEquiv · cited by 1Comma.toIdPUnitEquivCategoryTheory.Comma.toPUnitIdEquiv · cited by 1Comma.toPUnitIdEquivCategoryTheory.Comma.equivProd_counitIso_hom_app · cited by 0Comma.equivProd_counitIso…CategoryTheory.Comma.equivProd_counitIso_inv_app · cited by 0Comma.equivProd_counitIso…CategoryTheory.Comma.equivProd_functor_map · cited by 0Comma.equivProd_functor_m…CategoryTheory.Comma.equivProd_functor_obj · cited by 0Comma.equivProd_functor_o…CategoryTheory.Comma.equivProd_inverse_map_left · cited by 0Comma.equivProd_inverse_m…CategoryTheory.Comma.equivProd_inverse_map_right · cited by 0Comma.equivProd_inverse_m…CategoryTheory.Comma.equivProd_inverse_obj_left · cited by 0Comma.equivProd_inverse_o…CategoryTheory.Comma.equivProd_inverse_obj_right · cited by 0Comma.equivProd_inverse_o…CategoryTheory.Comma.equivProd_unitIso_hom_app_left · cited by 0Comma.equivProd_unitIso_h…CategoryTheory.Comma.equivProd_unitIso_hom_app_right · cited by 0Comma.equivProd_unitIso_h…CategoryTheory.Comma.equivProd_unitIso_inv_app_left · cited by 0Comma.equivProd_unitIso_i…CategoryTheory.Comma.equivProd_unitIso_inv_app_right · cited by 0Comma.equivProd_unitIso_i…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.Comma.fst · cited by 76Comma.fstCategoryTheory.Comma.snd · cited by 51Comma.sndCategoryTheory.Functor.prod' · cited by 31Functor.prod'CategoryTheory.Comma.fromProd · cited by 7Comma.fromProdComma.equivProdCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.