Theorems · Definition · commutative algebra
Polynomial.gaussNorm
{R : Type u_1} → {F : Type u_2} → [inst : Semiring R] → [FunLike F R ℝ] → F → ℝ → Polynomial R → ℝGiven a polynomial p in R[X], a function v : R → ℝ and a real number c, the Gauss norm
is defined as the supremum of the set of all values of v (p.coeff i) * c ^ i for all i in the
support of p.
- Defined in
- Mathlib.RingTheory.Polynomial.GaussNorm
- Cited by
- 20 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Semiringstatement and proof · cited by 13,802
- Polynomialstatement and proof · cited by 5,681
- FunLikestatement and proof · cited by 2,560
- Polynomial.coeffproof · cited by 1,045
- Finset.Nonemptyproof · cited by 1,001
- Polynomial.supportproof · cited by 237
- Finset.sup'proof · cited by 174
Cited by21
Results whose statement or proof uses this declaration.
- Polynomial.supNormproof · cited by 13
- Polynomial.gaussNorm_zerostatement · cited by 7
- Polynomial.gaussNorm_coe_powerSeriesstatement and proof · cited by 4
- Polynomial.le_gaussNormstatement · cited by 4
- Polynomial.gaussNorm_nonnegstatement · cited by 3
- Polynomial.exists_eq_gaussNormstatement and proof · cited by 3
- Polynomial.gaussNorm_Cstatement · cited by 2
- Polynomial.gaussNorm_eq_zero_iffstatement · cited by 2
- Polynomial.exists_eq_supNormproof · cited by 2
- Polynomial.le_supNormproof · cited by 2
- Polynomial.gaussNorm_monomialstatement · cited by 1
- Polynomial.gaussNorm_mulstatement · cited by 1