Skip to content

Commit 9a5f3d4

Browse files
doc: fix wrong docstring (#40253)
1 parent be88371 commit 9a5f3d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/NumberTheory/NumberField/CMField.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ subfield `F` is (isomorphic to) the maximal real subfield `K⁺` of `K`.
4141
4242
* `NumberField.IsCMField.of_isMulCommutative`: A totally complex abelian extension of `ℚ` is CM.
4343
44-
* `IsCyclotomicExtension.Rat.isCMField`: A nontrivial abelian extension of `ℚ` is CM.
44+
* `IsCyclotomicExtension.Rat.isCMField`: A nontrivial cyclotomic extension of `ℚ` is CM.
4545
4646
## Implementation note
4747
@@ -561,7 +561,7 @@ variable (K : Type*) [Field K] [CharZero K]
561561

562562
open IntermediateField in
563563
/--
564-
A nontrivial abelian extension of `ℚ` is CM.
564+
A nontrivial cyclotomic extension of `ℚ` is CM.
565565
-/
566566
theorem isCMField {S : Set ℕ} (hS : ∃ n ∈ S, 2 < n) [IsCyclotomicExtension S ℚ K] :
567567
IsCMField K := by

0 commit comments

Comments
 (0)