Mathlib Map

Theorems · Theorem · number theory

Rat.logHeight_eq_max_abs_of_gcd_eq_one

∀ {ι : Type u_1} [inst : Fintype ι] [Nonempty ι] {x : ι → ℤ},
  Finset.univ.gcd x = 1 → Height.logHeight (Int.cast ∘ x) = Real.log ↑(⨆ i, |x i|)

The logarithmic height of a tuple of rational numbers that consists of coprime integers is the logarithm of the maximum of the absolute values of the entries.

Defined in
Mathlib.NumberTheory.Height.NumberField
Cited by
0 results in Mathlib
Foundations
Depth 303 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeNonempty

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.