Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    $\begingroup$ Can you explain better the problem? If you want to prove 0+d=d by induction (that is a very good idea), the two cases should be 0+0=0 and 0 + succ d = succ d knowing that 0 + d = d. $\endgroup$
    – Ricky
    Commented Jan 19 at 15:54
  • 1
    $\begingroup$ Ah, I see, you are trying to prove even the induction step by induction. Well, this is not a very good idea. But notice that you now have a new assumption! $\endgroup$
    – Ricky
    Commented Jan 19 at 16:01
  • $\begingroup$ Just use induction once :-) $\endgroup$ Commented Jan 19 at 16:23