mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +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}
|
\documentclass{article}
|
||||||
|
|
||||||
|
|
||||||
\newcommand{\dir}{~/projects/latex}
|
\input{~/projects/latex/old/janishutz-helpers-v1.tex}
|
||||||
\input{\dir/include.tex}
|
|
||||||
\load{recommended}
|
|
||||||
|
|
||||||
\setup{Algorithms and Probability}
|
\setup{Algorithms and Probability}
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
\begin{theorem}[]{Multiplication law}
|
\begin{theorem}[]{Multiplication law}
|
||||||
Let $A_1, \ldots, A_n$ be events. If $\Pr[A_1 \cap \ldots \cap A_n] > 0$, we have
|
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}
|
\end{theorem}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user