Theorems · Theorem · category theory
CategoryTheory.Limits.Concrete.Pi.map_ext
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {J : Type w} (f : J → C)
[inst_1 : CategoryTheory.Limits.HasProduct f] {D : Type t} [inst_2 : CategoryTheory.Category.{r, t} D]
{FD : D → D → Type u_1} {DD : D → Type (max w r)} [inst_3 : (X Y : D) → FunLike (FD X Y) (DD X) (DD Y)]
[inst_4 : CategoryTheory.ConcreteCategory D FD] (F : CategoryTheory.Functor C D)
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Discrete.functor f) F]
[CategoryTheory.Limits.HasProduct fun j => F.obj (f j)]
[CategoryTheory.Limits.PreservesLimitsOfShape CategoryTheory.Limits.WalkingCospan (CategoryTheory.forget D)]
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Discrete.functor fun b => F.obj (f b))
(CategoryTheory.forget D)]
(x y : CategoryTheory.ToType (F.obj (∏ᶜ f))),
(∀ (i : J),
(CategoryTheory.ConcreteCategory.hom (F.map (CategoryTheory.Limits.Pi.π f i))) x =
(CategoryTheory.ConcreteCategory.hom (F.map (CategoryTheory.Limits.Pi.π f i))) y) →
x = y- Cited by
- 0 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.