Theorems · Theorem · number theory
Height.mulHeight_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.mulHeight fun a => x a.1 * y a.2) = Height.mulHeight x * Height.mulHeight yThe multiplicative height of the "multiplication table" fun (i, j) ↦ x i * y j
is the product of the multiplicative heights of x and y.
- Defined in
- Mathlib.NumberTheory.Height.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Fieldstatement and proof · cited by 7,404
- Set.Elemproof · cited by 7,166
- Finitestatement and proof · cited by 3,029
- Multisetproof · cited by 2,627
- iSupproof · cited by 2,415
- CommMonoidproof · cited by 2,264
- Multiset.mapproof · cited by 876
- Multiset.prodproof · cited by 528
- AbsoluteValueproof · cited by 363
- finprodproof · cited by 257
Cited by3
Results whose statement or proof uses this declaration.
- Height.mulHeight_mul_leproof · cited by 2
- Height.mulHeight_mul_mulHeightproof · cited by 2
- Height.logHeight_fun_mul_eqproof · cited by 0