Documentation

Poly.Basic

Some basic equalities and isomorphisms of composition and base change functors #

Notation #

We provide the following notations:

Given a morphism f : J ⟶ I in a category C,

Given an object I : C,

For X Y : Over I,

We prove that μ_ X Y and π_ X Y form a pullback square:

  P ---- μ --> •
  |            |
  π            Y
  |            |
  v            v
  • ---X--->  I

Implementation Notes #

(SH) : WIP -- adding simp attributes to Over.forgetAdjStar. This means we no longer will need the lemmas in the namespace Over.forgetAdjStar.

Other diagrams #


                      .fst
        pullback p f ------> X
          |                  |
          |                  | p
    .snd  |                  |
          v                  v
          J   ---------->    I
                    f

Using the notation above, we have

A morphism f : X ⟶ Y induces a functor Over X ⥤ Over Y in the obvious way.

Stacks Tag 001G

Equations
Instances For

    The forgetful functor mapping an arrow to its domain.

    Stacks Tag 001G

    Equations
    Instances For

      In a category with pullbacks, a morphism f : X ⟶ Y induces a functor Over Y ⥤ Over X, by pulling back a morphism along f.

      Equations
      Instances For

        The functor from C to Over X which sends Y : C to π₁ : X ⨯ Y ⟶ X, sometimes denoted X*.

        Equations
        Instances For
          @[simp]
          def CategoryTheory.Over.mapForgetIso {C : Type u_1} [Category.{u_2, u_1} C] {X Y : C} (f : X Y) :
          (Σ_ f).comp (Σ_ Y) Σ_ X

          Equality of functors should be avoided if possible, instead we use the isomorphism version. For use elsewhere.

          Equations
          Instances For

            For an arrow f : J ⟶ I and an object X : Over I, the base-change of X along f is pullback.snd.

            The base-change along terminal.from ER: Changed statement from an equality to an isomorphism. Proof of commutativity is stuck because of the rewrite. Perhaps I can do this another way?

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              For X Y : Over I, the map μ := projFst, defined via the counit of the adjunction Σ_ ⊣ Δ_, is a morphism form the base-change of Y along X to Y .

                P ---- μ --> •
                |            |
                π            Y
                |            |
                v            v
                • ---X--->  I
              
              Equations
              Instances For

                For X Y : Over I, the map π := projSnd is a morphism form the base-change of X along Y to X.

                  P ---- μ --> •
                  |            |
                  π            Y
                  |            |
                  v            v
                  • ---X--->  I
                
                Equations
                Instances For
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    The object (Σ_ X.hom) ((Δ_ X.hom) Y) is isomorphic to the binary product X × Y in Over I.

                    Equations
                    Instances For

                      The functor composition (baseChange X.hom) ⋙ (Over.map X.hom) is naturally isomorphic to the left tensor product functor X ⊗ _

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        The isomorphism between the base change functors obtained as the conjugate of the mapForgetIso. For use elsewhere.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For

                            The conjugate isomorphism between pullback functors.

                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              Equations
                              Instances For
                                @[simp]
                                @[simp]
                                theorem CategoryTheory.toOverTerminal'_map {C : Type u_2} [Category.{u_3, u_2} C] (T : C) (h : Limits.IsTerminal T) {X✝ Y✝ : C} (f : X✝ Y✝) :

                                Note (SH): the difference between this and Δ_ (⊤_ C) is that we only use the assumption that C has only terminal but not binary products. On the other hand, I recommend using Δ_ (⊤_ C) in general since we know more facts about it such its adjunction (top of the file).

                                Equations
                                Instances For
                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For
                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For
                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For