I have a set of rational numbers $t_0, t_1, t_2, \dots ,t_n$ in strictly ascending order $t_i < t_j$ where $i < j$.
My goal is to find the largest possible step size $\Delta t \in \mathbb Q$ such that for all $k$ there's a $c_k \in \mathbb N$ such that $t_0+c_k\Delta t = t_k$
For instance, if $t_0 = 0, t_1 = 1, t_2 = 2.5$ then the maximum step size is $\Delta t = 0.5$