Kahibaro
Discord Login Register

Events

In probability, an event is a way of describing what we care about when an experiment is performed. The sample space (covered in the previous chapter) lists all possible outcomes; an event is a chosen collection of those outcomes.

If the sample space is $S$, then an event $E$ is any subset of $S$:
$$E \subseteq S.$$

For example, when rolling a fair six‑sided die:

In words: an event is “the thing you’re asking about,” represented as a set of outcomes.

Types of events

Although all events are just subsets of the sample space, it is useful to give names to some common kinds.

Simple (elementary) events

A simple event (or elementary event) is an event that contains exactly one outcome.

Example: roll a die.

Simple events are useful because in many basic settings each simple event is assumed to have equal probability.

Compound events

A compound event has more than one outcome.

Example: flip two coins.

Most real questions involve compound events (“at least two successes,” “more than 5,” “someone arrives before 3 pm,” etc.).

Certain and impossible events

Some events always happen or can never happen, based on how the experiment is defined.

In probability notation, later we will have:

Complementary events

For an event $E$, the complement $E^c$ (sometimes written $\overline{E}$) is the event that $E$ does not occur.

Formally, if $S$ is the sample space,
$$E^c = \{\,\omega \in S : \omega \notin E\,\} = S \setminus E.$$

Examples:

An event and its complement never occur together, and exactly one of them occurs in each trial.

Mutually exclusive (disjoint) events

Two events $A$ and $B$ are mutually exclusive or disjoint if they cannot both happen on the same trial.

In set terms:
$$A \cap B = \varnothing.$$

Examples:

Mutual exclusivity is about “cannot occur together” in a single trial of the experiment.

Exhaustive events

A collection of events is exhaustive if together they cover the entire sample space.

Events $A_1, A_2, \dots, A_n$ are exhaustive if
$$A_1 \cup A_2 \cup \dots \cup A_n = S.$$

Example: roll a die.

Then $A,B,C$ are exhaustive, because $A \cup B \cup C = \{1,2,3,4,5,6\} = S$.

If, in addition, they are pairwise mutually exclusive (no overlaps), they form a partition of the sample space.

Events as sets: building new events

Since events are sets of outcomes, we can use basic set operations (with matching event language). The underlying set theory is treated elsewhere; here the focus is on how these operations look in probability.

Let $A$ and $B$ be events in the same sample space $S$.

Union of events: “$A$ or $B$”

The union $A \cup B$ is the event that at least one of $A$ or $B$ occurs.

Set definition:
$$A \cup B = \{\,\omega \in S : \omega \in A \text{ or } \omega \in B\,\}.$$

Interpretation:

Example: roll a die.

Then
$$A \cup B = \{2,4,5,6\},$$
the event “even or greater than 3 (or both).”

Intersection of events: “$A$ and $B$”

The intersection $A \cap B$ is the event that both $A$ and $B$ occur.

Set definition:
$$A \cap B = \{\,\omega \in S : \omega \in A \text{ and } \omega \in B\,\}.$$

Example: same die roll as above:

Then
$$A \cap B = \{4,6\},$$
the event “even and greater than 3.”

If $A$ and $B$ are mutually exclusive, then $A \cap B = \varnothing$ and there is no outcome where both happen together.

Complement: “not $A$”

Already introduced, but in set language:

These relationships are the event version of basic set identities.

Events in finite and infinite sample spaces

Events work the same way whether the sample space is finite or infinite; the only change is how the subset looks.

Finite sample spaces

In a finite sample space, you can (at least in principle) list all outcomes.

Example: toss two coins.

Here, describing an event is just listing the outcomes (or describing a rule that picks them).

Infinite sample spaces

In an infinite sample space, you cannot list all outcomes, but you can still define events by a rule.

Example: choose a real number at random from the interval $[0,1]$. Then:

Each is still a subset of $S$, so each is an event.

Describing events in words, sets, and notation

In practice, events can be described in different but equivalent ways:

As problems become more involved, being able to move between these descriptions is important:

This chapter’s main idea is that events are the set-theoretic objects to which probabilities will be assigned. Once events are clearly defined, probabilities of those events can be meaningfully discussed in the later chapters.

Views: 10

Comments

Please login to add a comment.

Don't have an account? Register now!