CuppoJava
- 23
- 0
Hi,
I devised this problem for myself as part of a bigger question that I'm working on, and am having trouble solving it. I think it involves a nested induction proof but I am not sure how to start. A tip on how to begin would be much appreciated.
Thanks
-Patrick
<br /> S_0 = \{\}<br />
<br /> S_i = \{0\} \bigcup \{s + \pi | s \in S_{i-1}\}<br />
Show that S_i \subseteq S_{i+1} for all i.
I started by converting the problem to the following form:
\forall i > 0, 0 \in S_i
\forall s \in S_i, s + \pi \in S_{i + 1}
Show that \forall s \in S_i, s \in S_{i + 1}
But I don't know what to do next.
I devised this problem for myself as part of a bigger question that I'm working on, and am having trouble solving it. I think it involves a nested induction proof but I am not sure how to start. A tip on how to begin would be much appreciated.
Thanks
-Patrick
Homework Statement
<br /> S_0 = \{\}<br />
<br /> S_i = \{0\} \bigcup \{s + \pi | s \in S_{i-1}\}<br />
Show that S_i \subseteq S_{i+1} for all i.
The Attempt at a Solution
I started by converting the problem to the following form:
\forall i > 0, 0 \in S_i
\forall s \in S_i, s + \pi \in S_{i + 1}
Show that \forall s \in S_i, s \in S_{i + 1}
But I don't know what to do next.