Theorems · Theorem · number theory
Height.logHeight_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] (A : ι' × ι → K) (x : ι → K),
(Height.logHeight fun j => ∑ i, A (j, i) * x i) ≤
↑(Height.totalWeight K) * Real.log ↑(Nat.card ι) + Height.logHeight A + Height.logHeight xLet A : ι' × ι → K, which we can interpret as a linear map from ι → K to ι' → K.
Let x : ι → K be a tuple. Then the logarithmic height of A x is bounded by
totalWeight K * log #ι + logHeight A + logHeight x.
(Note that here we do not need to assume that ι is nonempty, due to the convenient
junk value log 0 = 0.)
- Defined in
- Mathlib.NumberTheory.Height.MvPolynomial
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 177 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- add_zeroproof · cited by 2,707
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
- Real.logstatement and proof · cited by 939
- Nat.cardstatement and proof · cited by 844
- IsEmptyproof · cited by 759
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.