I have the following line in a proof;
Let T ~ Expon($\lambda$). Thus $\mathbb{P}(T>s+t | T > s) = \frac{\mathbb{P}(\{T>s+t\}\cap \{ T > s \})}{\mathbb{P}(T>s)} = \frac{\mathbb{P}(T>s+t)}{\mathbb{P}(T>s)} = ...$
I can't explain why $\mathbb{P}(\{T>s+t\}\cap \{ T > s \}) = \mathbb{P}(\{T>s+t\}$ for $t\leq 0$.
Can someone please explain?
My attempts at answering;
If $t \geq 0$, then $s + t \geq s$, and all the relevant information is contatined in $\{T>s+t\}$. To formalise this statement, I think $\{\omega \in \Omega: T(\omega)>s\} \cap \{\omega \in \Omega: T(\omega)>s + t\} = \{\omega \in \Omega: T(\omega)>s+t\}$.
However I can't explain why this is also true for $t<0$ as $s+t < s$, and by the argument above we get $\{T>s\}$ as the resulting set.