7

Let $f:\mathbb{R} \rightarrow \mathbb{R}$ be a continuous function such that $f(x+y)=f(x)f(y), \ \forall x,y\in \mathbb{R}$. Prove: if $f \not \equiv 0$, then there exists constant $a$ such that $f(x)=a^x.$

I tried to deduce the result from this question and this question, but had hard time with it.

Any help appreciated.

Itay4
  • 2,166
  • Show $f(x) > 0$ for all $x$.
  • What does the function $g(x) := \ln(f(x))$ satisfy.
  • Use the result of one of your linked questions to obtain $g(x) = ax$.
  • $f(x) = \exp(g(x)) = \exp(ax) = \exp(a)^x$
  • –  Mar 08 '17 at 17:11