File tree Expand file tree Collapse file tree 5 files changed +2
-43
lines changed
Expand file tree Collapse file tree 5 files changed +2
-43
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import FltRegular.NumberTheory.Cyclotomic.CyclRat
1010import FltRegular.NumberTheory.Cyclotomic.MoreLemmas
1111import FltRegular.NumberTheory.Cyclotomic.UnitLemmas
1212import FltRegular.NumberTheory.CyclotomicRing
13- import FltRegular.NumberTheory.GaloisPrime
1413import FltRegular.NumberTheory.Hilbert90
1514import FltRegular.NumberTheory.Hilbert92
1615import FltRegular.NumberTheory.Hilbert94
Original file line number Diff line number Diff 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-
7669open IsPrimitiveRoot
7770
7871theorem prim_coe (ζ : R) (hζ : IsPrimitiveRoot ζ p) : IsPrimitiveRoot (ζ : CyclotomicField p ℚ) p :=
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import FltRegular.NumberTheory.GaloisPrime
21import Mathlib.RingTheory.DedekindDomain.Different
32import Mathlib.Order.CompletePartialOrder
4- import Mathlib.NumberTheory.RamificationInertia.Basic
3+ import Mathlib.NumberTheory.RamificationInertia.Galois
54
65/-!
76# Unramified extensions
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments