Theorems · Theorem · number theory
Height.mulHeight_fun_prod_eq
∀ {K : Type u_1} [inst : Field K] [inst_1 : Height.AdmissibleAbsValues K] {α : Type u} [inst_2 : Fintype α]
{ι : α → Type v} [∀ (a : α), Finite (ι a)] {x : (a : α) → ι a → K},
(∀ (a : α), x a ≠ 0) → (Height.mulHeight fun I => ∏ a, x a (I a)) = ∏ a, Height.mulHeight (x a)Consider a finite family x : (a : α) → ι a → K of tuples. Then the multiplicative height
of the "multiplication table" fun (I : (a : α) → ι a ↦ ∏ a, x a (I a)) is the product
of the multiplicative heights of all the x a.
- Defined in
- Mathlib.NumberTheory.Height.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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.univstatement and proof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- iSupproof · cited by 2,415
- Finset.prodstatement and proof · cited by 2,356
- Multiset.mapproof · cited by 876
- Finset.prod_congrproof · cited by 646
- Multiset.prodproof · cited by 528
Cited by1
Results whose statement or proof uses this declaration.
- Height.logHeight_fun_prod_eqproof · cited by 0