Index bound for subsequences

If n1<n2<… are positive integers, then nk≥k
Index bound for subsequences

Lemma. Let (nk)(n_k) be a strictly increasing sequence of positive integers, i.e., n1<n2<n_1<n_2<\cdots. Then

nkkfor all kN. n_k\ge k \quad\text{for all }k\in\mathbb{N}.

Proof. By induction. For k=1k=1, n11n_1\ge 1. Assume nkkn_k\ge k. Then nk+1>nkkn_{k+1}>n_k\ge k, hence nk+1k+1n_{k+1}\ge k+1.

This estimate is often used when transferring “eventually” statements from a sequence to a (e.g., to compare thresholds NN and KK).