Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ChosenPullbacksAlong.comp

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {X Y Z : C} →
      (f : X ⟶ Y) →
        (g : Y ⟶ Z) →
          [CategoryTheory.ChosenPullbacksAlong f] →
            [CategoryTheory.ChosenPullbacksAlong g] →
              CategoryTheory.ChosenPullbacksAlong (CategoryTheory.CategoryStruct.comp f g)

The composition of morphisms with chosen pullbacks has a chosen pullback.

Defined in
Mathlib.CategoryTheory.LocallyCartesianClosed.ChosenPullbacksAlong
Cited by
4 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.ChosenPullbacksAlongCategoryTheory.ChosenPullbacksAlong

Around this declaration

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

Cites11

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

Cited by4

Results whose statement or proof uses this declaration.