Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equalizer.Presieve.Arrows.firstMap

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (P : CategoryTheory.Functor Cᵒᵖ (Type w)) →
      {B : C} →
        {I : Type t} →
          [inst_1 : Small.{w, t} I] →
            (X : I → C) →
              (π : (i : I) → X i ⟶ B) →
                [inst_2 : (CategoryTheory.Presieve.ofArrows X π).HasPairwisePullbacks] →
                  CategoryTheory.Equalizer.Presieve.Arrows.FirstObj P X ⟶
                    CategoryTheory.Equalizer.Presieve.Arrows.SecondObj P X π

The first of the two parallel morphisms of the fork diagram, induced by the first projection in each pullback.

Defined in
Mathlib.CategoryTheory.Sites.EqualizerSheafCondition
Cited by
6 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategorySmallCategoryTheory.Presieve.HasPairwisePullbacks

Around this declaration

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

Cites16

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

Cited by6

Results whose statement or proof uses this declaration.