Todo

  • Add sections for the intersection of multiple independent events
  • Add sections for

Axioms

Probability

Axiom 1: For any event A, P[A]0
Axiom 2: P[S]=1
Axiom 3: For any countable collection A=A1,A2,...,Am of mutually exclusive events, AiAj= for ij

P[A1A2...Am]=P[A1]+P[A2]+...+P[Am]

Conditional Probability

Axiom 1: P[A|B]0
Axiom 2: P[B|B]=1
Axiom 3: For any countable collection A=A1,A2,...,Am of mutually exclusive events, AiAj= for ij

P[A|B]=P[A1|B]+P[A2|B]+...+P[Am|B]

Theorems

Theorem 1.2

Given mutually exclusive A1 and A2,

P[A1A2]=P[A1]+[A2]

Theorem 1.3

Given A=A1A2...Am and A1..Am are mutually exclusive.

P[A]=i=1mP[Ai]

Theorem 1.4

Probability measure P[] satisfies

  1. P[]=0
  2. P[Ac]=1P[A]
  3. For any A and B not necessarily mutually exclusive
P[AB]=P[A]+P[B]P[AB]
  1. If AB then P[A]P[B]
Note

If AB then AB=A


Theorem 1.5

Given a probability set (event) B=s1,s2,...,sm the sum of the probabilities of each outcome is equal to the probability of B.

P[B]=i=1mP[si]

Theorem 1.6

If a sample space S=s1,...,sn has equally likely outcomes for each si, the probability of each outcome is 1/n. Where n is the number of outcomes.

P[si]=1n1in

This is because:

P[S]=P[s1]+...+P[sn]=np

we know that P[S]=1 so p=1/n


Theorem 1.8

Given a partition B=B1,B2,... and some event in the sample space A, let Ci=ABi. For ij the events Ci and Cj are mutually exclusive.

A=C1C2...
Abstract

This essentially states that given any event A in our sample space, we can divide A among the partitions of B by intersecting them. This will give us subsets of A which are mutually exclusive or C1,C2,.... The union of these subsets can reconstruct A.

This concept is vital to understanding probability theory.


Theorem 1.9

For any event A and partition B1,B2,...,Bm

P[A]=i=1mP[ABi]
Abstract

ABi=Ci so this is essentially saying each mutually exclusive subset of P[A] that was divided over partition B can be summed to get P[A]

This is mostly used when the sample space can be put in the form of a table. Where each row and column represents a partition.

Pasted image 20241004102927.png


Theorem 1.10 - Total Law of Probability

Given partition B1,B2,...Bm with P[Bi]>0 for all i

P[A]=i=1mP[A|Bi]P[Bi]
Abstract

This is useful when trying to find the total probability of some event A where A has been subdivided over partition B. It takes the likelihood that A occurs over each subsection of partition B (P[A|Bi]) and multiplies it the probability that subsection of B occurs as well. Each result is summed to get the total probability of A.


Theorem 1.11

If given P[A|B] we can calculate P[B|A] with

P[B|A]=P[A|B]P[B]P[A]
Note

Also known as Bayes' Theorem

Notation

Probability of a singleton set:

P[s1]=P[{s1}]

Probability of the intersection of two events:

P[AB]=P[AB]=P[A,B]

Definitions

Set Theory Probability
Element Outcome
Set Event
Universal Set Sample Space

Outcome: One result of an experiment
Event: A set of outcomes of an experiment
Sample Space: The collectively exhaustive set of all outcomes


Conditional Probability

The probability of event A given event B is the probability of A and B occurring divided by the probability of B occurring.

P[A|B]=P[AB]P[B]
Note

The condition P[B]>0 must be true for this definition to apply. It does not make sense to evaluate the P[A] if P[B] is already 0.


Partition

A partitions divides a sample space S into mutually exclusive events or sets.

Pasted image 20241004094931.png


Independent Events

Two events are independent if and only if

P[AB]=P[A]P[B]

If A and B are non-zero, the following can be used to define independence.

P[A|B]=P[A]P[B|A]=P[B]
Warning

Independent and mutually exclusive are not synonyms.

Mutually exclusive events have no outcomes in common and therefore P[AB]=0 for those events. Independent events on the other hand are not always mutually exclusive and exceptions only occur when A=0 or B=0

Abstract

This definition basically states that given some non-zero probabilities of A and B the probability of some event A or B occurring does not rely on the given event (B or A respectively) occurring.

Knowing two events are independent allows us to calculate its intersection P[AB]=P[AB]