Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.weakPullback

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {X Y Z : C} → (f : X ⟶ Z) → (g : Y ⟶ Z) → [CategoryTheory.Limits.HasWeakPullback f g] → C

weakPullback f g computes the weak pullback of a pair of morphisms with the same target.

Defined in
Mathlib.CategoryTheory.Limits.WeakLimits.WeakPullbacks
Cited by
8 results in Mathlib
Foundations
Depth 18 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasWeakPullback

Around this declaration

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

CategoryTheory.Limits.weakPullback.fst · cited by 6weakPullback.fstCategoryTheory.Limits.weakPullback.lift · cited by 6weakPullback.liftCategoryTheory.Limits.weakPullback.snd · cited by 6weakPullback.sndCategoryTheory.Limits.weakPullback.condition · cited by 1weakPullback.conditionCategoryTheory.Limits.weakPullback.lift_fst · cited by 1weakPullback.lift_fstCategoryTheory.Limits.weakPullback.lift_snd · cited by 1weakPullback.lift_sndCategoryTheory.Limits.weakPullback.condition_assoc · cited by 0weakPullback.condition_as…CategoryTheory.Limits.weakPullback.exists_lift · cited by 0weakPullback.exists_liftCategoryTheory.Limits.weakPullback.lift' · cited by 0weakPullback.lift'CategoryTheory.Limits.weakPullback.lift_fst_assoc · cited by 0weakPullback.lift_fst_ass…CategoryTheory.Limits.weakPullback.lift_snd_assoc · cited by 0weakPullback.lift_snd_ass…CategoryTheory.Limits.weakPullback.map · cited by 0weakPullback.mapCategoryTheory.Limits.weakPullback.mapDesc · cited by 0weakPullback.mapDescCategoryTheory.Limits.weakPullback.lift.congr_simp · cited by 0lift.congr_simpCategoryTheory.Limits.weakPullbackIsWeakPullback · cited by 0Limits.weakPullbackIsWeak…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasWeakPullback · cited by 8Limits.HasWeakPullbackCategoryTheory.Limits.weakLimit · cited by 7Limits.weakLimitLimits.weakPullbackCITED BYCITES

Cites5

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

Cited by15

Results whose statement or proof uses this declaration.