What is the difference between
suppose . . ., then . . .
and
if . . ., then . . .
?
For instance, in this...
"Let P(n) be a statement that is defined for all nEZ and let a be a fixed integer.
Suppose that both of the following statements are true:
- P(a) is true
- for every integer, k ≥ a, if p(k) is true then p(k+1) is true.
Then the statement: "for all integers n ≥ a, p(n)" is true."
Why is it suppose that as opposed to if