This is not an assignmet, I just have a question on using induction.I don;t think I've ever attempted using it when proving an implication, only when trying to prove equality/inequality.
Lets say I'm trying to prove that for non-negative integers a,b, am=bm⇒a=b.
In my inductive step, I am assuming both that am+1=bm+1 and am=bm⇒a=b for all non-negtaive integers up to m, right? So, would this be alright:
(am=bm⟹a=b)⟺(ama=bma⟹a=b)
⟺(am+1=bma⟹a=b)
\(\displaystyle \,\Longleftrightarrow\,\,
(b^{m+1}=b^ma \,\,\Longrightarrow\,\, a=b)\) Since we are assuming a^(m+1)=b^(m+1)
And thus by LHS cancellation:
(bm+1=bma⟹a=b)⟺(b=a⟹a=b) Which, we know is true, thus P(n) is true.
I know I should probably reverse the steps to make it clear what I proved, but besides that, is there anything wrong with what I just did?
Lets say I'm trying to prove that for non-negative integers a,b, am=bm⇒a=b.
In my inductive step, I am assuming both that am+1=bm+1 and am=bm⇒a=b for all non-negtaive integers up to m, right? So, would this be alright:
(am=bm⟹a=b)⟺(ama=bma⟹a=b)
⟺(am+1=bma⟹a=b)
\(\displaystyle \,\Longleftrightarrow\,\,
(b^{m+1}=b^ma \,\,\Longrightarrow\,\, a=b)\) Since we are assuming a^(m+1)=b^(m+1)
And thus by LHS cancellation:
(bm+1=bma⟹a=b)⟺(b=a⟹a=b) Which, we know is true, thus P(n) is true.
I know I should probably reverse the steps to make it clear what I proved, but besides that, is there anything wrong with what I just did?