Theorems · Theorem · number theory
NumberField.Units.finrank_mul_regOfFamily_eq_det
∀ {K : Type u_1} [inst : Field K] [inst_1 : NumberField K]
(u : Fin (NumberField.Units.rank K) → (NumberField.RingOfIntegers K)ˣ) (w' : NumberField.InfinitePlace K)
(e : { w // w ≠ w' } ≃ Fin (NumberField.Units.rank K)),
↑(Module.finrank ℚ K) * NumberField.Units.regOfFamily u =
|(Matrix.of fun i w =>
if h : i = w' then ↑w.mult
else ↑w.mult * Real.log (w ((algebraMap (NumberField.RingOfIntegers K) K) ↑(u (e ⟨i, h⟩))))).det|The degree of K times the regulator of the family u 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.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 309 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.
Cites56
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
- CommRingproof · cited by 17,173
- AddCommMonoidproof · cited by 12,281
- RingHomstatement · cited by 10,189
- Equivstatement and proof · cited by 8,337
- Fintypeproof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Finset.sumproof · cited by 5,195
- Algebra.algebraMapstatement and proof · cited by 4,706
- AddGroupproof · cited by 4,410
- Matrixstatement and proof · cited by 4,303
Cited by2
Results whose statement or proof uses this declaration.
- NumberField.Units.finrank_mul_regulator_eq_detproof · cited by 0