recategorized by
2,486 views

1 Answer

Best answer
27 27 votes

$s_3 = 1 + \min(s_1, s_2) \\= 1 + \min(1, 1) = 2 = \lceil \frac{3}{2} \rceil$.

So, base condition of induction satisfied. 

Assume, $s_{n-2} =\lceil \frac{n-2}{2} \rceil$ and $s_{n-1} =\lceil \frac{n-1}{2} \rceil$ (Induction hypothesis)

Now, we have to prove,

$s_n = \lceil \frac{n}{2} \rceil$

$s_n = 1 + \min(s_{n-1}, s_{n-2}) \\= 1 +  \lceil \frac{n-2}{2} \rceil \\= 1 +  \lceil \frac{n}{2} \rceil -1 \\=\lceil \frac{n}{2}\rceil$

(Hence, proved)

selected by
Position:
Show:

Related questions

51 51 votes
8 answers 8 answers
17.3k
17.3k views
Kathleen asked Sep 14, 2014
17,282 views
A multiset is an unordered collection of elements where elements may repeat any number of times. The size of a multiset is the number of elements in it, counting repetiti...
15 15 votes
3 answers 3 answers
2.8k
2.8k views
Kathleen asked Oct 8, 2014
2,787 views
Prove using mathematical induction for $n \geq 5, 2^n n^2$
65 65 votes
11 answers 11 answers
12.2k
12.2k views
Kathleen asked Sep 14, 2014
12,191 views
Let $S$ be a set of $n$ elements $\left\{1, 2,\ldots, n\right\}$ and $G$ a graph with $2^{n}$ vertices, each vertex corresponding to a distinct subset of $S$. Two vertice...
34 34 votes
4 answers 4 answers
6.8k
6.8k views
Kathleen asked Sep 14, 2014
6,764 views
Let $S= \{0, 1, 2, 3, 4, 5, 6, 7\}$ and $⊗$ denote multiplication modulo $8,$ that is, $x ⊗ y= (xy) \mod 8$Prove that $( \{ 0, 1\}, ⊗)$ is not a group.Write three distinc...