Commit 2025-01-16 05:31 eec581e5
View on Github →feat(Algebra/Ring): generalise and extend material about sums of squares and semireal rings (#16094)
- Generalise definition of a semireal ring, as discussed at https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/Formally.20real.20fields
- Add facts about multiplicative structure of sums of squares -- preserved under multiplication, form a semiring, set of sums of squares is the semiring generated by the squares.
- Add some lemmas to simpset
- Update documentation Deletions:
mem_sumSq_of_isSquare
(statement changed toIsSquare.isSumSq
)