Theorems · Theorem · commutative algebra
Polynomial.exists_min_eq_gaussNorm
∀ {R : Type u_1} {F : Type u_2} [inst : Semiring R] [inst_1 : FunLike F R ℝ] (v : F) {c : ℝ} [ZeroHomClass F R ℝ]
[NonnegHomClass F R ℝ] (p : Polynomial R),
0 ≤ c →
∃ i,
Polynomial.gaussNorm v c p = v (p.coeff i) * c ^ i ∧ ∀ j < i, v (p.coeff j) * c ^ j < Polynomial.gaussNorm v c pIf v is a nonnegative function with v 0 = 0 and c is nonnegative, there exists a minimal
index i such that the Gauss norm of p at c is attained at i.
- Defined in
- Mathlib.RingTheory.Polynomial.GaussNorm
- Cited by
- 0 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
- Set.ofPredproof · cited by 6,101
- Polynomialstatement and proof · cited by 5,681
- Set.Nonemptyproof · cited by 2,627
- FunLikestatement and proof · cited by 2,560
- Polynomial.coeffstatement and proof · cited by 1,045
- lt_of_le_of_neproof · cited by 230
- Nat.findproof · cited by 139
- Set.mem_ofPredproof · cited by 104
- Nat.find_specproof · cited by 74
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.