0

My textbook says that the following theorem follows from the multiplication rule:

A set with $n$ elements has $2^n$ subsets, including the empty set $\emptyset$ and the set itself.

The multiplication rule that I am alluding to is as follows:

Consider a compound experiment consisting of two sub-experiments, Experiment A and Experiment B. Suppose that Experiment A has $a$ possible outcomes. Then the compound experiment has $ab$ possible outcomes.

How does the first theorem follow from the multiplication rule, as the author suggests?

I would greatly appreciate it if people could please take the time to clarify this.

The Pointer
  • 4,686

2 Answers2

1

Suppose we are constructing a subset of $\{a_i\}_{i=1}^n$. Let experiment $1$ be to test inclusion of $a_1$ into the subset. There are $2$ possible outcomes: the element is included, or not included. Let experiment $2$ test inclusion of $a_2$ into the subset. There are $2$ possible outcomes, and so on, giving a factor of $2$ for each $i$ between $1$ and $n$. Thus, using the Multiplication Principle, the total number of possible subsets is $2^n$.

0

Proof sketch: Using your product rule, show the generalized product rule that allows for any finite number of experiments (use induction on the number of experiments, for instance). Now consider the $n$ experiments "Should element $i$ be included?"

Arthur
  • 204,511