Skip to content

Commit ab66fbb

Browse files
committed
docs: add Dirichlet class number formula to the overview (leanprover-community#25015)
Also add a `-` missing in the docstring of `tendsto_sub_one_mul_dedekindZeta_nhdsGT`
1 parent ce3f8ce commit ab66fbb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Mathlib/NumberTheory/NumberField/DedekindZeta.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ theorem dedekindZeta_residue_pos : 0 < dedekindZeta_residue K := by
6565
theorem dedekindZeta_residue_ne_zero : dedekindZeta_residue K ≠ 0 :=
6666
(dedekindZeta_residue_pos K).ne'
6767

68-
/-
68+
/--
6969
**Dirichlet class number formula**
7070
-/
7171
theorem tendsto_sub_one_mul_dedekindZeta_nhdsGT :

docs/overview.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ General algebra:
145145
Algebraic Number Theory:
146146
Finiteness of the class number: 'NumberField.RingOfIntegers.instFintypeClassGroup'
147147
Dirichlet unit theorem: 'NumberField.Units.exist_unique_eq_mul_prod'
148+
Dirichlet class number formula: 'NumberField.tendsto_sub_one_mul_dedekindZeta_nhdsGT'
148149

149150
Representation theory:
150151
representation : 'Representation'

0 commit comments

Comments
 (0)