Skip to content

Commit

Permalink
fix depration
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Dec 7, 2024
1 parent addaa06 commit 815df64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FormalBook/Chapter_06.lean
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ theorem wedderburn (h: Fintype R): IsField R := by
have finclassa: ∀ (A : ConjClasses Rˣ), Fintype ↑(ConjClasses.carrier A) :=
fun _ ↦ ConjClasses.instFintypeElemCarrier

have : ∀ (A : ConjClasses Rˣ), Fintype ↑(Set.centralizer {Quotient.out' A}) :=
fun _ ↦ setFintype (Set.centralizer {Quotient.out' _})
have : ∀ (A : ConjClasses Rˣ), Fintype ↑(Set.centralizer {Quotient.out A}) :=
fun _ ↦ setFintype (Set.centralizer {Quotient.out _})

letI fintypea : ∀ (A : ConjClasses Rˣ), Fintype ↑{A |
have := finclassa A; Fintype.card ↑(ConjClasses.carrier A) > 1} :=
Expand Down

0 comments on commit 815df64

Please sign in to comment.