I'll show an alternative induction, because it illustrates an important idea in induction. Which is that it's often simpler to prove a more general statement. Another useful thing to think about when trying a solution by induction is that it's often helpful to prove a stronger statement, since it gives you more power in the inductive step.
Let

be the statement: for all natural numbers n, there exists a subset of

with element sum any given number in
/2\})
.
The base case is trivial, do it for n = 1 and n = 2. So suppose

is true, so that from

we can form the element sum of any given number in
/2\})
. Now consider the subsets of

which don't contain k+1, this is just the set of subsets of A_k, from which we can form
/2\})
, by adding the element k+1 to each of these subsets we can form
, 1 + (k+1), ..., \frac{k(k+1)}{2} + (k+1) = \frac{(k+1)(k+2)}{2}\})
, so we can form all numbers from

to
(k+2)/2)
, as required.
