Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.opProdIsoCoprod

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    (A B : C) →
      [inst_1 : CategoryTheory.Limits.HasBinaryProduct A B] → Opposite.op (A ⨯ B) ≅ Opposite.op A ⨿ Opposite.op B

The canonical isomorphism from the opposite of the binary product to the coproduct in the opposite category.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Opposites.Products
Cited by
16 results in Mathlib
Foundations
Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasBinaryProduct

Around this declaration

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

CategoryTheory.Limits.inl_opProdIsoCoprod_inv · cited by 2Limits.inl_opProdIsoCopro…CategoryTheory.Limits.fst_opProdIsoCoprod_hom · cited by 2Limits.fst_opProdIsoCopro…CategoryTheory.Limits.inr_opProdIsoCoprod_inv · cited by 2Limits.inr_opProdIsoCopro…CategoryTheory.Limits.snd_opProdIsoCoprod_hom · cited by 2Limits.snd_opProdIsoCopro…CategoryTheory.Limits.opProdIsoCoprod_hom_fst · cited by 1Limits.opProdIsoCoprod_ho…CategoryTheory.Limits.opProdIsoCoprod_hom_snd · cited by 1Limits.opProdIsoCoprod_ho…CategoryTheory.Limits.opProdIsoCoprod_inv_inl · cited by 1Limits.opProdIsoCoprod_in…CategoryTheory.Limits.opProdIsoCoprod_inv_inr · cited by 1Limits.opProdIsoCoprod_in…CategoryTheory.Limits.opProdIsoCoprod_hom_fst_assoc · cited by 0Limits.opProdIsoCoprod_ho…CategoryTheory.Limits.opProdIsoCoprod_hom_snd_assoc · cited by 0Limits.opProdIsoCoprod_ho…CategoryTheory.Limits.opProdIsoCoprod_inv_inl_assoc · cited by 0Limits.opProdIsoCoprod_in…CategoryTheory.Limits.inl_opProdIsoCoprod_inv_assoc · cited by 0Limits.inl_opProdIsoCopro…CategoryTheory.Limits.opProdIsoCoprod_inv_inr_assoc · cited by 0Limits.opProdIsoCoprod_in…CategoryTheory.Limits.fst_opProdIsoCoprod_hom_assoc · cited by 0Limits.fst_opProdIsoCopro…CategoryTheory.Limits.inr_opProdIsoCoprod_inv_assoc · cited by 0Limits.inr_opProdIsoCopro…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryOpposite · cited by 8081OppositeCategoryTheory.Iso · cited by 3963CategoryTheory.IsoQuiver.Hom.op · cited by 1948Hom.opQuiver.Hom.unop · cited by 903Hom.unopCategoryTheory.Limits.prod · cited by 364Limits.prodCategoryTheory.Limits.coprod · cited by 252Limits.coprodCategoryTheory.Limits.prod.fst · cited by 189prod.fstCategoryTheory.Limits.prod.snd · cited by 185prod.sndCategoryTheory.Limits.HasBinaryProduct · cited by 169Limits.HasBinaryProductCategoryTheory.Limits.coprod.inl · cited by 137coprod.inlCategoryTheory.Limits.coprod.inr · cited by 132coprod.inrCategoryTheory.Limits.prod.lift · cited by 123prod.liftCategoryTheory.Limits.coprod.desc · cited by 69coprod.descLimits.opProdIsoCoprodCITED BYCITES

Cites14

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

Cited by16

Results whose statement or proof uses this declaration.