Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.Sigma.hom_ext

∀ {β : Type w} {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {f : β → C}
  [inst_1 : CategoryTheory.Limits.HasCoproduct f] {X : C} (g₁ g₂ : ∐ f ⟶ X),
  (∀ (b : β),
      CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.Sigma.ι f b) g₁ =
        CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.Sigma.ι f b) g₂) →
    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
31 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasCoproduct

Around this declaration

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

CategoryTheory.SmallObject.functorMap_comm · cited by 3SmallObject.functorMap_co…SSet.Subcomplex.Pairing.RankFunction.w · cited by 3RankFunction.wSSet.relativeCellComplexOfMono.w · cited by 3relativeCellComplexOfMono…CategoryTheory.extensive_regular_generate_coherent · cited by 2CategoryTheory.extensive_…CategoryTheory.Limits.sigmaComparison_map_desc · cited by 2Limits.sigmaComparison_ma…CategoryTheory.SmallObject.functorMapSrc_functorObjTop · cited by 1SmallObject.functorMapSrc…CategoryTheory.OrthogonalReflection.isLocal_isLocal_toSucc · cited by 1OrthogonalReflection.isLo…CategoryTheory.SmallObject.functorMap_π · cited by 1SmallObject.functorMap_πCategoryTheory.isVanKampenColimit_extendCofan · cited by 1CategoryTheory.isVanKampe…AlgebraicGeometry.isOpenImmersion_sigmaDesc · cited by 1AlgebraicGeometry.isOpenI…CategoryTheory.Limits.CoproductsFromFiniteFiltered.finiteSubcoproductsCocone_ι_app_eq_sum · cited by 1CoproductsFromFiniteFilte…TopCat.singularHomology₀Iso_sigma_desc_id · cited by 1TopCat.singularHomology₀I…CategoryTheory.Presieve.isSheaf_iff_preservesFiniteProducts · cited by 1Presieve.isSheaf_iff_pres…CategoryTheory.OrthogonalReflection.isIso_toSucc_iff · cited by 0OrthogonalReflection.isIs…CategoryTheory.SmallObject.functorMap_id · cited by 0SmallObject.functorMap_idCategoryTheory.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.colimit.ι · cited by 397colimit.ιCategoryTheory.Limits.sigmaObj · cited by 302Limits.sigmaObjCategoryTheory.Limits.Sigma.ι · cited by 205Sigma.ιCategoryTheory.Limits.HasCoproduct · cited by 143Limits.HasCoproductCategoryTheory.Limits.colimit.hom_ext · cited by 54colimit.hom_extSigma.hom_extCITED BYCITES

Cites10

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

Cited by31

Results whose statement or proof uses this declaration.