Skip to main content
Mathematics LibreTexts

10.6: Probability Spaces with Infinitely Many Outcomes

  • Page ID
    97930
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    To this point, we have focused entirely on probability spaces \((S,P)\) with \(S\) a finite set. More generally, probability spaces are defined where \(S\) is an infinite set. When \(S\) is countably infinite, we can still define \(P\) on the members of \(S\), and now \(\sum_{x \in S} P(x)\) is an infinite sum which converges absolutely (since all terms are non-negative) to 1. When \(S\) is uncountable, \(P\) is not defined on \(S\). Instead, the probability function is defined on a family of subsets of \(S\). Given our emphasis on finite sets and combinatorics, we will discuss the first case briefly and refer students to texts that focus on general concepts from probability and statistics for the second.

    Example 10.27

    Consider the following game. Nancy rolls a single die. She wins if she rolls a six. If she rolls any other number, she then rolls again and again until the first time that one of the following two situations occurs: (1) she rolls a six, which now this results in a loss or (2) she rolls the same number as she got on her first roll, which results in a win. As an example, here are some sequences of rolls that this game might take:

    1. (4,2,3,5,1,1,1,4). Nancy wins!
    2. (6). Nancy wins!
    3. (5,2,3,2,1,6). Nancy loses. Ouch.

    So what is the probability that Nancy will win this game?

    Nancy can win with a six on the first roll. That has probability 1/6. Then she might win on round n where \(n \geq 2\). To accomplish this, she has a 5/6 chance of rolling a number other than six on the first roll; a 4/6 chance of rolling something that avoids a win/loss decision on each of the rolls, 2 through \(n−1\) and then a 1/6 chance of rolling the matching number on round \(n\). So the probability of a win is given by:

    \(\dfrac{1}{6} + \displaystyle \sum_{n \geq 2} \dfrac{5}{6} \left(\dfrac{4}{6}\right)^{n-2} \dfrac{1}{6} = \dfrac{7}{12}\).

    Example 10.28

    You might think that something slightly more general is lurking in the background of the preceding example—and it is. Suppose we have two disjoint events \(A\) and \(B\) in a probability space \((S,P)\) and that \(P(A)+P(B)<1\). Then suppose we make repeated samples from this space with each sample independent of all previous ones. Call it a win if event \(A\) holds and a loss if event \(B\) holds. Otherwise, it's a tie and we sample again. Now the probability of a win is:

    \(P(A) + P(A) \displaystyle \sum_{n \geq 1} (1-P(A) - P(B))^n = \dfrac{P(A)}{P(A) + P(B)}\).


    This page titled 10.6: Probability Spaces with Infinitely Many Outcomes is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Mitchel T. Keller & William T. Trotter via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?