Simple Proof by Induction Problem

  • Thread starter Thread starter CuppoJava
  • Start date Start date
  • Tags Tags
    Induction Proof
CuppoJava
Messages
23
Reaction score
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

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 &gt; 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.
 
Physics news on Phys.org
Suppose true up to some i = n. Let x be in Sn. You want to show it is in Sn+1. Trivial if x = 0, otherwise x = y+π for some y in Sn-1. By the inductive hypothesis, since y is in Sn-1 it is also in ...?
 
  • Like
Likes 1 person
... therefore y is in S_n according to the assumed hypothesis.
Therefore y + 1 = x is in S_{n+1}.
Therefore S_i \subseteq S_{i+1} by induction.

Thank you!
-Patrick
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top