Documentation

CompPoly.Data.Polynomial.MonomialBasis

Monomial basis for algebra extensions #

@[simp]
theorem Polynomial.sum_degreeLT_monomial_eq_subtype {L : Type u_2} [Field L] {n : } (p : (degreeLT L n)) :
(↑p).sum fun (n : ) (a : L) => (monomial n) a, = p
noncomputable def Polynomial.monomialBasisOfDegreeLT {L : Type u_2} [Field L] {n : } :
Module.Basis (Fin n) L (degreeLT L n)
Equations
    Instances For
      theorem Polynomial.finrank_degreeLT_n {L : Type u_2} [Field L] (n : ) :
      instance Polynomial.finiteDimensional_degreeLT {L : Type u_2} [Field L] {n : } (h_n_pos : 0 < n) :