Mathlib Map

Theorems · Theorem · number theory

Height.mulHeight_mul_le

∀ {K : Type u_1} [inst : Field K] [inst_1 : Height.AdmissibleAbsValues K] {ι : Type u_2} [Finite ι] (x y : ι → K),
  Height.mulHeight (x * y) ≤ Height.mulHeight x * Height.mulHeight y

The multiplicative height of a pointwise product of tuples is bounded by the product of their multiplicative heights.

Defined in
Mathlib.NumberTheory.Height.Basic
Cited by
2 results in Mathlib
Foundations
Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldHeight.AdmissibleAbsValuesFinite

Around this declaration

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

Cites18

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

Cited by2

Results whose statement or proof uses this declaration.