Commit 2024-09-13 06:50 0fc9f199

View on Github →

feat(Algebra/Group): define even and odd functions (#16446) Define predicates Function.Even and Function.Odd for functions satisfying f (-x) = f x resp. f (-x) = -(f x), and prove some simple properties of these.

Estimated changes