|
|
|
|
|
by mannerheim
1651 days ago
|
|
An inductive proof has two steps: 1) Prove H(0) 2) Prove that if H(n), then H(n+1) Then, by the axiom of induction, this is proven for all positive integer values of n. Because if those two conditions hold, we would have H(0) is true H(1) is true because H(0) -> H(1) ((2) with n=0) and H(0) H(2) is true because H(1) -> H(2) ((2) with n=1) and H(1) and so on. The assumption isn't what's being proven, it's proving the inductive hypothesis for the next integer. |
|
As the article says there is a problem talking about equality among members of a set with size 1. So saying "all the horses in a set of size 1 are the same color" begs the question "same as what?" and that's where the real problem is, and the difficulty in pinning down that kind of thing is why I'm not a mathematician ;-)