Answer:
D does not implies that the sequence is divergent. All others statements do.
Explanation:
Statement D: "
has both an increasing subsequence and a decreasing subsequence" does not necessarily implies that the sequence is divergent. For example, let
the sequence given by:
if n is odd
if n is even
We can see that the subsequence
is a decreasing sequence (the subsequence given by odd indexes). And the subsequence
is an increasing sequence (the subsequence given by even indexes).
However,
is a convergent sequence with limit zero.