Is Associativity Assumed in the Proof of \(x^n x^m = x^{n+m}\)?

  • Thread starter evagelos
  • Start date
  • Tags
    Proof
In summary: Depends on the definition of x^n. There are multiple possible definitions, which happen to be equivalent for real x and natural n, and that fact by itself is a theorem. In a general groupoid, there are distinct concepts of "left power" and "right power" depending on which way you compute, and the notation "xxx..x" is meaningless because the order of operations is unspecified. Your solution, your notation and your definition implicitly assume that real multiplication is associative. The implicitness of the assumption makes it a poor proof (a good proof would express everything explicitly). HallsofIvy's proof is a little better, because, even though it uses associativity (also implicitly), the definition of x^n is written
  • #1
evagelos
315
0
prove that:

for all ,n,m belonging to the natural Nos and x belonging to the real Nos;

[tex] x^nx^m =x^{n+m}[/tex]
 
Mathematics news on Phys.org
  • #2
Any ideas? Can you see why it's true for some small cases, e.g. n=2 or 3 and m=2 or 3?
 
  • #3
What does xn mean?
 
  • #4
Yes, exactly what is your definition of xn?
 
  • #5
HallsofIvy said:
Yes, exactly what is your definition of xn?


What is your definition? to solve the problem
 
  • #6
To point of the question "What is your definition" is that to prove something about the operation x^n, you first need a definition for that operation. So start with that. If we do not know what definition is used in your book, it is hard for us to do any more that this.
 
  • #7
evagelos said:
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 xn, for n a positive integer is a "recursive" one. x1= x and xn+1= x(xn).

With that you can prove xmxn= xn+m by induction on m.

First prove: xnx1= xn+1. That follows from the definition: since x1= x, so xnx1= xxn= xn+1 from the second part of the definition.

Now suppose xnxk= xn+ k (the "inductive hypothesis"). Then xnxk+1= (xnxk)x= (xn+k)x= x(n+k)+1= xn+(k+1).

We do not "prove" that xnxm= xn+ 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 \(\displaystyle xnx0= xn+0= xn true, we must define x0= 1. (In order to go from xnx0= x0 to x0= 1, we must divide by xn and so must require that x not be 0. x0 is defined to be 1 for x not equal to 0 and 00 is not defined.)

n+ -n= 0 so in order to have \(\displaystyle xnx-n= xn-n= x0= 1, we must define[/quote] x-n= 1/xn and, again, must require that x not be 0.\)
\)
 
Last edited by a moderator:
  • #8
HallsofIvy said:
we must define x0= 1.

Is it really necessary to define x0 = 1? If we already define that x-n = 1/xn then 1 = xn/xn = xn-n = x0, and we get the x not equal to 0 thing for free.
 
Last edited:
  • #9
evagelos said:
And if we define : [tex] x^n = xx^{n-1}[/tex]

Then you have a choice. If you've already defined [tex] x^0 = 1 [/tex], you can use

[tex]
x^n = x \cdot x^{n-1} \quad \text{ for } n \ge 1
[/tex]

This gives

[tex]
x^1 = x \cdot x^{1-1} = x \cdot 1 = x
[/tex]

Rules follow by induction.

If you don't define the zero power to start then

[tex]
x^n = x \cdot x^{n-1} \quad \text{ for } n \ge 2
[/tex]

With [tex] x^1 [/tex] defined to be [tex] x [/tex]. The other rules can be obtained in a manner similar to the first.
 
  • #10
pbandjay said:
Is it really necessary to define x0 = 1? If we already define that x-n = 1/xn then 1 = xn/xn = xn-n = x0, and we get the x not equal to 0 thing for free.

Unfortunatly you use the sum of exponents to arrive at this conclusion, this is the property to be proved.
 
  • #11
HallsofIvy said:
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 xn, for n a positive integer is a "recursive" one. x1= x and xn+1= x(xn).

With that you can prove xmxn= xn+m by induction on m.

