Documentation

Poly.MvPoly

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 MvPoly {C : Type u_1} [CategoryTheory.Category.{u_2, u_1} C] [CategoryTheory.Limits.HasPullbacks C] (I O : C) :
Type (max u_1 u_2)

P : MvPoly I O is a multivariable polynomial with input variables in I, output variables in O, and with arities E dependent on I.

Instances For

    The identity polynomial in many variables.

    Equations
    Instances For

      Given an object X, The unique map initial.to X : ⊥_ C ⟶ X is exponentiable.

      Equations

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

      Equations
      Instances For

        The monomial polynomial in many variables.

        Equations
        Instances For

          The sum of two polynomials in many variables.

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

            The product of two polynomials in many variables.

            Equations
            Instances For
              Equations
              • MvPoly.id_apply I q = { hom := id (id { left := id sorry, right := sorry, w := }), inv := sorry, hom_inv_id := , inv_hom_id := }
              Instances For
                Equations
                Instances For