Theorems · Theorem · commutative algebra
Polynomial.gaussNorm_eq_zero_iff
∀ {R : Type u_1} {F : Type u_2} [inst : Semiring R] [inst_1 : FunLike F R ℝ] (v : F) {c : ℝ} (p : Polynomial R)
[ZeroHomClass F R ℝ] [NonnegHomClass F R ℝ],
(∀ (x : R), v x = 0 → x = 0) → 0 < c → (Polynomial.gaussNorm v c p = 0 ↔ p = 0)If v x = 0 → x = 0 for all x : R and v is nonnegative, then the Gauss norm is zero if and
only if the polynomial is zero.
- Defined in
- Mathlib.RingTheory.Polynomial.GaussNorm
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- Set.rangeproof · cited by 4,705
- FunLikestatement and proof · cited by 2,560
- le_of_ltproof · cited by 1,175
- BddAboveproof · cited by 620
- Polynomial.toPowerSeriesproof · cited by 96
- ZeroHomClassstatement and proof · cited by 74
- Polynomial.coeff_coeproof · cited by 25
- NonnegHomClassstatement and proof · cited by 25
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.supNorm_eq_zero_iffproof · cited by 0
- Polynomial.gaussNorm_isAbsoluteValueproof · cited by 0