Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.piComparison

{β : Type w} →
  {C : Type u} →
    [inst : CategoryTheory.Category.{v, u} C] →
      {D : Type u₂} →
        [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
          (G : CategoryTheory.Functor C D) →
            (f : β → C) →
              [inst_2 : CategoryTheory.Limits.HasProduct f] →
                [inst_3 : CategoryTheory.Limits.HasProduct fun b => G.obj (f b)] →
                  G.obj (∏ᶜ f) ⟶ ∏ᶜ fun b => G.obj (f b)

The comparison morphism for the product of f. This is an iso iff G preserves the product of f, see PreservesProduct.ofIsoComparison.

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

Around this declaration

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

CategoryTheory.Pretriangulated.productTriangle · cited by 15Pretriangulated.productTr…CategoryTheory.Limits.piComparison_comp_π · cited by 9Limits.piComparison_comp_πCategoryTheory.Limits.map_lift_piComparison · cited by 3Limits.map_lift_piCompari…CategoryTheory.Limits.PreservesProduct.of_iso_comparison · cited by 2PreservesProduct.of_iso_c…CategoryTheory.Presieve.isSheafFor_of_preservesProduct · cited by 2Presieve.isSheafFor_of_pr…CategoryTheory.Limits.piComparison_comp_π_apply · cited by 1Limits.piComparison_comp_…CategoryTheory.Limits.preservesBiproduct_of_mono_biproductComparison · cited by 1Limits.preservesBiproduct…CategoryTheory.Limits.FintypeCat.productEquiv_apply · cited by 1FintypeCat.productEquiv_a…CategoryTheory.Pretriangulated.productTriangle.zero₃₁ · cited by 1productTriangle.zero₃₁CategoryTheory.Limits.inv_piComparison_comp_map_π · cited by 1Limits.inv_piComparison_c…CategoryTheory.Limits.inv_piComparison_comp_map_π_assoc · cited by 1Limits.inv_piComparison_c…CategoryTheory.Presieve.piComparison_fac · cited by 1Presieve.piComparison_facCategoryTheory.Limits.piComparison_comp_π_assoc · cited by 0Limits.piComparison_comp_…ContinuousMap.piComparison_fac · cited by 0ContinuousMap.piCompariso…CategoryTheory.Limits.PreservesProduct.iso_hom · cited by 0PreservesProduct.iso_homCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Limits.piObj · cited by 237Limits.piObjCategoryTheory.Limits.Pi.π · cited by 184Pi.πCategoryTheory.Limits.HasProduct · cited by 115Limits.HasProductCategoryTheory.Limits.Pi.lift · cited by 53Pi.liftLimits.piComparisonCITED BYCITES

Cites9

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

Cited by19

Results whose statement or proof uses this declaration.