Mathlib Map

Theorems · Theorem · number theory

NumberField.FinitePlace.prod_eq_inv_abs_norm

∀ {K : Type u_1} [inst : Field K] [inst_1 : NumberField K] {x : K},
  x ≠ 0 → ∏ᶠ (w : NumberField.FinitePlace K), w x = ↑|(Algebra.norm ℚ) x|⁻¹

For any non-zero x in K, the product of w x, where w runs over FinitePlace K, is equal to the inverse of the absolute value of Algebra.norm ℚ x.

Defined in
Mathlib.NumberTheory.NumberField.ProductFormula
Cited by
1 results in Mathlib
Foundations
Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldNumberField

Around this declaration

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

Cites34

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

Cited by1

Results whose statement or proof uses this declaration.