let $a = (a_1, a_2, a_3, \ldots , a_n)^T$ for some arbitrary large (irrelevant to the question) value of $n$.
and let $i,k \in \mathbb{Z}$
What would the value of the following expression be when $i = 0$?
$$\forall k : 0 < k < i: a_{k-1} \le a_k$$
As $i$ and $k$ are integers, there is no k such that $0 < k < i$. Does that mean that the entire expression is true because it holds "for all" (zero) admissible values of $k$?