Prove that the sum
is irrational.
I've planned my approach in 2 ways:
1. Must show that the sum is not an integer.
2. Must show it is a zero of a monic polynomial.
But how to go about it?
Okay so had another look at this.
So to prove the sum is not an integer.

So,

Let

An overestimate for the sum would be

An underestimate for the sum would be

But since

Thus the sum is not an integer.
Use induction to prove it is a zero of a monic polynomial.
Base case:
Let the sum be written as

Let

.
Thus


Thus

is a zero.
Now for the inductive hypothesis, assume

is true.
Thus

is true.
Now we wish to prove that

is also true.
We will denote this as

.



Let this be a zero of a monic polynomial
 = x^r + c_{r-1}x^{r-1} + c_{r-2}x^{r-2} + ... + c_0)
So using the inductive hypothesis,

is a zero
)
, namely
 = 0)
so
 = P(x - \sqrt{a_{k+1}}) = (x - \sqrt{a_{k+1}})^r + c_{r-1}(x - \sqrt{a_{k+1}})^{r-1} + c_{r-2}(x - \sqrt{a_{k+1}})^{r-2} + ... + c_0 = 0)
Now what...? How do we expand that polynomial...?