aboutsummaryrefslogtreecommitdiff
path: root/houdre/hw1.tex
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-10-16 12:47:56 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-10-16 12:47:56 -0400
commite02fa026261e4dad10154b961d599b346a5ab2b3 (patch)
tree87ae01fd85241122c67e219f92469c9c77138144 /houdre/hw1.tex
parent352bd2bb48910ccc854a6005fa2bf4e893f73b5a (diff)
removed trailing spaces from numerous files
Diffstat (limited to 'houdre/hw1.tex')
-rw-r--r--houdre/hw1.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/houdre/hw1.tex b/houdre/hw1.tex
index c06f5fa..e49bd49 100644
--- a/houdre/hw1.tex
+++ b/houdre/hw1.tex
@@ -144,7 +144,7 @@ $$\Pr(A\cup B) = \Pr(A\setminus B)+\Pr(B\setminus A)+\Pr(A\cap B)$$
$$= (\Pr(A\setminus B)+\Pr(A\cap B)) + (\Pr(B\setminus A)+\Pr(A\cap B)) -
\Pr(A\cap B)$$
$$= \Pr(A) + \Pr(B) - \Pr(A\cap B)
-= \sum_i \Pr(A_i) - \sum_{i<j} \Pr(A_i\cap A_j).$$
+= \sum_i \Pr(A_i) - \sum_{i<j} \Pr(A_i\cap A_j).$$
Let the above be considered a base case, with the successive case
$U_n = U_{n-1}\cup A_n.$