-1

Consider the uniform distribution on $[0,1]$. Let $s\in [0,1]$ be any outcome. What is $P\{s\}$ ?

How I understand it:

We know that $P([a,b]) = b -a \quad$ where $0 \leq a \leq b \leq 1$

And $s$ is any outcome, so here $a$ and $b$ can be any numbers between zero and one.

So why if we pick any outcome $s$ we get $P(\{s\}) = 0$

Does anybody know how to explain this ?

VLC
  • 2,527

2 Answers2

2

Choosing $a,b$ such that $s\in[a,b]\subseteq[0,1]$ we have:$$P(\{s\})\leq b-a$$

Here we can make $b-a$ as small as we want, so assumption $P(\{s\})>0$ leads to a contradiction.

drhab
  • 151,093
2

Notice in the definition $0 \leq a \leq b \leq 1$.
Do you see $\le$ in there between $a$ and $b$?
So, given any $s \in [0,1]$, take $a=s, b=s$ and conclude $$ P\big(\{s\}\big) = P\big([s,s]\big) = s-s = 0 . $$

GEdgar
  • 111,679