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