Theorems · Theorem · number theory
Height.logHeight_fun_mul_eq
∀ {K : Type u_1} [inst : Field K] [inst_1 : Height.AdmissibleAbsValues K] {ι : Type u_2} {ι' : Type u_3} [Finite ι]
[Finite ι'] {x : ι → K},
x ≠ 0 → ∀ {y : ι' → K}, y ≠ 0 → (Height.logHeight fun a => x a.1 * y a.2) = Height.logHeight x + Height.logHeight yThe logarithmic height of the "multiplication table" fun (i, j) ↦ x i * y j
is the sum of the logarithmic heights of x and y.
- Defined in
- Mathlib.NumberTheory.Height.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Fieldstatement and proof · cited by 7,404
- Finitestatement and proof · cited by 3,029
- Real.logproof · cited by 939
- ne_of_gtproof · cited by 637
- Height.AdmissibleAbsValuesstatement and proof · cited by 110
- Height.mulHeightproof · cited by 64
- Height.logHeightstatement · cited by 35
- Height.mulHeight_posproof · cited by 13
- Height.mulHeight_fun_mul_eqproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.