Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Over.pullback_map_left

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y : C} (f : X ⟶ Y)
  [inst_1 : CategoryTheory.Limits.HasPullbacksAlong f] (g : CategoryTheory.Over Y) {h : CategoryTheory.Over Y}
  {k : g ⟶ h},
  ((CategoryTheory.Over.pullback f).map k).left =
    CategoryTheory.Limits.pullback.lift
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst g.hom f) (CategoryTheory.Over.Hom.left k))
      (CategoryTheory.Limits.pullback.snd g.hom f) ⋯
Defined in
Mathlib.CategoryTheory.Comma.Over.Pullback
Cited by
9 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullbacksAlong

Around this declaration

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

CategoryTheory.MorphismProperty.pullbackMap · cited by 1MorphismProperty.pullback…CategoryTheory.Over.prodComparisonIso_pullback_inv_left_fst_fst · cited by 1Over.prodComparisonIso_pu…CategoryTheory.Over.μ_pullback_left_fst_fst · cited by 1Over.μ_pullback_left_fst_…CategoryTheory.Over.μ_pullback_left_fst_snd · cited by 1Over.μ_pullback_left_fst_…CategoryTheory.Over.μ_pullback_left_snd · cited by 1Over.μ_pullback_left_sndCategoryTheory.MorphismProperty.faithful_overPullback_of_isomorphisms_descendAlong · cited by 0MorphismProperty.faithful…CategoryTheory.Over.prodComparisonIso_pullback_inv_left_fst_snd' · cited by 0Over.prodComparisonIso_pu…CategoryTheory.Over.prodComparisonIso_pullback_inv_left_snd' · cited by 0Over.prodComparisonIso_pu…CategoryTheory.Limits.diagonal_pullback_fst · cited by 0Limits.diagonal_pullback_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Over · cited by 935CategoryTheory.OverCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Functor.fromPUnit · cited by 769Functor.fromPUnitCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Over.left · cited by 541Over.leftCategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftCategoryTheory.Over.hom · cited by 370Over.homCategoryTheory.Over.Hom.left · cited by 287Hom.leftOver.pullback_map_leftCITED BYCITES

Cites19

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

Cited by9

Results whose statement or proof uses this declaration.