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

  • Context: Undergrad 
  • Thread starter Thread starter evagelos
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary

Discussion Overview

The discussion revolves around the proof of the equation \(x^n x^m = x^{n+m}\) for natural numbers \(n\) and \(m\) and a real number \(x\). Participants explore various definitions of exponentiation, the necessity of defining \(x^0\), and the implications of associativity in the proof process.

Discussion Character

  • Debate/contested
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • Some participants question the definition of \(x^n\) and emphasize the importance of having a precise definition to prove properties related to exponentiation.
  • One participant suggests a recursive definition of \(x^n\) and proposes using induction to prove \(x^m x^n = x^{m+n}\).
  • Another participant argues that defining \(x^0 = 1\) is necessary for the proof to hold, while others challenge this necessity by suggesting alternative definitions that could lead to the same conclusion.
  • Some participants propose that the expression \(x^m x^n\) can be visually represented as repeated multiplication, leading to \(x^{m+n}\), but this is contested as not being a formal proof by induction.
  • A later reply highlights that the proof relies on the assumption of associativity in multiplication, which is not explicitly stated, raising concerns about the rigor of the proof.
  • There is a discussion about the implications of different definitions of exponentiation and how they relate to the properties of real numbers and natural numbers.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the necessity of defining \(x^0\) or the best approach to proving the equation. Multiple competing views on the definitions and assumptions involved remain present throughout the discussion.

Contextual Notes

Limitations include the dependence on the definitions of exponentiation and the implicit assumption of associativity in multiplication, which some participants argue should be made explicit in any proof.

evagelos
Messages
314
Reaction score
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]
 
Physics news on Phys.org
Any ideas? Can you see why it's true for some small cases, e.g. n=2 or 3 and m=2 or 3?
 
What does xn mean?
 
Yes, exactly what is your definition of xn?
 
HallsofIvy said:
Yes, exactly what is your definition of xn?


What is your definition? to solve the problem
 
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.
 
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 [math]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 [math]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:
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:
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.

unfortunately 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 [math]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 [math]xnx-n= xn-n= x0= 1, we must define
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:

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 26 ·
Replies
26
Views
2K
Replies
48
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K