Documentation

Poly.UvPoly

Polynomial Functor #

-- TODO: there are various sorry-carrying proofs in below which require instances of CartesianExponentiable for various constructions on morphisms. They need to be defined in Poly.Exponentiable.

structure UvPoly {C : Type u_1} [CategoryTheory.Category.{u_2, u_1} C] [CategoryTheory.Limits.HasPullbacks C] (E B : C) :
Type (max u_1 u_2)

P : UvPoly C is a polynomial functors in a single variable

Instances For

    The constant polynomial in many variables: for this we need the initial object

    Equations
    Instances For

      The product of two polynomials in a single variable.

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

        For a category C with binary products, P.functor : C ⥤ C is the functor associated to a single variable polynomial P : UvPoly E B.

        Equations
        Instances For

          We use the equivalence between Over (⊤_ C) and C to get functor : C ⥤ C. Alternatively we can give a direct definition of functor in terms of exponentials.

          Equations
          Instances For

            The projection morphism from b : B, X ^ (E b) to B again.

            Equations
            Instances For

              Essentially star is just the pushforward Beck-Chevalley natural transformation associated to the square defined by g, but you have to compose with various natural isomorphisms.

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

                The identity polynomial functor in single variable.

                Equations
                Instances For

                  Evaluating the identity polynomial at an object X is isomorphic to B × X.

                  Equations
                  Instances For
                    structure UvPoly.Hom {C : Type u_2} [CategoryTheory.Category.{u_3, u_2} C] [CategoryTheory.Limits.HasPullbacks C] {E B E' B' : C} (P : UvPoly E B) (Q : UvPoly E' B') :
                    Type u_3

                    A morphism from a polynomial P to a polynomial Q is a pair of morphisms e : E ⟶ E' and b : B ⟶ B' such that the diagram

                      E ---P.p--> B
                      |           |
                      e           b
                      |           |
                      v           v
                      E' --Q.p--> B'
                    

                    is a pullback square.

                    Instances For
                      def UvPoly.Hom.comp {C : Type u_2} [CategoryTheory.Category.{u_3, u_2} C] [CategoryTheory.Limits.HasPullbacks C] {E B E' B' E'' B'' : C} {P : UvPoly E B} {Q : UvPoly E' B'} {R : UvPoly E'' B''} (f : P.Hom Q) (g : Q.Hom R) :
                      P.Hom R
                      Equations
                      Instances For

                        Bundling up the the polynomials over different bases to form the underlying type of the category of polynomials.

                        Instances For
                          Equations
                          Instances For
                            Equations
                            Instances For

                              Scaling a polynomial P by an object S is isomorphic to the product of const S and the polynomial P.

                              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

                                    Generic pullback #

                                    The UP of polynomial functors is mediated by a "generic pullback" [Awodey2017, p. 10, fig. 6].

                                         X
                                         ^
                                         | u₂
                                       genPb ---------------> E
                                     fst | ┘                  | p
                                         v                    v
                                    P.functor.obj X --------> B
                                                    P.proj X
                                    
                                    Equations
                                    Instances For

                                      Universal property of the polynomial functor.

                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For
                                        @[simp]
                                        theorem UvPoly.equiv_symm_apply {C : Type u_2} [CategoryTheory.Category.{u_3, u_2} C] [CategoryTheory.Limits.HasTerminal C] [CategoryTheory.Limits.HasPullbacks C] {E B : C} (P : UvPoly E B) (Γ X : C) (x✝ : (b : Γ B) × (CategoryTheory.Limits.pullback b P.p X)) :
                                        (P.equiv Γ X).symm x✝ = match x✝ with | b, e => P.pairPoly b e

                                        A map of polynomials induces a natural transformation between their associated functors.

                                        Equations
                                        Instances For

                                          The domain of the composition of two polynomials. See UvPoly.comp.

                                          Equations
                                          Instances For

                                            The codomain of the composition of two polynomials. See UvPoly.comp.

                                            Equations
                                            Instances For

                                              The associated functor of the composition of two polynomials is isomorphic to the composition of the associated functors.

                                              Equations
                                              Instances For