| New Reply |
Proving Induction from the Well-Ordering Principle |
Share Thread | Thread Tools |
| May20-12, 02:37 AM | #1 |
|
|
Proving Induction from the Well-Ordering Principle
1. The problem statement, all variables and given/known data
Prove Mathematical Induction using the Well-Ordering Principle. 2. Relevant equations None. 3. The attempt at a solution Every solution I can think of, and every solution I've seen, at some point along the proof, seems to me to employ the very reasoning that is used when we prove problems by mathematical induction, the only difference in this proof is we add in the method of proof by contradiction. So, in other words, it seems to me the only way to accomplish a solution is by employing circular reasoning. That doesn't strike me as a very satisfying way to solve this problem. So, to be clear, I'm not asking for a solution to be handed to me, I just want to know if there is actually a way to accomplish this proof that doesn't beg the question, i.e. that does not employ mathematical inductive reasoning? |
| May21-12, 04:22 PM | #2 |
|
|
So let P be our property that we want to prove. We know the folowing:
1) 0 has property P, 2) If n has property P, then n+1 has property P We must prove that all natural numbers have property P. Right?? To do this, proceed by contradiction, and assume that there is an element that does not have property P. Look at [itex]S=\{x\in \mathbb{N}~\vert~\text{x does not have property P}\}[/itex]. Now use well-ordering. |
| May22-12, 09:33 AM | #3 |
|
|
|
| May22-12, 09:37 AM | #4 |
|
|
Proving Induction from the Well-Ordering PrincipleIf we didn't know this, then there would be nothing we could do!! |
| May22-12, 09:38 AM | #5 |
|
|
|
| May22-12, 09:43 AM | #6 |
|
|
Thanks for your help. It does seem to be though that induction will have to be an axiom we accept and that is not reducible to any other, like the Well-Ordering. Perhaps that's why Peano didn't take the Well-Ordering Principle as primitive but rather chose induction? |
| May22-12, 09:44 AM | #7 |
|
|
|
| May22-12, 09:46 AM | #8 |
|
|
So again, how do you know P is true for 0, for 1, for 2, etc.??? Induction IS reducible to well-ordering. |
| May22-12, 09:54 AM | #9 |
|
|
Alright, so it seems to me you are right, when we begin our proof, we can make P any property we choose, say for instance ≠. But then using Set theory and Natural deduction we will not be able to generate addition, succession, and all the other Field Order Axioms that we need in order to produce the Natural numbers, since our logical system requires reflexivity, transitivity, symmetry, etc. So, perhaps when we begin this proof we should stipulate that P be a property not incompatible with those of the Natural number system, (like P is irreflexive). We probably should also specify that P isn't induction, since again we are attempting to prove induction, not presuppose it. Does that help? Or am I hopelessly confused? |
| May22-12, 10:05 AM | #10 |
|
|
|
| May22-12, 10:24 AM | #11 |
|
|
So we might say: [itex] If: 0 \in \mathbb{N}, and: if: n \in \mathbb{N}, then: n+1 \in \mathbb{N} [/itex]. But then we will need to proceed by contradiction with a new definition of S, for our initial one: [itex]S=\{x\in \mathbb{N}~\vert~\text{x is not a natural number}\}[/itex], will not work, so we can't even be able to use well-ordering. |
| May22-12, 10:48 AM | #12 |
|
|
OK, working with properties P is confusing since we don't know precisely what a property is. So let's work with sets instead. The idea is that [itex]S\subseteq \mathbb{N}[/itex]. We want to prove that [itex]S=\mathbb{N}[/itex]. So IF
We do not want to prove that n+1 is in S, that is given. Of course, if we want to APPLY induction, then we do need to prove that the hypotheses are satisfied. So in that case we must prove that 0 is in S, and that n+1 is in S for each n. For example, let [tex]S=\{n\in \mathbb{N}~\vert~n=0~\text{or n is of the form k+1 for a k}\in \mathbb{N}\}[/tex] Clearly, 0 is in S. Now, let n be in S, then n+1 is certainly of the form k+1 (take k=n). So n+1 is in S. It is NOW that we apply induction to conclude that [itex]S=\mathbb{N}[/itex]. |
| May22-12, 02:01 PM | #13 |
|
|
The statement of the Well-Ordering Principle is
##WOP=\forall A\subset\mathbf{N}\left[A=\emptyset\lor\exists x\in\mathbf{N}\left(x\in A\land\forall y\in A\left[\left(x=y\right)\lor \left(x<y\right)\right]\right)\right]##-Every subset of the natural numbers is either empty or it contains a least element. The statement for induction says (where ##S## is the successor function) ##IA=\forall A\subset\mathbf{N}\left[\left(0\in A \land \forall x\in\mathbf{N}\left[x\in A\rightarrow S(x)\in A\right]\right)\rightarrow A=\mathbf{N}\right]##-Every subset of the natural numbers which contains the element ##0## and is closed under succession must be the whole set of natural numbers. It is often the case that IA is assumed (as an axiom) and is used to prove WOP. The point of your exercise is to show that if WOP is assumed (as an axiom) that it proves IA. Here is where I think you are having trouble: When you do a proof by induction you are essentially proving ##0\in A## and ##x\in A\rightarrow S(x)\in A## and then use IA to say that ##A=\mathbf{N}##. But you're proving something about a specific ##A##. That is not what you're doing here. Here you essentially need to show that if ##A## (arbitrary) satisfies ##0\in A## and ##x\in A\rightarrow S(x)\in A##, then it follows from WOP that ##A=\mathbf{N}##. Think about it this way. To prove the statement "Every differentiable function is continuous", you don't need to show that a function is differentiable. You just need to show that under the assumption that an arbitrary function is differentiable, it follows necessarily that it is continuous. Here to prove all "All sets satisfying the 'property of induction' (the ##\left(0\in A \land \forall x\in\mathbf{N}\left[x\in A\rightarrow S(x)\in A\right]\right)## part of IA) also satisfy the 'property of being the whole set of natural numbers'", you don't need to show that a particular set satisfies the property of induction. You assume that an arbitrary set satisfies the property of induction, and then show that it must be true that it also satisfies the property of being the whole set of natural numbers. Edit: Why did this get moved to precalculus? This is barely in the ballpark of undergraduate math. |
| May22-12, 06:37 PM | #14 |
|
|
But maybe I'm stretching things into epistemology here? |
| May22-12, 06:39 PM | #15 |
|
|
|
| May22-12, 07:50 PM | #16 |
|
|
Pretend for a second that we have very precise definitions of "zombie apocalypse", "prepared for", and "survive". We could presumably prove that every member of the set of humans who is prepared for the zombie apocalypse is also in the set of humans who will survive the zombie apocalypse. If we couldn't then we might need to adjust our definitions. It might turn out that, just as a side result of our definitions, that other statements using the terms "zombie apocalypse", "prepared for", and "survive" are also provable. Perhaps some of them would be obvious, others not so obvious. But they would all be logical consequences in a universe where those who are prepared survive. We don't really care if our definitions are reasonable or achievable. Maybe "prepared" is far too strict. Maybe "survive" means "survives for 10 seconds", maybe it means "survives for 10 years". We don't really care as long as preparedness implies survival. We also don't care if zombie apocalypse is an event that can happen (at least for the purpose of this analogy). Maybe it can, maybe it can't. We don't know. But what we do know is that, in our construct, if there is a zombie apocalypse and if you are prepared, then you will survive. This is precisely the type of argument that we've made here. We've defined the natural numbers to satisfy certain axioms (probably Peano). We've also defined things like "set", "subset", etc. (probably Zermelo–Fraenkel). Are sets real? Do numbers exist? We'd like to think so, but that's really question for the philosophers. As mathematicians, we move forward and prove other statements as if they are real and do exist ... somewhere. We are concerned with having precise definitions (so that there is no ambiguity) and an appropriate logical framework in which to work. And in that logical framework, if WOP is true and if a set has the "property of induction" (notice how we've defined in this post what it means for a set to have the property of induction that's our term), then that set must be all natural numbers. It doesn't matter to us one bit if there really are sets, natural numbers, or whether or not it's possible for a set to possess the property of induction.
|
| May22-12, 07:58 PM | #17 |
|
|
|
| New Reply |
| Thread Tools | |
Similar Threads for: Proving Induction from the Well-Ordering Principle
|
||||
| Thread | Forum | Replies | ||
| Well-Ordering Principle on Natural Numbers | Calculus & Beyond Homework | 0 | ||
| Help! Well-ordering principle | Linear & Abstract Algebra | 5 | ||
| Well-ordering principle | Calculus & Beyond Homework | 3 | ||
| Principle of Induction and Principle of Well-Ordering | Linear & Abstract Algebra | 1 | ||
| Induction and Well-Ordering | General Math | 3 | ||