I read that it's possible to show that the distribution of a record time sequence doesn't depend on the distribution of the record sequence itself, but how would one do this?
So $(X_i)$ is an iid sequence with common continuous distribution $F$. Then $X_1$ is the first record, and $\tau_1$ the first record time. From here on, the $(k+1)$st record time is $\tau_{k+1}$, given by $\tau_{k+1}=\min\{i>\tau_k: X_i >M_{\tau_k}\}$, for $k\geq1$, with $X_{k+1}$ being the $(k+1)$st record, and $M_{\tau_k}$ denoting the maximum of $X_{i-1}$'s until time $\tau_k$.
It is supposedly then possible to show that the sequence $(\tau_{k})_{k\geq1}$ doesn't depend on $F$, but I'm unsure how this can be done?
I tried looking at the probability \begin{align*} P(\tau_{k+1} \leq t) & = P(\min\{i>\tau_k: X_i >M_{\tau_k}\}\leq t)\\ & = P(i\leq t, i-1\leq t, \ldots), \end{align*} for some $t$, since if $i\leq t$, then all 'previous' $i$'s must necessarily also be less than or equal to $t$, but I don't know if this is the way to go.