For a function $f(x)$, it was given here with derivation that it has $E(x)$ as even part and $O(x)$ as odd part,
$$f(x)=E(x)+O(x)$$
why does this have to be always true? What is the proof?
For a function $f(x)$, it was given here with derivation that it has $E(x)$ as even part and $O(x)$ as odd part,
$$f(x)=E(x)+O(x)$$
why does this have to be always true? What is the proof?
If our function takes values in a ring in which $2$ has an inverse, we can always write:
$$f(x)=\underbrace{\frac{f(x)+f(-x)}{2}}_{E(x)}+\underbrace{\frac{f(x)-f(-x)}{2}}_{O(x)}$$