Theorems · Theorem · number theory
Height.mulHeight_linearMap_apply_le
∀ {K : Type u_1} [inst : Field K] {ι : Type u_2} {ι' : Type u_3} [inst_1 : Fintype ι] [Finite ι']
[inst_3 : Height.AdmissibleAbsValues K] [Nonempty ι] (A : ι' × ι → K) (x : ι → K),
(Height.mulHeight fun j => ∑ i, A (j, i) * x i) ≤
↑(Nat.card ι) ^ Height.totalWeight K * Height.mulHeight A * Height.mulHeight xLet A : ι' × ι → K, which we can interpret as a linear map from ι → K to ι' → K.
Let x : ι → K be a tuple. Then the multiplicative height of A x is bounded by
#ι ^ totalWeight K * mulHeight A * mulHeight x (if ι is nonempty).
Note: We use the uncurried form of A so that we can write mulHeight A.
- Defined in
- Mathlib.NumberTheory.Height.MvPolynomial
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites61
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
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Set.Elemproof · cited by 7,166
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- Finset.univstatement and proof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Multisetproof · cited by 2,627
- Nat.cast_oneproof · cited by 2,501
- iSupproof · cited by 2,415
Cited by2
Results whose statement or proof uses this declaration.
- Height.mulHeight_eval_geproof · cited by 2
- Height.logHeight_linearMap_apply_leproof · cited by 0