Maybe the question is trivial. Let $(X_{n})_{n \geq 0}$ ne a sequence of random variables and $N_{1},N_{2}$ stopping times with respect to the sequence $(X_{n})_{n \geq 0}$. Now I have Show that $$ \min(N_{1},N_{2}),~\max(N_{1},N_{2}) $$ are also stopping times. My Problem is to Show whether $N_{1} + N_{2}$ is also a stopping time. What about
$$ N := \sup\{n\geq 0|X_{n} \geq 0\}. $$ Is $N$ also a stopping time?
Note that
$$\begin{align*}\{N_1+N_2 =n\} = \{N_1+N_2 = n\} \cap \{N_2 \leq n\} &= \bigcup_{k=0}^n \{N_1+N_2 = n\} \cap \{N_2 = k\} \\ &= \bigcup_{k=0}^n \{N_1=n-k\} \cap \{N_2=k\}. \end{align*}$$
As $\{N_1 =n-k\} \in \mathcal{F}_{n-k} \subseteq \mathcal{F}_n$ and $\{N_2 = k\} \in \mathcal{F}_k \subseteq \mathcal{F}_n$ for any $k \leq n$, this implies that $\{N_1+N_2=n\} \in \mathcal{F}_n$, and so $N_1+N_2$ is a stopping time.
The random variable
$$N := \sup\{n \geq 0; X_n \geq 0\}$$
is, in general, not a stopping time. Take for instance a Poisson distributed random variable $T$ and define
$$X_n(\omega) := \begin{cases} -1, & T(\omega) \leq n, \\ 0, & T(\omega)>n \end{cases}$$
The canonical filtration $\mathcal{F}_n := \sigma(X_0,\ldots,X_n)$ satisfies $$\mathcal{F}_0 := \sigma(\{T=0\}) = \{\emptyset,\Omega,\{T=0\},\{T>0\}\}.$$ On the other hand, the construction of the process $(X_n)_{n \in \mathbb{N}_0}$ and the definition of $N$ implies that $$\{N=0\} = \{\omega; \forall n \geq 1: X_n(\omega)=-1\} = \{T \leq 1\}$$
which is clearly not contained in $\mathcal{F}_0$. Thus, $N$ is not a stopping time.