- #1
rb120134
- 9
- 0
- Homework Statement
- Prove by induction that for any natural numbers n and m , n x (m++)= (n x m) + n
- Relevant Equations
- n x (m++) = (n x m) +n
Prove by induction that for any natural numbers n and m , n x (m++)= (n x m) + n
The base case, n=0 gives 0 x m++=(0 x m) +0 gives 0=0
Now assume n x (m++) = (n x m) +n
For n++ we get
n++(m++)=((n++)m) + n++
from this point I am stuck, how can I prove both sides are the same?
The base case, n=0 gives 0 x m++=(0 x m) +0 gives 0=0
Now assume n x (m++) = (n x m) +n
For n++ we get
n++(m++)=((n++)m) + n++
from this point I am stuck, how can I prove both sides are the same?