Back to Explore

Probability Theory — Comprehensive Study Notes Summary & Study Notes

These study notes provide a concise summary of Probability Theory — Comprehensive Study Notes, covering key concepts, definitions, and examples to help you review quickly and study effectively.

702 words3 views
Notes

📘 Overview

Probability theory studies uncertainty and long-run frequencies of outcomes from a random experiment. A random experiment satisfies: (i) all distinct outcomes are known ahead of time, (ii) an individual trial's outcome is not known a priori, and (iii) the experiment can be repeated in principle. The set of all possible outcomes is the sample space SS; each outcome is a sample point or elementary event.

📐 Sample Space, Events, and Set Operations

An event is any subset of SS. Important set operations and notations:

  • Complement: Ac=SAA^{c}=S\setminus A — event that AA does not occur.
  • Union: ABA\cup B — event that AA or BB (or both) occur.
  • Intersection: ABA\cap B — event that both AA and BB occur.
  • Disjoint / Mutually exclusive: AB=A\cap B=\varnothing.

Key identities (De Morgan and algebraic laws):

  • (AB)c=AcBc(A\cup B)^{c}=A^{c}\cap B^{c} and (AB)c=AcBc(A\cap B)^{c}=A^{c}\cup B^{c}.
  • Associative, commutative, distributive laws hold for unions/intersections.

🧾 s-algebras and Measurable Spaces

An s-algebra (sigma-field) F\mathcal{F} is a collection of subsets of SS closed under complementation and countable unions. A measurable space is the pair (S,F)(S,\mathcal{F}). A measure mm on (S,F)(S,\mathcal{F}) is a nonnegative, countably additive set function. A probability measure PP satisfies P(S)=1P(S)=1 and P:F[0,1]P:\mathcal{F}\to[0,1].

🎯 Definitions of Probability

  • Classical (equiprobable): If there are nn equally likely outcomes and nAn_A favorable to event AA, then Pr(A)=nAnPr(A)=\frac{n_A}{n}.
  • Relative frequency (frequentist): If rn(A)r_n(A) occurrences of AA in nn trials and the limit limnrn(A)n=P\lim_{n\to\infty} \frac{r_n(A)}{n}=P exists, then PP is the probability of AA.
  • Subjective: Probability expresses a degree of belief; used in Bayesian inference to update prior beliefs.

⚖️ Axiomatic Approach (Kolmogorov axioms)

Let PP be a function on F\mathcal{F}.

  • Axiom 1: P(A)0P(A)\ge 0 for all AFA\in\mathcal{F}.
  • Axiom 2: P(S)=1P(S)=1.
  • Axiom 3: For countable disjoint AiA_i, P(iAi)=iP(Ai)P\big(\bigcup_{i} A_i\big)=\sum_i P(A_i).

Consequences and useful results:

  • P()=0P(\varnothing)=0.
  • 0P(A)10\le P(A)\le 1 for any AA.
  • Monotonicity: If ABA\subseteq B then P(A)P(B)P(A)\le P(B).
  • Complement rule: P(Ac)=1P(A)P(A^{c})=1-P(A).
  • Addition rule: P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B); extends to inclusion–exclusion for more events.

🔢 Counting Techniques (for finite problems)

  • Rule of product: If one operation has n1n_1 choices and another n2n_2, both together have n1n2n_1n_2 choices.
  • Permutation of nn distinct objects: n!n!.
  • Permutation (r from n): P(n,r)=n!(nr)!P(n,r)=\frac{n!}{(n-r)!}.
  • Combination (order ignored): (nr)=n!r!(nr)!\displaystyle {n\choose r}=\frac{n!}{r!(n-r)!}. These are essential for enumerating sample points when outcomes are finite and equally likely.

🔁 Conditional Probability and Multiplication Rule

  • Conditional probability: Pr(AB)=Pr(AB)Pr(B)Pr(A\mid B)=\frac{Pr(A\cap B)}{Pr(B)} for Pr(B)>0Pr(B)>0.
  • Multiplication rule for two events: Pr(AB)=Pr(A)Pr(BA)=Pr(B)Pr(AB)Pr(A\cap B)=Pr(A),Pr(B\mid A)=Pr(B),Pr(A\mid B).
  • Extended to kk events: Pr(A1Ak)=Pr(A1)Pr(A2A1)Pr(A3A1A2)Pr(A_1\cap\cdots\cap A_k)=Pr(A_1)Pr(A_2\mid A_1)Pr(A_3\mid A_1\cap A_2)\cdots.

