Mathlib Map

Theorems · Theorem · number theory

Height.mulHeight_eq

∀ {K : Type u_1} [inst : Field K] [inst_1 : Height.AdmissibleAbsValues K] {ι : Type u_2} {x : ι → K},
  x ≠ 0 →
    Height.mulHeight x =
      (Multiset.map (fun v => ⨆ i, v (x i)) Height.AdmissibleAbsValues.archAbsVal).prod *
        ∏ᶠ (v : ↑Height.AdmissibleAbsValues.nonarchAbsVal), ⨆ i, ↑v (x i)
Defined in
Mathlib.NumberTheory.Height.Basic
Cited by
14 results in Mathlib
Foundations
Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldHeight.AdmissibleAbsValues

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Height.one_le_mulHeight · cited by 8Height.one_le_mulHeightHeight.mulHeight_comp_equiv · cited by 7Height.mulHeight_comp_equ…Height.mulHeight₁_eq_mulHeight · cited by 6Height.mulHeight₁_eq_mulH…Height.mulHeight_smul_eq_mulHeight · cited by 6Height.mulHeight_smul_eq_…Height.mulHeight_one · cited by 4Height.mulHeight_oneNumberField.mulHeight_eq · cited by 3NumberField.mulHeight_eqHeight.mulHeight_eval_le · cited by 3Height.mulHeight_eval_leHeight.mulHeight_fun_mul_eq · cited by 3Height.mulHeight_fun_mul_…Height.mulHeight_pow · cited by 3Height.mulHeight_powHeight.mulHeight_sumElim_zero_eq · cited by 3Height.mulHeight_sumElim_…Height.mulHeight_comp_le · cited by 2Height.mulHeight_comp_leHeight.mulHeight_linearMap_apply_le · cited by 2Height.mulHeight_linearMa…Height.mulHeight_fun_prod_eq · cited by 1Height.mulHeight_fun_prod…Height.mulHeight_neg · cited by 1Height.mulHeight_negDFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetReal · cited by 25697RealField · cited by 7404FieldSet.Elem · cited by 7166Set.ElemiSup · cited by 2415iSupMultiset.map · cited by 876Multiset.mapMultiset.prod · cited by 528Multiset.prodAbsoluteValue · cited by 363AbsoluteValuefinprod · cited by 257finprodHeight.AdmissibleAbsValues · cited by 110Height.AdmissibleAbsValuesHeight.mulHeight · cited by 64Height.mulHeightHeight.AdmissibleAbsValues.nonarchAbsVal · cited by 30AdmissibleAbsValues.nonar…Height.AdmissibleAbsValues.archAbsVal · cited by 28AdmissibleAbsValues.archA…Height.mulHeight_eqCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.