So we are told to do induction on this statement:
"Let P(n) be the statement: If a + n = c + n, then a = b.", and I am told to induct on n, so I do.
Base: Let P(0) be the statement : "If a + 0 = c + 0, then a = b". which is true.
From there, you assume P(n) to be true for n (denoted n'). However, I'm stuck on how to go on from here as well as what my inductive hypothesis is.
Thanks all!