Documentation

Mathlib.Algebra.MvPolynomial.Supported

Polynomials supported by a set of variables #

This file contains the definition and lemmas about MvPolynomial.supported.

Main definitions #

Tags #

variables, polynomial, vars

noncomputable def MvPolynomial.supported {σ : Type u_1} (R : Type u) [CommSemiring R] (s : Set σ) :

The set of polynomials whose variables are contained in s as a Subalgebra over R.

Equations
Instances For
    noncomputable def MvPolynomial.supportedEquivMvPolynomial {σ : Type u_1} {R : Type u} [CommSemiring R] (s : Set σ) :
    ↥(supported R s) ≃ₐ[R] MvPolynomial (↑s) R

    The isomorphism between the subalgebra of polynomials supported by s and MvPolynomial s R.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem MvPolynomial.supportedEquivMvPolynomial_symm_C {σ : Type u_1} {R : Type u} [CommSemiring R] (s : Set σ) (x : R) :
      @[simp]
      theorem MvPolynomial.supportedEquivMvPolynomial_symm_X {σ : Type u_1} {R : Type u} [CommSemiring R] (s : Set σ) (i : ↑s) :
      ↑((supportedEquivMvPolynomial s).symm (X i)) = X ↑i
      theorem MvPolynomial.mem_supported {σ : Type u_1} {R : Type u} [CommSemiring R] {p : MvPolynomial σ R} {s : Set σ} :
      p ∈ supported R s ↔ ↑p.vars ⊆ s
      theorem MvPolynomial.supported_eq_vars_subset {σ : Type u_1} {R : Type u} [CommSemiring R] {s : Set σ} :
      ↑(supported R s) = {p : MvPolynomial σ R | ↑p.vars ⊆ s}
      @[simp]
      theorem MvPolynomial.mem_supported_vars {σ : Type u_1} {R : Type u} [CommSemiring R] (p : MvPolynomial σ R) :
      p ∈ supported R ↑p.vars
      theorem MvPolynomial.supported_eq_adjoin_X {σ : Type u_1} {R : Type u} [CommSemiring R] (s : Set σ) :
      @[simp]
      theorem MvPolynomial.supported_mono {σ : Type u_1} {R : Type u} [CommSemiring R] {s t : Set σ} (st : s ⊆ t) :
      @[simp]
      theorem MvPolynomial.X_mem_supported {σ : Type u_1} {R : Type u} [CommSemiring R] {s : Set σ} [Nontrivial R] {i : σ} :
      X i ∈ supported R s ↔ i ∈ s
      @[simp]
      theorem MvPolynomial.supported_le_supported_iff {σ : Type u_1} {R : Type u} [CommSemiring R] {s t : Set σ} [Nontrivial R] :
      theorem MvPolynomial.exists_restrict_to_vars {σ : Type u_1} {s : Set σ} (R : Type u_2) [CommRing R] {F : MvPolynomial σ ℤ} (hF : ↑F.vars ⊆ s) :
      ∃ (f : (↑s → R) → R), ∀ (x : σ → R), f (x ∘ Subtype.val) = (aeval x) F