First prove: xnx1= xn+1. That follows from the definition: since x1= x, so xnx1= xxn= xn+1 from the second part of the definition.

Now suppose xnxk= xn+ k (the "inductive hypothesis"). Then xnxk+1= (xnxk)x= (xn+k)x= x(n+k)+1= xn+(k+1).

We do not "prove" that xnxm= xn+ 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 \(\displaystyle xnx0= xn+0= xn true, we must define x0= 1. (In order to go from xnx0= x0 to x0= 1, we must divide by xn and so must require that x not be 0. x0 is defined to be 1 for x not equal to 0 and 00 is not defined.)

n+ -n= 0 so in order to have \(\displaystyle xnx-n= xn-n= x0= 1, we must define\)
\)
\(\displaystyle \(\displaystyle x-n= 1/xn and, again, must require that x not be 0.[/QUOTE]



And if we define : [tex] x^n = xx^{n-1}[/tex] how would you do the proof then?
\)
\)
 
  • #12
Wouldn't this be sufficient?:

[tex]x^mx^n=(\underbrace{xxx...x}_{m.times})(\underbrace{xx...x}_{n.times})=\underbrace{xxxx...x}_{(m+n).times}=x^{m+n}[/tex]
 
  • #13
Mentallic said:
Wouldn't this be sufficient?:

[tex]x^mx^n=(\underbrace{xxx...x}_{m.times})(\underbrace{xx...x}_{n.times})=\underbrace{xxxx...x}_{(m+n).times}=x^{m+n}[/tex]

This is not a proof by induction .
 
  • #14
[tex]x^m = \prod^m_{k=1}x[/tex]

[tex]x^n = \prod^n_{k=1} x[/tex]

[tex]x^mx^n = [\prod^m_{k=1}x][\prod^n_{k=1} x] = \prod^{m+n}_{k=1} x[/tex]
 
  • #15
evagelos said:
This is not a proof by induction .
I wasn't informed that a specific tool to prove this was necessary:
evagelos said:
prove that:

for all ,n,m belonging to the natural Nos and x belonging to the real Nos;

[tex] x^nx^m =x^{n+m}[/tex]
 
  • #16
Mentallic said:
Wouldn't this be sufficient?:

[tex]x^mx^n=(\underbrace{xxx...x}_{m.times})(\underbrace{xx...x}_{n.times})=\underbrace{xxxx...x}_{(m+n).times}=x^{m+n}[/tex]

Depends on the definition of x^n. There are multiple possible definitions, which happen to be equivalent for real x and natural n, and that fact by itself is a theorem. In a general groupoid, there are distinct concepts of "left power" and "right power" depending on which way you compute, and the notation "xxx..x" is meaningless because the order of operations is unspecified.

Your solution, your notation and your definition implicitly assume that real multiplication is associative. The implicitness of the assumption makes it a poor proof (a good proof would express everything explicitly).

HallsofIvy's proof is a little better, because, even though it uses associativity (also implicitly), the definition of x^n is written down explicitly without relying on the property.
 
Last edited:

FAQ: Is Associativity Assumed in the Proof of \(x^n x^m = x^{n+m}\)?

What is a proof in powers?

A proof in powers is a mathematical concept that involves demonstrating the validity or truth of a statement or equation using the rules and properties of powers.

How is a proof in powers different from other types of proofs?

A proof in powers specifically focuses on using the properties of powers, such as the power of a power rule or the power of a product rule, to demonstrate the truth of a statement or equation.

What are some common properties and rules used in a proof in powers?

Some common properties and rules used in a proof in powers include the power of a power rule, the power of a product rule, and the power of a quotient rule.

Why is it important to use a proof in powers instead of other methods?

Using a proof in powers allows for a more efficient and clear demonstration of the truth of a statement or equation, as it specifically utilizes the properties of powers which can simplify complex equations.

What are some real-world applications of a proof in powers?

A proof in powers is commonly used in fields such as physics, engineering, and computer science to solve problems involving exponential growth or decay, such as population growth or radioactive decay.

Similar threads

Back
Top