Skip to content

Commit 80f6240

Browse files
bump
1 parent 71d6f4f commit 80f6240

File tree

5 files changed

+2
-43
lines changed

5 files changed

+2
-43
lines changed

FltRegular.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import FltRegular.NumberTheory.Cyclotomic.CyclRat
1010
import FltRegular.NumberTheory.Cyclotomic.MoreLemmas
1111
import FltRegular.NumberTheory.Cyclotomic.UnitLemmas
1212
import FltRegular.NumberTheory.CyclotomicRing
13-
import FltRegular.NumberTheory.GaloisPrime
1413
import FltRegular.NumberTheory.Hilbert90
1514
import FltRegular.NumberTheory.Hilbert92
1615
import FltRegular.NumberTheory.Hilbert94

FltRegular/NumberTheory/Cyclotomic/CyclRat.lean

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ theorem mem_fltIdeals [Fact p.Prime] (x y : ℤ) {η : R} (hη : η ∈ nthRoots
6666
↑x + η * ↑y ∈ fltIdeals p x y hη :=
6767
mem_span_singleton.mpr dvd_rfl
6868

69-
theorem Ideal.le_add {S : Type*} [CommRing S] (a b c d : Ideal S) (hab : a ≤ b) (hcd : c ≤ d) :
70-
a + c ≤ b + d := by
71-
simp only [Submodule.add_eq_sup, sup_le_iff]
72-
constructor
73-
· apply le_trans hab (@le_sup_left _ _ _ _)
74-
· apply le_trans hcd (@le_sup_right _ _ _ _)
75-
7669
open IsPrimitiveRoot
7770

7871
theorem prim_coe (ζ : R) (hζ : IsPrimitiveRoot ζ p) : IsPrimitiveRoot (ζ : CyclotomicField p ℚ) p :=

FltRegular/NumberTheory/GaloisPrime.lean

Lines changed: 0 additions & 32 deletions
This file was deleted.

FltRegular/NumberTheory/Unramified.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import FltRegular.NumberTheory.GaloisPrime
21
import Mathlib.RingTheory.DedekindDomain.Different
32
import Mathlib.Order.CompletePartialOrder
4-
import Mathlib.NumberTheory.RamificationInertia.Basic
3+
import Mathlib.NumberTheory.RamificationInertia.Galois
54

65
/-!
76
# Unramified extensions

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "",
28-
"rev": "63c92d89bf2723c770ea68f7f99885a44a302249",
28+
"rev": "915cd38ee571dc4dac8c536ff191c397abf53a5c",
2929
"name": "mathlib",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": null,

0 commit comments

Comments
 (0)