Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.Pi.hom_ext

∀ {β : Type w} {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {f : β → C}
  [inst_1 : CategoryTheory.Limits.HasProduct f] {X : C} (g₁ g₂ : X ⟶ ∏ᶜ f),
  (∀ (b : β),
      CategoryTheory.CategoryStruct.comp g₁ (CategoryTheory.Limits.Pi.π f b) =
        CategoryTheory.CategoryStruct.comp g₂ (CategoryTheory.Limits.Pi.π f b)) →
    g₁ = g₂

Without this lemma, limit.hom_ext would be applied, but the goal would involve terms in Discrete β rather than β itself.

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

Around this declaration

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

CategoryTheory.GrothendieckTopology.Point.skyscraperPresheafHomEquiv_naturality_right · cited by 3Point.skyscraperPresheafH…CategoryTheory.Limits.map_lift_piComparison · cited by 3Limits.map_lift_piCompari…CategoryTheory.hasInitial_of_isCoseparating · cited by 2CategoryTheory.hasInitial…CategoryTheory.GrothendieckTopology.Point.isSheaf_skyscraperPresheaf · cited by 2Point.isSheaf_skyscraperP…CategoryTheory.Equalizer.Presieve.w · cited by 2Presieve.wCategoryTheory.Equalizer.Presieve.Arrows.w · cited by 2Arrows.wCategoryTheory.Limits.FormalCoproduct.mapPower_comp · cited by 1FormalCoproduct.mapPower_…CategoryTheory.Limits.FormalCoproduct.mapPower_powerMap · cited by 1FormalCoproduct.mapPower_…CategoryTheory.Limits.preservesBiproduct_of_mono_biproductComparison · cited by 1Limits.preservesBiproduct…CategoryTheory.Limits.Pi.map_eq_prod_map · cited by 1Pi.map_eq_prod_mapCategoryTheory.Pretriangulated.productTriangle.zero₃₁ · cited by 1productTriangle.zero₃₁CategoryTheory.Limits.FormalCoproduct.powerMap_comp · cited by 1FormalCoproduct.powerMap_…CategoryTheory.Equalizer.Sieve.w · cited by 1Sieve.wCategoryTheory.Limits.Pi.map'_eq · cited by 0Pi.map'_eqCategoryTheory.Limits.FormalCoproduct.mapPower_id · cited by 0FormalCoproduct.mapPower_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Discrete.functor · cited by 633Discrete.functorCategoryTheory.Limits.limit.π · cited by 278limit.πCategoryTheory.Limits.piObj · cited by 237Limits.piObjCategoryTheory.Limits.Pi.π · cited by 184Pi.πCategoryTheory.Limits.HasProduct · cited by 115Limits.HasProductCategoryTheory.Limits.limit.hom_ext · cited by 34limit.hom_extPi.hom_extCITED BYCITES

Cites10

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

Cited by28

Results whose statement or proof uses this declaration.