Module docstring
{"# Even and odd elements in rings
This file defines odd elements and proves some general facts about even and odd elements of rings.
As opposed to Even, Odd does not have a multiplicative counterpart.
TODO
Try to generalize Even lemmas further. For example, there are still a few lemmas whose Semiring
assumptions I (DT) am not convinced are necessary. If that turns out to be true, they could be moved
to Mathlib.Algebra.Group.Even.
See also
Mathlib.Algebra.Group.Even for the definition of even elements.
"}