This is a consequence of the exponential rule, but how do I actually prove it to be true?
2026-04-03 07:17:16.1775200636
On
Prove that $e^x \gt 0$ for $x \in \mathbb{R}$
199 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
3
On
Every definition of $\exp(x)$ leads to the property, $\exp(a+b)= \exp(a)\exp(b)$. Furthermore every definition also tells us that $\exp$ is defined on the entire real line and takes real values when given a real number as an argument.
So we will consider the exponential function evaluated at $x$ and notice that$x=x/2+x/2$.
$$ \exp(x) = \exp(x/2)\exp(x/2) = (\exp(x/2))^2 > 0 $$
Since the square of every real number is positive we have our result.
How do you define $e^x$?
The most common way to define it is
$$e^x = \sum_{n = 0}^{\infty} \frac{x^n}{n!}$$
If you take this definition, then if $x > 0$, $e^x$ is the sum of an infinite number of positive terms.
One should show that the series converges, but if you take that for granted, then of course if converges to a positive number.
If $x < 0$ then $e^{-x} > 0$ ; and since $$ e^x \cdot e^{-x} = 1 > 0 \Rightarrow e^x > 0$$ since $e^{-x} > 0$