Theorems · Definition · category theory
CategoryTheory.Limits.Concrete.prodEquiv
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{FC : C → C → Type u_1} →
{CC : C → Type w} →
[inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] →
[inst_2 : CategoryTheory.ConcreteCategory C FC] →
(X₁ X₂ : C) →
[inst_3 : CategoryTheory.Limits.HasBinaryProduct X₁ X₂] →
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.pair X₁ X₂) (CategoryTheory.forget C)] →
CategoryTheory.ToType (X₁ ⨯ X₂) ≃ CategoryTheory.ToType X₁ × CategoryTheory.ToType X₂The equivalence ToType (X₁ ⨯ X₂) ≃ (ToType X₁) × (ToType X₂)
if X₁ and X₂ are objects in a concrete category C.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.Functor.objproof · cited by 19,642
- Equivstatement · cited by 8,337
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Limits.pairstatement and proof · cited by 536
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- CategoryTheory.forgetstatement and proof · cited by 418
- CategoryTheory.Limits.prodstatement · cited by 364
- CategoryTheory.Limits.PreservesLimitstatement and proof · cited by 293
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Concrete.prodEquiv_apply_fststatement · cited by 1
- CategoryTheory.Limits.Concrete.prodEquiv_apply_sndstatement · cited by 1
- CategoryTheory.Limits.Concrete.prodEquiv.congr_simpstatement and proof · cited by 0
- CategoryTheory.Limits.Concrete.prodEquiv_symm_apply_fststatement and proof · cited by 0
- CategoryTheory.Limits.Concrete.prodEquiv_symm_apply_sndstatement and proof · cited by 0