Skip to content

Commit

Permalink
remove spurious deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
artie2000 committed Jan 6, 2025
1 parent ad2ba3a commit 29d9631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Mathlib/Algebra/Ring/Semireal/Defs.lean
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class IsSemireal [Add R] [Mul R] [One R] [Zero R] : Prop where
add_one_ne_zero_of_isSumSq {a : R} (ssa : IsSumSq a) : 1 + a ≠ 0

@[deprecated (since := "2024-08-09")] alias isSemireal := IsSemireal
@[deprecated (since := "2024-08-09")] alias isSemireal.neg_one_not_SumSq :=
IsSemireal.add_one_ne_zero_of_isSumSq

theorem IsSemireal.not_isSumSq_neg_one {R : Type*} [AddGroup R] [One R] [Mul R] [IsSemireal R]:
¬ IsSumSq (-1 : R) := (by simpa using add_one_ne_zero_of_isSumSq ·)
Expand Down

0 comments on commit 29d9631

Please sign in to comment.