Enderton 3.1 problem 1 (p.193)
Let
be the set of sentences consisting of S1, S2, and all sentences of the form
 \rightarrow \forall v_1(\phi(v_1) \rightarrow \phi(Sv_1)) \rightarrow \forall v_1 \phi(v_1),)
where
is a wff (in the language of
) in which no variable except
occurs free. Show that
. Conclude that
. (Here
is by definition
. The sentence displayed above is called the induction axiom for
.)
The necessary definitions can be found here (especially, page 2, slide 7).
================================================== =======
We show that if
, then
. Therefore, we show each
is a sentence in
. If
(resp.
,
by assumption.
S3 asserts that any nonzero number is the successor of somthing.
How do I show that each S3, S4.1, S4.2, ... , and S4.n is a sentence in
?
From there, how do I conclude
?
Re: Enderton 3.1 problem 1 (p.193)
The sentence schema you're given is the definition of the principle of finite induction. It should be sufficient to derive the other axioms from the first two and induction.
Re: Enderton 3.1 problem 1 (p.193)
If T is a set of sentences, is Cn T the set of all sentences that can be derived from T?
Quote:
Originally Posted by
Annatala
The sentence schema you're given is the definition of the principle of finite induction. It should be sufficient to derive the other axioms from the first two and induction.
Yes. Usually it is sufficient to write the proofs informally. The study of first-order logic is supposed to convince one that reasonably detailed informal proofs cab be converted to formal derivations. Just write carefully the induction statement (i.e., the property P(n) such that you need to prove
), the base case, the induction hypothesis, etc. Let us know about the concrete difficulties you are having.
Quote:
Originally Posted by
logics
From there, how do I conclude

?
If my assumption about Cn above is true, then for any sets T, S, if
, then
. So,
. Also,
is satisfiable, so you can use the reasoning of the theorem on slide 11.
Re: Enderton 3.1 problem 1 (p.193)
Quote:
Originally Posted by
Annatala
The sentence schema you're given is the definition of the principle of finite induction. It should be sufficient to derive the other axioms from the first two and induction.
I don't understand what you mean by that.
For example, how do you show that
is a sentence in
by using the first two and induction?
Re: Enderton 3.1 problem 1 (p.193)
The set of consequences of
,
, is defined as
.
In the textbook, we have
.
I have not figured out how to prove the first part yet, i.e.,
.
Re: Enderton 3.1 problem 1 (p.193)
Quote:
Originally Posted by
logics
For example, how do you show that

is a sentence in

by using the first two and induction?
Induction here implies that the only objects in the universe are the ones you can get to through successor, so you do it like this:
Take the property "this object is either zero, or is the successor of some number x". You would agree this is S3 I hope. Well, induction is easy:
1) Zero meets this property. (base)
2) For any number y, if y meets this property, then Sy meets this property. (inductive step)
3) By FPI, all objects meet this property. :)
Re: Enderton 3.1 problem 1 (p.193)
Quote:
Originally Posted by
Annatala
Induction here implies that the only objects in the universe are the ones you can get to through successor, so you do it like this:
Take the property "this object is either zero, or is the successor of some number x". You would agree this is S3 I hope. Well, induction is easy:
1) Zero meets this property. (base)
2) For any number y, if y meets this property, then Sy meets this property. (inductive step)
3) By FPI, all objects meet this property. :)
I don't think your 2) is the inductive hypothesis. Your 2) is basically what we need to prove.
Do you mean
, where
is the inductive hypothesis?
How do you prove this?
Re: Enderton 3.1 problem 1 (p.193)
Quote:
Originally Posted by
logics
I don't think your 2) is the inductive hypothesis. Your 2) is basically what we need to prove.
Do you mean
 \rightarrow \forall y_1(Sy_1 \neq 0\rightarrow \exists x \text{ } Sy_1 = Sx) \in \text{Cn }A_S^*)
, where
 \in \text{Cn }A_S^*)
is the inductive hypothesis?
How do you prove this?
No, my approach is correct: I was trying to lead you there without going all the way.
You're allowed to assume all sentences of the form:
 \rightarrow \forall v_1(\phi(v_1) \rightarrow \phi(Sv_1)) \rightarrow \forall v_1 \phi(v_1))
Before we begin the induction, we define
and plug it into the sentence for
.
Using the above sentence, we can prove
holds for zero. We can also prove that if it holds for some number, it holds for the successor of that number (because of how we defined
this is always true). Based on the expression above, this means
: every number is either zero or a successor. But this is exactly what we wished to show.
Does that help? :) Try the others on your own if you get it now.
Re: Enderton 3.1 problem 1 (p.193)
Quote:
Originally Posted by
Annatala
Take the property "this object is either zero, or is the successor of some number x". You would agree this is S3 I hope. Well, induction is easy:
1) Zero meets this property. (base)
2) For any number y, if y meets this property, then Sy meets this property. (inductive step)
3) By FPI, all objects meet this property. :)
Quote:
Originally Posted by
logics
I don't think your 2) is the inductive hypothesis. Your 2) is basically what we need to prove.
That's why I said:
Quote:
Originally Posted by
emakarov
Just write carefully
the induction statement (
i.e., the property P(n) such that you need to prove )
), the base case, the induction hypothesis, etc.
You need to prove
. Removing the universal quantifier, we are left with the property
. This is the property you prove by induction, which is also the induction hypothesis in the case of regular (weak) induction. As has been said, in simple cases the induction statement is obtained just by removing the universal quantifier from the statement one has to prove. In more complex cases one needs to strengthen the property to make the induction step go through. In the case of strong induction, the induction hypothesis is
.
For a procedure to create a proof by induction, see this post.