Useful conditional identities:

  • Law of total probability: If {Bi}{B_i} is a partition, Pr(A)=iPr(Bi)Pr(ABi)Pr(A)=\sum_i Pr(B_i)Pr(A\mid B_i).
  • Bayes' theorem: Pr(BjA)=Pr(Bj)Pr(ABj)iPr(Bi)Pr(ABi)Pr(B_j\mid A)=\dfrac{Pr(B_j)Pr(A\mid B_j)}{\sum_i Pr(B_i)Pr(A\mid B_i)}.

🔗 Independence

  • Two events AA and BB are independent iff Pr(AB)=Pr(A)Pr(B)Pr(A\cap B)=Pr(A)Pr(B) (equivalently Pr(AB)=Pr(A)Pr(A\mid B)=Pr(A) when Pr(B)>0Pr(B)>0).
  • Pairwise independence does not imply mutual independence for three or more events. For mutual independence of A,B,CA,B,C we require: Pr(AB)=Pr(A)Pr(B)Pr(A\cap B)=Pr(A)Pr(B), Pr(AC)=Pr(A)Pr(C)Pr(A\cap C)=Pr(A)Pr(C), Pr(BC)=Pr(B)Pr(C)Pr(B\cap C)=Pr(B)Pr(C), and Pr(ABC)=Pr(A)Pr(B)Pr(C)Pr(A\cap B\cap C)=Pr(A)Pr(B)Pr(C).

➕ Addition and Inclusion–Exclusion

  • For two events: Pr(AB)=Pr(A)+Pr(B)Pr(AB)Pr(A\cup B)=Pr(A)+Pr(B)-Pr(A\cap B).
  • For three events: Pr(ABC)=Pr(A)+Pr(B)+Pr(C)Pr(AB)Pr(AC)Pr(BC)+Pr(ABC)Pr(A\cup B\cup C)=Pr(A)+Pr(B)+Pr(C)-Pr(A\cap B)-Pr(A\cap C)-Pr(B\cap C)+Pr(A\cap B\cap C).

✅ Practical Examples (summary of approaches)

  • Divisibility or counting problems: enumerate sample space with counting rules and apply classical ratio favorabletotal\frac{\text{favorable}}{\text{total}}.
  • Urn problems, drawing without replacement: use combinations or conditional probabilities reflecting changing counts.
  • Repeated trials with stopping rules (e.g., coin toss until first head): model sample space as sequences and sum geometric-type probabilities.

🧾 Key Formulas (reference)

  • Classical probability: Pr(A)=nAnPr(A)=\frac{n_A}{n}.
  • Conditional: Pr(AB)=Pr(AB)Pr(B)Pr(A\mid B)=\frac{Pr(A\cap B)}{Pr(B)}.
  • Multiplication: Pr(AB)=Pr(A)Pr(BA)Pr(A\cap B)=Pr(A)Pr(B\mid A).
  • Bayes: Pr(AB)=Pr(A)Pr(BA)Pr(B)Pr(A\mid B)=\frac{Pr(A)Pr(B\mid A)}{Pr(B)}.
  • Permutations: n!n!, P(n,r)=n!(nr)!P(n,r)=\frac{n!}{(n-r)!}.
  • Combinations: (nr)=n!r!(nr)!\displaystyle {n\choose r}=\frac{n!}{r!(n-r)!}.

These notes summarize the main concepts and tools from basic probability theory useful for exercises and economic applications: event algebra, axioms, conditional probability, independence, counting methods, and Bayes' rule.

📝 Note on User Request

The original user input requested a flashcard, but this response provides comprehensive study notes instead (as requested in the overall instruction). If you still want a single flashcard or a deck later, please ask.

This short note acknowledges the request and clarifies the delivered material.

Sign up to read the full notes

It's free — no credit card required

Already have an account?

Create your own study notes

Turn your PDFs, lectures, and materials into summarized notes with AI. Study smarter, not harder.

Get Started Free
Probability Theory — Comprehensive Study Notes Study Notes | Cramberry