Commit 2025-07-19 04:00 59d8ae47
View on Github →feat(Algebra): add Aesop automation around Even / IsSquare (#26177)
- Add
aesopattributes to enable automation for goals of the formEven x,IsSquare xandIsSumSq x - Add test examples
- Replace some existing proofs with
by aesopThe automation follows the principles of #25961 (see the file Mathlib/Tactic/SetLike.lean for documentation).