Skip to content

Commit

Permalink
Update LowerNumbering.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
Prowler99 committed Aug 2, 2024
1 parent b095587 commit 2e593cd
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions RamificationGroup/LowerNumbering.lean
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ open Classical
#check WithBot.instSupSet
#check WithTop.conditionallyCompleteLattice
-- there is no `ConditionallyCompleteLinearOrderTop` in mathlib ...
-- # The definition of `WithTop.instInfSet` have to be changed
-- # The definition of `WithTop.instInfSet` have to be changed (done in latest version)
#check WithBot.linearOrder
noncomputable instance {α} [ConditionallyCompleteLinearOrder α] : ConditionallyCompleteLinearOrderBot (WithBot α) where
toConditionallyCompleteLattice := WithBot.conditionallyCompleteLattice
Expand Down Expand Up @@ -675,19 +675,6 @@ variable (σ : M ≃ₐ[K] M) (s : L ≃ₐ[K] L)

#check Eq.subst

open Finset in
@[deprecated WithTop.sum_eq_top_iff]
theorem ENat.sum_eq_top_of_map_eq_top {α : Type*} [DecidableEq α] {f : α → ℕ∞} {s : Finset α}
{a : α} (has : a ∈ s) (hfa : f a = ⊤) :
∑ x ∈ s, f x = ⊤ := by
induction s using Finset.induction with
| empty => contradiction
| @insert b t hb ht =>
rcases mem_insert.mp has with h | h <;> rw [sum_insert hb]
· subst h
rw [hfa, WithTop.top_add]
· rw [ht h, WithTop.add_top]

open Classical AlgEquiv in
theorem prop3
(σ : M ≃ₐ[K] M) (x : PowerBasis 𝒪[K] 𝒪[L]) (y : PowerBasis 𝒪[M] 𝒪[L]) :
Expand Down

0 comments on commit 2e593cd

Please sign in to comment.