Do they mean point-wise infimum here?

169 Views Asked by At

Probability Tutorials

They must mean point-wise $\inf$ right? $g_n(w) := \inf_{k\geq n} f_k(w)$?

Thanks.

2

There are 2 best solutions below

0
On BEST ANSWER

You pick some $w$ and find out what is $$\inf\{f_{n}(w),f_{n+1}(w),\ldots\}$$

That is the value of $g_n(w)$.

0
On

The PDF actually just defines $g_n=\inf_{k\ge n}f_k$, but yes, that means that for each $\omega\in\Omega$, $g_n(\omega)=\inf_{k\ge n}f_k(\omega)$, which is the pointwise infimum of $\{f_k:k\ge n\}$.