I recently got introduced to Poisson Processes and while we were preparing necessary mathematical tools to do it, something along the following lines was in the notes of our professor.
Define 0 < $S_1$ < $S_2$ < $\dots$ < $S_n$ < $\dots$ as a time of arrival of event $S_1$, $S_2$, $\dots, S_n, \dots$ and let $N(t) = \sup\{n > 0: S_n \leq t\}$ (how many events occured until time $t$). Notice that $\{N(t) \geq n\} = \{S_n \leq t\}$.
We then used $\{N(t), t \geq 0\}$ as our first Poisson process (with $S_n$ being $\sum_k T_k$ where $T_k$ i.i.d. exponential).
I am trying to wrap my head around $\{N(t) \geq n\} = \{S_n \leq t\}$. I remember my lecturer saying something along lines "we can infer $t$ from $n$ and $n$ from $t$".
Why are these sets equal? What are their items' "types"? If I understand correctly $\{S_n \leq t\}$ contains all events from 1 to $n$ that occured until time $t$. The second set however, $\{N(t) \geq n\}$ contains just natural numbers.
I appreciate your help.
These are events, not sets of numbers.
$N(t)$ is an integer-valued random variable that counts the number of arrivals (these are called "events" in your notes, but I won't use this word to avoid confusion with the above usage of the word "event.") in the time interval $[0,t]$. The event $\{N(t) \ge n\}$ contains all outcomes where "there are at least $n$ arrivals in the time interval $[0,t]$."
$S_n$ is a real-valued random variable that is the time of the $n$th arrival. The event $\{S_n \le t\}$ contains all outcomes where "the $n$th arrival occurs before time $t$."
Do you now see why these two events are equivalent?