Mathlib Map

Theorems · Theorem · number theory

NumberField.Units.finrank_mul_regulator_eq_det

∀ (K : Type u_1) [inst : Field K] [inst_1 : NumberField K] (w' : NumberField.InfinitePlace K)
  (e : { w // w ≠ w' } ≃ Fin (NumberField.Units.rank K)),
  ↑(Module.finrank ℚ K) * NumberField.Units.regulator K =
    |(Matrix.of fun i w =>
          if h : i = w' then ↑w.mult
          else
            ↑w.mult *
              Real.log
                (w ((algebraMap (NumberField.RingOfIntegers K) K) ↑(NumberField.Units.fundSystem K (e ⟨i, h⟩))))).det|

The degree of K times the regulator of K is equal to the absolute value of the determinant of the matrix whose columns are (mult w * log w (fundSystem K i))_i, w and the column (mult w)_w.

Defined in
Mathlib.NumberTheory.NumberField.Units.Regulator
Cited by
0 results in Mathlib
Foundations
Depth 330 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.

Cites22

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
  • Realstatement and proof · cited by 25,697
  • RingHomstatement · cited by 10,189
  • Equivstatement and proof · cited by 8,337
  • Fieldstatement and proof · cited by 7,404
  • Algebra.algebraMapstatement and proof · cited by 4,706
  • Matrixstatement · cited by 4,303
  • Units.valstatement and proof · cited by 1,966
  • absstatement and proof · cited by 1,814
  • Module.finrankstatement and proof · cited by 1,770
  • Real.logstatement and proof · cited by 939
  • Matrix.detstatement and proof · cited by 665

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.