Theorems · Theorem · number theory
Height.logHeight_eval_le
∀ {K : Type u_4} [inst : Field K] {ι : Type u_5} {ι' : Type u_6} [inst_1 : Height.AdmissibleAbsValues K] [Finite ι']
[Finite ι] {N : ℕ} {p : ι' → MvPolynomial ι K},
(∀ (i : ι'), (p i).IsHomogeneous N) →
∀ (x : ι → K),
(Height.logHeight fun j => (MvPolynomial.eval x) (p j)) ≤
Real.log (max (Height.mulHeightBound p) 1) + ↑N * Height.logHeight xLet K be a field with an admissible family of absolute values (giving rise
to a logarithmic height).
Let p be a family (indexed by ι') of homogeneous polynomials in variables indexed by
the finite type ι and of the same degree N. Then for any x : ι → K,
the logarithmic height of fun j : ι' ↦ eval x (p j) is bounded by a constant
(which is made explicit) plus N * logHeight x.
- Defined in
- Mathlib.NumberTheory.Height.MvPolynomial
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 175 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- RingHomstatement · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Finsuppstatement · cited by 5,255
- Finitestatement and proof · cited by 3,029
- Nat.cast_oneproof · cited by 2,501
- MvPolynomialstatement and proof · cited by 2,140
- Real.logstatement and proof · cited by 939
- ne_of_gtproof · cited by 637
- pow_posproof · cited by 292
- MvPolynomial.evalstatement and proof · cited by 157
Cited by1
Results whose statement or proof uses this declaration.
- Height.logHeight_eval_le'proof · cited by 1