Nusc said:
How do you prove these?
Let 0 < a, an element of R, and x, y an element of R. Then:
(a^x)(a^y) = (a^(x+y))
a^(-x) = 1/(a^x)
Thanks.
The second follows easily from the first by the case y=-x
To handle the first you need to consider the definition you are using for a^x
for instance one possible definition is
a^x:=exp(x*log(a))
in which case the problem is reduced to showing
exp(x+y)=exp(x)*exp(y)
for this one must considerthe definition of exp(x)
one possible definition being
exp(x) is the unique function for which
exp(x) is a real number if x is a real numberjk
exp(x)*exp(y)=exp(x+y) if x and y are real numbers
limit x->0 [exp(x)-1]/x=1
This is a nice definition for this problem, of course if other definitions are used you will need to prove your statement other ways.
The other common definition of a^x is to let a^x be defined for rational numbers r then
a^x:=lim n->infinity a^r_n
where r_n is a rational sequence for which
lim n->infinity r_n=x
it is also possible to stay with
a^x:=exp(x*log(a))
and use other definitions for exp and log