Skip to content

Commit c4cd5a0

Browse files
authored
Update prob_concepts.ipynb
1 parent ac01edb commit c4cd5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prob_concepts.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"$$P \\left( \\bigcup_{i=1}^{\\infty}A_i \\right) = \\sum_{i=1}^{\\infty}P(A_i) $$\n",
5353
"\n",
5454
"\n",
55-
"Following the definiiton we properties:\n",
55+
"Following the definiiton we have properties:\n",
5656
"- $P(A) + P(A^c)=1$\n",
5757
"- $A \\subseteq B \\Rightarrow P(A) \\leq P(B)$\n",
5858
"- $P(A \\cup B) = P(A) + P(B) - P(A \\cap B)$\n",
5959
"\n",
60-
"The last properties can be further generalized into the [inclusion-exclusion theorem](https://en.wikipedia.org/wiki/Inclusion%E2%80%93exclusion_principle) for more than two sets."
60+
"The last property can be generalized into the [inclusion-exclusion theorem](https://en.wikipedia.org/wiki/Inclusion%E2%80%93exclusion_principle) for more than two sets."
6161
]
6262
},
6363
{

0 commit comments

Comments
 (0)