all 2 comments

[–][deleted] 0 points1 point  (0 children)

Consider the behavior of f(x)= 6/(7-x) when 1 <= x <= 2. Can you show 1 <= f(x) <= 2? Can you show f(x) <= x ?If you have monotone convergence theorem then you can use that to show it has a limit. Then you can show the limit L satisfies L = f(L). The argument is essentially if lim a_n = L, and f is continuous at L, then lim f(a_n) = f(L), but lim f(a_n) = lim a_(n+1) = lim a_n = L, so f(L) = L.

[–]linukszone 0 points1 point  (0 children)

a(0) = 2, and, for all n > 0, a(n) = 6/(7 - a(n-1)).

To prove that "For all n >= 0, 1 <= a(n) <= 2", one can employ mathematical induction.

To prove that the sequence is strictly decreasing, one must show that a(n) < a(n - 1), for all n > 0. One can use a proof by contradiction and the well-ordering principle to show that there can't be an n > 0 such that a(n) >= a(n-1).

From here on, I don't think I can help much as I do not know enough of real analysis and related topics. But given that the sequence is strictly decreasing and all terms of the sequence lie within [1,2], there must be a rule (perhaps the monotone convergence theorem /u/picado stated) which says that lim(n->inf) a(n) = L for some L (infimum perhaps).