391391* `q : ι × ι' → MvPolynomial ι K` is a family of homogeneous polynomials of the same degree `M`,
392392* `x : ι → K` is such that for all `k : ι`,
393393 `∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)`,
394+
394395 then the multiplicative height of `fun j ↦ (p j).eval x` is bounded below by an (explicit) positive
395396constant depending only on `q` times the `N`th power of the multiplicative height of `x`.
396397A similar statement holds for the logarithmic height.
@@ -428,6 +429,7 @@ open AdmissibleAbsValues
428429* `q : ι × ι' → MvPolynomial ι K` is a family of homogeneous polynomials of the same degree `M`,
429430* `x : ι → K` is such that for all `k : ι`,
430431 `∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)`,
432+
431433 then the multiplicative height of `fun j ↦ (p j).eval x` is bounded below by an (explicit) positive
432434constant depending only on `q` times the `N`th power of the multiplicative height of `x`. -/
433435theorem mulHeight_eval_ge {M N : ℕ} {q : ι × ι' → MvPolynomial ι K}
@@ -458,6 +460,7 @@ theorem mulHeight_eval_ge {M N : ℕ} {q : ι × ι' → MvPolynomial ι K}
458460* `q : ι × ι' → MvPolynomial ι K` is a family of homogeneous polynomials of the same degree `M`,
459461* `x : ι → K` is such that for all `k : ι`,
460462 `∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)`,
463+
461464 then the multiplicative height of `fun j ↦ (p j).eval x` is bounded below by a positive
462465constant depending only on `q` times the `N`th power of the multiplicative height of `x`.
463466
@@ -479,6 +482,7 @@ open Real in
479482* `q : ι × ι' → MvPolynomial ι K` is a family of homogeneous polynomials of the same degree `M`,
480483* `x : ι → K` is such that for all `k : ι`,
481484 `∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)`,
485+
482486 then the logarithmic height of `fun j ↦ (p j).eval x` is bounded below by an (explicit)
483487constant depending only on `q` plus `N` times the logarithmic height of `x`. -/
484488theorem logHeight_eval_ge {M N : ℕ} {q : ι × ι' → MvPolynomial ι K}
@@ -500,6 +504,7 @@ theorem logHeight_eval_ge {M N : ℕ} {q : ι × ι' → MvPolynomial ι K}
500504* `q : ι × ι' → MvPolynomial ι K` is a family of homogeneous polynomials of the same degree `M`,
501505* `x : ι → K` is such that for all `k : ι`,
502506 `∑ j, (q (k, j)).eval x * (p j).eval x = (x k) ^ (M + N)`,
507+
503508 then the logarithmic height of `fun j ↦ (p j).eval x` is bounded below by a
504509constant plus `N` times the logarithmic height of `x`.
505510
0 commit comments