1

I don't know really any real analysis aside from the mindset of heavily proving things in a rigorous manner. I'm just trying to see if something I think is true is true or not. It might relate to something I might think about further down the line.

With that out of the way... let's say we have some sequence or function f(x). It doesn't really matter since $f$ is either discrete or continuous.

Suppose that $\lim_{x \to \infty} f(x)$ diverges and doesn't increase or decrease without bound. I wish to show that ultimately it must diverge in the sense that it cycles through the same discrete or continuous set of values.

I don't know the proper term for this or any rigorous way to define it. I hope the statement makes sense.

Ultimately this relates to me potentially trying to construct a way of making undefined limits elements of some non-complex number set and I wanted to make sure whether or not the periodicity could at all be a property I choose or choose not to use in my definitions. Either way I am still curious.

This is not the primary question (the highlighted conjecture is), but I believe this is primarily useful as if I understand correctly all limits can be reconstructed as infinite limits of functions/sequences. Please confirm this as well. I assume this is something most people will know from the basics.

user64742
  • 2,195
  • 1
    Take ${x_n}$ where $x_n$ is the $n$-th digit of $\pi$ in a base. – pancini Jul 24 '17 at 04:30
  • 4
    What about $a_n = \sin(n)$? It is bounded, does not converge, and all $a_n$ are different. – Martin R Jul 24 '17 at 04:36
  • You might be able to recover something mildly interesting if you impose more conditions on the sequences/functions in question -- one possibility would be to restrict them to rational or at least non-transcendental values. You will probably also need more, but all of the counterexamples thus far involved irrational or transcendental number based sequences. – Alec Rhea Jul 24 '17 at 04:48
  • 2
    @AlecRhea: A purely rational counterexample is $1, 1/2, 2/2, 1/3, 2/3, 3/3, 1/4, 2/4, \ldots$. Or any enumeration of the rational numbers in a bounded interval. – Martin R Jul 24 '17 at 05:04
  • @MartinR Nice -- it seems that more conditions would indeed be necessary. I am somewhat interested in what conditions would cause divergent sequences in general to terminate in repeating values. – Alec Rhea Jul 24 '17 at 05:08
  • 1
    I actually just recently published a paper about just such this issue -- I built larger real-closed fields out of ordinals that contain the real numbers, and I intend to explore which divergent series over $\mathbb{R}$ converge to values in larger, denser fields: https://arxiv.org/abs/1706.08908 – Alec Rhea Jul 24 '17 at 15:24

4 Answers4

8

What you can show is that if $f(x)$ is bounded then its values have an accumulation point. This is the Bolzano-Weierstrass theorem. It certainly does not have to have any regular cycle. For a sequence, you can have $f(n)=\{10^{n-1}\pi\}$, basically taking the decimal expansion of $\pi$ starting from the $n^{th}$ place. It is nicely bounded between $0$ and $1$ but bounces around between those limits erratically. On the assumption that $\pi$ is normal, its values are dense in the interval, so every point in $(0,1)$ is an accumulation point. I described a function $(0,1)\to(0,1)$ that takes all values in any interval here. It is very messy. You can make it go from $\Bbb R \to (0,1)$ with your favorite bijection and it is also bounded.

Functions can be much messier than the nice curves we draw on the whiteboard.

Ross Millikan
  • 383,099
2

Ross's answer already provides a counterexample, but there is a little more to be said.

First I will take it that by saying the function doesn't increase or decrease without bound you mean it is bounded, that is from some point on $f(x)$ will be into some interval $[a,b]$. We can do better and choose the $a$ and $b$ such that they are the $\lim\;\mathrm{inf}$ and $\lim\;\mathrm{sup}$.

Now if the function is continuous you're lucky and you get what you wanted. All the numbers (strictly) between $a$ and $b$ get hit infinitely often. This is not hard to prove by using the intermediate value theorem: "Take any value $c$ in $(a,b)$ since $a$ is $\lim\;\mathrm{inf}$ take $x_1$ such that $f(x_1)<c$ and since $b$ is $\lim\;\mathrm{sup}$ take $x_2>x_1$ such that $f(x_2)>c$ than there is a $x_1<x_{1,2}<x_2$ such that $f(x_{1,2}=c$." Rinse and repeat countably many times.

Notice here we use the non-convergence to get $a\neq b$.

DRF
  • 5,282
1

No, the sequence $s_n=\sin n$ is non converging and aperiodic, by the irrationality of $\pi$. The values will be non-repeating. Even if the values are discrete, the sequence may be non-repeating. Take $\lfloor\sin n\rfloor+1$:

$1 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 ,\cdots$

For an aperiodic, bounded function of a real variable, you can take $\sin x+\sin\sqrt2x$ (by irrationality of $\sqrt2$). Anyway, as it is continuous, it will "cycle" inside $(-2,2)$ and come back infinitely many times to all values.

enter image description here


You will get periodic sequences when considering finite-state automata, i.e. sequences such that the next value is computed as a function of the current value only. If the number of possible values is finite, you will necessarily pass twice by the same value, and this will repeat forever in the same order.

1

Another example of a sequence that doesn't have this property would be the sequence $ a_n = \sum_{i = 1}^\infty 2^{-i}h_a(i)$ where $h_a(i)$ is a function that is 1 if the Turing machine a haults on input i and returns 0 otherwise.

A sequence that cycled though the same values would be computable however this sequence isn't computable.