Given the sequence $a_n = a_{n-1}^2 + a_1$ for $n > 1$ with $a_1 \gt \frac{1}{4}$ how can one show by definition that this sequence has no upper bound?
Given any sequence $\{a_n\}$, we say that the sequence is not bounded above if $\forall M \in \mathbb{R}, \exists n \in \mathbb{N}$ such that $a_n > M.$
I managed to prove that $\{a_n\}$ is a strictly monotone increasing sequence, so intuitively I thought that whatever $M$ we take, I can find a big enough $n$ that $a_n > M$.
Let $a_1\gt \frac{1}{4}$ and $a_n=a_{n-1}^2+a_1$ for $n>1$. Let's assume the $\lim_{n\rightarrow\infty}=a$ exists. Then taking the limit on both sides of the equation yields $a=a^2+a_1$. So we get $a^2-a+a_1=0$. This is a polynomial and has a real solution iff $1-4a_1\geq 0$, which is not the case in our case. So we know the limit doesn't exist. But as you stated the sequence is monotone increasing. So this means the sequence is not bounded from above, as if it would be, it would be convergent.