frobeniustaco
- 3
- 0
Homework Statement
Let S is a subset of the natural numbers [denote S\subseteqN] such that
A: 2k\inS \forall k\inN
B: if k\ins and k ≥ 2, then k-1\inS
Prove that S=N
Homework Equations
The Attempt at a Solution
My first instinct was to approach it like one would prove the principle of mathematical induction, but I got to a point and it seems like it won't work that way. I'm not sure how else to approach the proof. Here's what I've got:
Suppose S≠N. Then N\S [the compliment of N with respect to S, or the set of elements that are in N but not in S] is nonempty, and by the Well-Ordering Property of N, N\S has some least element m.
2\inS by hypothesis, so m>2. This implies that m-1\inN.
Since m-1 < m, and m is the smallest element in N that is not in S, we conclude that m-1\inS.This is where something seems wrong to me. I want to somehow get to m\inS, so I have a proof by contradiction, but I'm not sure how I can do this with the given hypotheses.