Theorems · Theorem · category theory
CategoryTheory.Limits.Concrete.widePullback_ext
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {FC : C → C → Type u_1} {CC : C → Type (max v w)}
[inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [inst_2 : CategoryTheory.ConcreteCategory C FC] {B : C}
{ι : Type w} {X : ι → C} (f : (j : ι) → X j ⟶ B) [inst_3 : CategoryTheory.Limits.HasWidePullback B X f]
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.WidePullbackShape.wideCospan B X f)
(CategoryTheory.forget C)]
(x y : CategoryTheory.ToType (CategoryTheory.Limits.widePullback B X f)),
(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.WidePullback.base f)) x =
(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.WidePullback.base f)) y →
(∀ (j : ι),
(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.WidePullback.π f j)) x =
(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.WidePullback.π f j)) y) →
x = y- Cited by
- 1 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.Homstatement and proof · cited by 32,603
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- CategoryTheory.forgetstatement and proof · cited by 418
- CategoryTheory.Limits.PreservesLimitstatement and proof · cited by 293
- CategoryTheory.ToTypestatement and proof · cited by 219
- CategoryTheory.Limits.WidePullbackShapestatement and proof · cited by 94
- CategoryTheory.Limits.HasWidePullbackstatement and proof · cited by 44
- CategoryTheory.Limits.widePullbackstatement and proof · cited by 31
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Concrete.widePullback_ext'proof · cited by 0