Mathlib Map

Theorems · Theorem · number theory

NumberField.absNorm_mul_finprod_finitePlace_eq_one

∀ {K : Type u_1} [inst : Field K] [inst_1 : NumberField K] {ι : Type u_2} [Finite ι]
  {x : ι → NumberField.RingOfIntegers K},
  x ≠ 0 → ↑(Ideal.absNorm (Ideal.span (Set.range x))) * ∏ᶠ (v : NumberField.FinitePlace K), ⨆ i, v ↑(x i) = 1

This statement is equivalent to the fact that the "finite part" of the multiplicative height of a (non-zero) tuple x is the inverse of the absolute norm of the ideal generated by the values of x. We state it in a way that avoids taking an inverse.

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

Around this declaration

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

Cites30

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

  • DFunLike.coestatement and proof · cited by 62,936
  • Setproof · cited by 53,352
  • Realstatement and proof · cited by 25,697
  • Semiringproof · cited by 13,802
  • Fieldstatement and proof · cited by 7,404
  • Set.Elemproof · cited by 7,166
  • Idealstatement and proof · cited by 4,748
  • Set.rangestatement and proof · cited by 4,705
  • Finitestatement and proof · cited by 3,029
  • FunLikeproof · cited by 2,560
  • iSupstatement and proof · cited by 2,415
  • Nat.cast_zeroproof · cited by 1,870

Cited by1

Results whose statement or proof uses this declaration.