Lecture 1: Sample Spaces and Events

What is Probability?

  • A probability is a number between 0 and 1
  • It measures how likely an outcome is
  • P(\Omega) = 1 — something always happens
  • P(\emptyset) = 0 — the impossible never happens

Sample Spaces

  • The sample space \Omega is the set of all possible outcomes
  • Coin toss: \Omega = \{H, T\}
  • Die roll: \Omega = \{1, 2, 3, 4, 5, 6\}
  • Stock price tomorrow: \Omega = (0, \infty)

Events and Set Operations

  • An event is any subset A \subseteq \Omega
  • Union A \cup B — A or B occurs
  • Intersection A \cap B — A and B both occur
  • Complement A^c — A does not occur