@@ -36,7 +36,7 @@ variable {R α : Type*} [CommRing R]
3636
3737-- NOTE: The following cannot be moved to Mathlib.Algebra.Order.Ring.IsNonarchimedean,
3838-- because it needs the target to be the reals (to have the default value zero
39- -- for emtpy iSups), which are not known there.
39+ -- for empty iSups), which are not known there.
4040/-- The ultrametric triangle inequality for finite sums. -/
4141lemma apply_sum_le {α β F : Type *} [AddCommMonoid β] [FunLike F β ℝ] [NonnegHomClass F β ℝ]
4242 [ZeroHomClass F β ℝ] {v : F} (hv : IsNonarchimedean v) {l : α → β} {s : Finset α} :
392392* `x : ι → K` is such that for all `k : ι`,
393393 `∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)`,
394394 then the multiplicative height of `fun j ↦ (p j).eval x` is bounded below by an (explicit) positive
395- constant depending only on `q` times the `N`th power of the mutiplicative height of `x`.
395+ constant depending only on `q` times the `N`th power of the multiplicative height of `x`.
396396A similar statement holds for the logarithmic height.
397397
398398Note that we only require the polynomial relations `∑ j, q (k, j) * p j = X k ^ (M + N)`
@@ -429,7 +429,7 @@ open AdmissibleAbsValues
429429* `x : ι → K` is such that for all `k : ι`,
430430 `∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)`,
431431 then the multiplicative height of `fun j ↦ (p j).eval x` is bounded below by an (explicit) positive
432- constant depending only on `q` times the `N`th power of the mutiplicative height of `x`. -/
432+ constant depending only on `q` times the `N`th power of the multiplicative height of `x`. -/
433433theorem mulHeight_eval_ge {M N : ℕ} {q : ι × ι' → MvPolynomial ι K}
434434 (hq : ∀ a, (q a).IsHomogeneous M) (p : ι' → MvPolynomial ι K) {x : ι → K}
435435 (h : ∀ k, ∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)) :
@@ -459,7 +459,7 @@ theorem mulHeight_eval_ge {M N : ℕ} {q : ι × ι' → MvPolynomial ι K}
459459* `x : ι → K` is such that for all `k : ι`,
460460 `∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)`,
461461 then the multiplicative height of `fun j ↦ (p j).eval x` is bounded below by a positive
462- constant depending only on `q` times the `N`th power of the mutiplicative height of `x`.
462+ constant depending only on `q` times the `N`th power of the multiplicative height of `x`.
463463
464464The difference to `mulHeight_eval_ge` is that the constant is not made explicit. -/
465465theorem mulHeight_eval_ge' {M N : ℕ} {q : ι × ι' → MvPolynomial ι K}
0 commit comments