Mathlib Map

Theorems · Theorem · number theory

NumberField.Units.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)),
  NumberField.Units.regulator K =
    |(Matrix.of fun i w =>
          ↑(↑w).mult *
            Real.log (↑w ((algebraMap (NumberField.RingOfIntegers K) K) ↑(NumberField.Units.fundSystem K (e i))))).det|

For any infinite place w', the regulator is equal to the absolute value of the determinant of the matrix with entries (mult w * log w (fundSystem K i))_i for 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.

Cites21

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
  • Real.logstatement and proof · cited by 939
  • Matrix.detstatement and proof · cited by 665
  • NumberFieldstatement and proof · cited by 653

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.