mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 13:05:24 +02:00
[AW] Fix error in multiplication rule, fixes #9
This commit is contained in:
Binary file not shown.
@@ -1,9 +1,7 @@
|
||||
\documentclass{article}
|
||||
|
||||
|
||||
\newcommand{\dir}{~/projects/latex}
|
||||
\input{\dir/include.tex}
|
||||
\load{recommended}
|
||||
\input{~/projects/latex/old/janishutz-helpers-v1.tex}
|
||||
|
||||
\setup{Algorithms and Probability}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
\begin{theorem}[]{Multiplication law}
|
||||
Let $A_1, \ldots, A_n$ be events. If $\Pr[A_1 \cap \ldots \cap A_n] > 0$, we have
|
||||
\[
|
||||
\Pr[A_1 \cap \ldots \cap A_n] = \Pr[A_1] \cdot \Pr[A_2|A_1] \cdot \Pr[A_3|A_1 \cap A_2] \cdot \ldots \cdot \Pr[A_n|A_1 \cap \ldots \cap A_n]
|
||||
\Pr[A_1 \cap \ldots \cap A_n] = \Pr[A_1] \cdot \Pr[A_2|A_1] \cdot \Pr[A_3|A_1 \cap A_2] \cdot \ldots \cdot \Pr[A_n|A_1 \cap \ldots \cap A_{n - 1}]
|
||||
\]
|
||||
\end{theorem}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user