2

I'm looking for two injective functions $f, g:\mathbb R\to\mathbb R$ with $f(x)+g(x)=x$ for all $x\in\mathbb R$ and $\operatorname{Im} f\cap\operatorname{Im} g=\emptyset$.

I've tried nothing and I'm all out of ideas.

T.J. Gaffney
  • 1,568

1 Answers1

3

Hint: look for something of the form $$\eqalign{f(x) &= \cases{h(x) & if $x \le 0$\cr h(x) + x & if $x > 0$\cr}\cr g(x) &= \cases{x-h(x) & if $x \le 0$\cr - h(x) & if $x > 0$\cr}}$$

for suitable "small" $h$.

enter image description here

Robert Israel
  • 448,999