Mathlib Map

Theorems · Theorem · number theory

NumberField.Units.exist_unique_eq_mul_prod

∀ (K : Type u_1) [inst : Field K] [inst_1 : NumberField K] (x : (NumberField.RingOfIntegers K)ˣ),
  ∃! ζe, x = ↑ζe.1 * ∏ i, NumberField.Units.fundSystem K i ^ ζe.2 i

Dirichlet Unit Theorem. Any unit x of 𝓞 K can be written uniquely as the product of a root of unity and powers of the units of the fundamental system fundSystem.

Defined in
Mathlib.NumberTheory.NumberField.Units.DirichletTheorem
Cited by
2 results in Mathlib
Foundations
Depth 326 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.

Cites37

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.