Skip to content

Commit

Permalink
shake
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca committed Oct 23, 2024
1 parent 0c2eec2 commit b0eb9f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions FltRegular/NumberTheory/AuxLemmas.lean
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import Mathlib.NumberTheory.RamificationInertia
import Mathlib.Algebra.Polynomial.Taylor
import Mathlib.RingTheory.Valuation.ValuationRing
import Mathlib.FieldTheory.Separable
import Mathlib.RingTheory.Trace.Defs

import Mathlib
import Mathlib.Algebra.Lie.OfAssociative
import Mathlib.RingTheory.SimpleRing.Basic

/-!
Expand Down
1 change: 0 additions & 1 deletion FltRegular/NumberTheory/Finrank.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Mathlib.LinearAlgebra.Dimension.Constructions
import Mathlib.LinearAlgebra.Dimension.Finite
import Mathlib.Algebra.Module.Torsion
import Mathlib.LinearAlgebra.FreeModule.StrongRankCondition
import Mathlib.LinearAlgebra.FreeModule.PID
import Mathlib.LinearAlgebra.Dimension.Localization

open Module
Expand Down
4 changes: 4 additions & 0 deletions FltRegular/NumberTheory/GaloisPrime.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import FltRegular.NumberTheory.AuxLemmas
import Mathlib.RingTheory.IntegralClosure.IntegralRestrict
import Mathlib.Data.Set.Card
import Mathlib.FieldTheory.PurelyInseparable
import Mathlib.Order.CompletePartialOrder
import Mathlib.RingTheory.DedekindDomain.Dvr
import Mathlib.Algebra.Order.Star.Basic

/-!
# Galois action on primes
Expand Down

0 comments on commit b0eb9f8

Please sign in to comment.