Originally Posted by evagelos
What is your definition? to solve the problem
|
That would be "intention". I am asking how you are
defining "x to the n power". Definitions in mathematics are "working definitions"- you use the precise words of the definitions in proofs. Your first thought in proving anything about anything should be "what is its precise definition?"
The most common definition of x
n, for n a positive integer is a "recursive" one. x
1= x and x
n+1= x(x
n).
With that you can prove x
mx
n= x
n+m by induction on m.
First prove: x
nx
1= x
n+1. That follows from the definition: since x
1= x, so x
nx
1= xx
n= x
n+1 from the second part of the definition.
Now suppose x
nx
k= x[sup]n+ k[sup] (the "inductive hypothesis"). Then x
nx
k+1= (x
nx
k)x= (x
n+k)x= x
(n+k)+1= x
n+(k+1).
We do not "prove" that x
nx
m= x
n+ m for m and n other than positive integers so much as we
define the operation so that useful formula is true.
For example, n+0= n so in order to have [math]x[sup]n[sup]x
0= x
n+0= x
n true, we must
define x
0= 1. (In order to go from x
nx
0= x
0 to x
0= 1, we must divide by x
n and so must require that x not be 0. x
0 is
defined to be 1 for x not equal to 0 and 0
0 is not defined.)
n+ -n= 0 so in order to have [math]x
nx
-n= x
n-n= x
0= 1, we must [b]define[/quote] x
-n= 1/x
n and, again, must require that x not be 0.