Advertisement
Guest User

Untitled

a guest
Jul 8th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.97 KB | None | 0 0
  1.  
  2. \documentclass[a4paper]{article}
  3.  
  4. \usepackage{polski}
  5. \usepackage[utf8]{inputenc}
  6. \usepackage{amsthm}
  7. \newtheorem{tw}{Twierdzenie}
  8.  
  9. \begin{document}
  10.  
  11. \begin{tw}[Prawo 0-1 Kołmogorowa]
  12.     Jeżeli $\sigma$-ciała $\mathcal{F}_n$ są niezależne, to dla każdego zdarzenia $A \in \mathcal{F}_\infty$ mamy $P(A) = 0$ albo $P(A) = 1$.
  13. \end{tw}
  14. \begin{proof}
  15.     Dla dowolnego $n$ niezależne są $\sigma$-ciała $\mathcal{G}_n = \sigma(\mathcal{F}_1, \mathcal{F}_2, \dots, \mathcal{F}_n)$ i $\mathcal{F}_{n+1, \infty}$. Ponieważ $A \in \mathcal{F}_\infty$, to $A \in \mathcal{F}_{n+1, \infty}$. Stąd dla każdego $n$ zdarzenie $A$ jest niezależne od $\sigma(\mathcal{G}_1, \mathcal{G}_2,\dots) = \mathcal{F}_{1, \infty}$ (na mocy lematu 5.8.12 o niezależnych $\pi$-układach). \\\\
  16.     Ponieważ $A \in \mathcal{F}_{1, \infty}$, to $A$ jest niezależne samo od siebie, czyli $P(A) = \linebreak= P(A \cap A) = P(A)^2$ i ostatecznie $P(A) = 0$ lub $P(A) = 1$.
  17. \end{proof}
  18.  
  19. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement