A Probability Problem That Uses No Probability: Part III
Now it's time to address the title of this trilogy: how can we solve a probability problem without using probability? We translated our original problem into one about area and took our answer to the area problem to be the same as the answer to the probability, but how can we justify this? There clearly is a relationship between the two, as we'll see in the next example, but that if that relationship isn't a perfect correspondence then our solution rests of shaky ground.
Let's start with an example: suppose A and B are 2 events with perhaps some overlap. Perhaps I roll a die and A is the event that I roll an even number and B is the event I roll a number greater than 3. Then the event A OR B is that I roll one of {2,4,5,6} and the event A AND B is that I roll {4,6}. [[some terminology: in this case the individual numbers I could roll are outcomes (of which there are 6) and some combination of those outcomes is an event (of which there are 2^6 = 64)]]. We can express this conveniently in a venn diagram:
Where A OR B is everything inside both circles and A AND B is everything in the intersection. What if we wanted to find the probability of the event A OR B, P(A OR B)? Then it's certainly not P(A) + P(B) since both P(A) and P(B) are equal to a half and P(A OR B) isn't 1. The issue is that by adding up all the outcomes in A and B, we've counted everything in the intersection twice, once when counting the outcomes in A and once when counting the outcomes in B. To account for this we need to subtract off the probability of the intersection, giving us the formula P(A OR B) = P(A) + P(B) - P(A AND B), which we can verify since 1/2 + 1/2 - 1/3 = 2/3, the result we would expect from counting. While the formula is correct, this is a proof by picture. A more precise proof if you're curious:
But we could also say that the area covered by the 2 circles is the sum of both of them minus their intersection. So we have a correspondence between a statement about area and statement about probability: does this go any deeper? It absolutely does: in fact probabilities and areas are almost exactly the same thing, distinguished only by the fact that the probability of "everything" is 1 and the area of "everything" is ∞. Both of them are ways of measuring the size of a set (either of a set of outcomes in the sample space or a set of points in Euclidean space) and hence we call them measures. [[A measure must be defined on a σ-algebra to make sense of countable additivity]] A measure, in all generality, is something that takes in a set and spits out a number, giving us some notion of the 'size' of that set. Specifically, a measure must obey 3 rules:
- It must be greater than or equal to zero for all sets
- It must be zero only for the set containing nothing in
- If I have a (possibly countably infinite) collection of things which don't overlap, then the measure of the collection is the sum of measures of the individual things.
And both of these make perfect sense for both probabilities and areas (and lengths and volumes and other dimensional analogues). And this is a common theme as you go further in maths. We take a concept familiar to us and examine which features are desirable and which are superfluous. We might find 3 or 4 conditions that our object (whether it be a function or a set) satisfies and ask what else satisfies these conditions. And thus we can extend the notion of length to a norm, the notion of symmetry to a group and the notion of size to a measure.
Comments
Post a Comment