Theorems · Theorem · commutative algebra
Polynomial.gaussNorm_mul_le
∀ {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 ℝ] [MulHomClass F R ℝ],
IsNonarchimedean ⇑v →
∀ (p q : Polynomial R),
0 ≤ c → Polynomial.gaussNorm v c (p * q) ≤ Polynomial.gaussNorm v c p * Polynomial.gaussNorm v c qIf v is a nonnegative nonarchimedean multiplicative function with v 0 = 0 and c is
nonnegative, then the Gauss norm is submultiplicative.
- Defined in
- Mathlib.RingTheory.Polynomial.GaussNorm
- Cited by
- 1 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.
Cites34
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
- Finset.sumproof · cited by 5,195
- FunLikestatement and proof · cited by 2,560
- Finset.sum_congrproof · cited by 2,323
- Finset.rangeproof · cited by 1,341
- eq_or_neproof · cited by 1,117
- Polynomial.coeffproof · cited by 1,045
- Finset.Nonemptyproof · cited by 1,001
- mul_nonnegproof · cited by 397
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.gaussNorm_mulproof · cited by 1