Theorems · Theorem · commutative algebra
MvPowerSeries.gaussNorm_eq_zero_iff
∀ {R : Type u_1} {σ : Type u_2} (v : R → ℝ) (c : σ → ℝ) (f : MvPowerSeries σ R) [inst : Semiring R],
v 0 = 0 →
(∀ (a : R), v a ≥ 0) →
(∀ (x : R), v x = 0 → x = 0) →
(∀ (i : σ), 0 < c i) → MvPowerSeries.HasGaussNorm v c f → (MvPowerSeries.gaussNorm v c f = 0 ↔ f = 0)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Finsuppproof · cited by 5,255
- Finsupp.supportproof · cited by 828
- MvPowerSeriesstatement and proof · cited by 659
- ne_of_gtproof · cited by 637
- mul_posproof · cited by 374
- pow_posproof · cited by 292
- MvPowerSeries.coeffproof · cited by 273
- Finset.prod_posproof · cited by 25
- MvPowerSeries.gaussNormstatement and proof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- PowerSeries.gaussNorm_eq_zero_iffproof · cited by 1
- MvPowerSeries.gaussNorm_mul_eq_mulproof · cited by 0