Given the sequence:
$x_{n+1} + x_{n} - 6x_{n-1} = 0$
I need to give a necessary and sufficient condition on $x_{0}$ and $x_{1}$ such that the sequence is bounded below.
I am confused about "necessary and sufficient". Is it enough to say that for the sequence to be bounded below by the first term it has to be increasing, so $x_{1} > x_{0}$?