avec_holl
- 15
- 0
Homework Statement
13. (a) Prove that any function [itex]f[/itex] with domain [itex]\mathbb{R}[/itex] can be written [itex]f = O + E[/itex] where [itex]E[/itex] is even and [itex]O[/itex] is odd.
(b) Prove that this way of writing [itex]f[/itex] is unique.
Homework Equations
N/A
The Attempt at a Solution
(a) Suppose that [itex]f[/itex] is some function with domain [itex]\mathbb{R}[/itex]. This implies that for any arbitrary real number [itex]a[/itex], both [itex]f(a)[/itex] and [itex]f(-a)[/itex] exist. We can now define even and odd functions such that [itex]f(a) = O(a) + E(a)[/itex] and [itex]f(-a) = E(a) - O(a)[/itex]. Since [itex]f[/itex] can be represented by the sum of even and odd functions at a single point, we can define [itex]O[/itex] and [itex]E[/itex] point-wise such that their sum is always equal to [itex]f[/itex].
I'm not sure if this is a reasonable argument, but if it is, how can I make it rigorous?
(b) Suppose not, then [itex]f = O_1 + E_1 = O_2 + E_2[/itex]. This implies that [itex]O_1 = (E_2 - E_1) + O_2[/itex]. However, since [itex]O_1[/itex] is necessarily odd and [itex]E_2 - E_1[/itex] is necessarily even, we have that [itex]E_1 = E_2[/itex] and consequently [itex]O_1 = O_2[/itex]. Hence, this way of writing [itex]f[/itex] is unique.
I'm not sure if this is a reasonable argument either and any suggestions would be appreciated.