Probability Questions for Uniform Random Variables on [0,1]

  • Thread starter Thread starter e(ho0n3
  • Start date Start date
  • Tags Tags
    Probability
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
e(ho0n3
Messages
1,349
Reaction score
0
Homework Statement
Let {Xi} be a sequence of uniform random variables on [0,1]. What is P(sup {Xi} = 1) and P(Xi = Xj), i ≠ j?

The attempt at a solution
If sup{Xi} = 1, then either Xi is 1 for some i or there is an increasing sequence of the Xi's that converges to 1. The probability of the former is 0. I don't know how to calculate the probability of the latter.

For the second probability, if things were finite I would condition on the value of Xj and compute the probability that way. But in this case, I have no idea what to do.
 
Physics news on Phys.org
Consider [itex]P(\sup\{x_i\} \neq 1)[/itex]. If the supremum is not 1, it must be less than one, say [itex]\sup\{x_i\} = \alpha < 1[/itex]. If this is the case, then none of the [itex]x_i[/itex] can be greater than [itex]\alpha[/itex]. What is the probability of that?

For the second question, note that [itex]x_i = x_j[/itex] if and only if [itex]x_i - x_j = 0[/itex].
 
jbunniii said:
Consider [itex]P(\sup\{x_i\} \neq 1)[/itex]. If the supremum is not 1, it must be less than one, say [itex]\sup\{x_i\} = \alpha < 1[/itex]. If this is the case, then none of the [itex]x_i[/itex] can be greater than [itex]\alpha[/itex]. What is the probability of that?
Good tip. For a particular i, [itex]P(X_i > \alpha) = 1 - P(X_i \le \alpha) = 1 - \alpha[/itex], so the probability that [itex]X_i < \alpha[/itex] for all i must be [itex]\prod_i (1 - \alpha) = 0[/itex]. Hmm...this can't be right.

For the second question, note that [itex]x_i = x_j[/itex] if and only if [itex]x_i - x_j = 0[/itex].
Right. I don't know why this didn't occur to me. Thanks.
 
e(ho0n3 said:
Good tip. For a particular i, [itex]P(X_i > \alpha) = 1 - P(X_i \le \alpha) = 1 - \alpha[/itex], so the probability that [itex]X_i < \alpha[/itex] for all i must be [itex]\prod_i (1 - \alpha) = 0[/itex]. Hmm...this can't be right.

That's what I get. This shows that [itex]P(\sup\{x_i\} \leq \alpha) = 0[/itex] for all [itex]\alpha < 1[/itex]. So [itex]P(\sup\{x_i\} = 1)[/itex] must be 1.

It makes sense that this must be the case. If I choose infinitely many uniform numbers in [0,1], why should ALL of these numbers avoid some interval [itex][\alpha,1][/itex] with nonzero probability? What's special about the rightmost edge of the interval? Nothing at all.
 
Last edited:
You're right. My intuition about such things is, as you can tell, not very good. Thanks.