The table below collects the anatomy of indicator random variables — what they are, what they aren't, the key identity that ties them to events, the algebra they support, the linearity-of-expectation property that makes them powerful, the counting technique they enable, how dependence affects them, and where they show up across probability models — into a single reference card.
| Aspect |
Statement |
Note / example |
| What it is |
a random variable assigning 1 to outcomes in A and 0 to all others |
IA : Ω → {0, 1}; follows a Bernoulli distribution with parameter P(A) |
| What it is NOT |
not a probability value, not a distribution, not exclusive to Bernoulli trials |
its value depends on the outcome, not on P(A) |
| Key identity |
E[IA] = P(A) |
the bridge between events and expectation |
| Complement |
IAᶜ = 1 − IA |
indicator algebra mirrors set operations |
| Linearity |
E[∑ IAᵢ] = ∑ P(Ai) |
no independence assumption required |
| Counting technique |
express the count N = ∑ IAᵢ, then take expectation termwise |
converts counting into a sum of probabilities, avoiding enumeration |
| Dependence |
allowed and harmless for expectation |
becomes essential when computing variance |
| Typical uses |
Bernoulli / binomial models, matching, occupancy, random structures |
a structural tool across probability models, not a model of its own |