Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pullback.lift.congr_simp

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {W X Y Z : C} {f : X ⟶ Z} {g : Y ⟶ Z}
  [inst_1 : CategoryTheory.Limits.HasPullback f g] (h h_1 : W ⟶ X) (e_h : h = h_1) (k k_1 : W ⟶ Y) (e_k : k = k_1)
  (w : CategoryTheory.CategoryStruct.comp h f = CategoryTheory.CategoryStruct.comp k g),
  CategoryTheory.Limits.pullback.lift h k w = CategoryTheory.Limits.pullback.lift h_1 k_1 ⋯
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
13 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullback

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.IsUniversalColimit.map_reflective · cited by 1IsUniversalColimit.map_re…CategoryTheory.Over.μ_pullback_left_fst_snd · cited by 1Over.μ_pullback_left_fst_…CategoryTheory.Over.μ_pullback_left_snd · cited by 1Over.μ_pullback_left_sndCategoryTheory.Limits.preservesEqualizers_of_preservesPullbacks_and_binaryProducts · cited by 1Limits.preservesEqualizer…CategoryTheory.IsKernelPair.pullback · cited by 0IsKernelPair.pullbackCategoryTheory.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.isPullback_map_snd_snd · cited by 0Limits.isPullback_map_snd…CategoryTheory.Over.postAdjunctionLeft_unit_app_left · cited by 0Over.postAdjunctionLeft_u…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.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.pullback.lift · cited by 114pullback.liftlift.congr_simpCITED BYCITES

Cites6

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

Cited by13

Results whose statement or proof uses this declaration.