What is $\left|\bigcup\limits_{n=0}^{10}\{n\}\right|$ supposed to be?

2.8k Views Asked by At

enter image description here

What "11" on this clock is supposed to be? it looks like the union symbol but I don't get it.

2

There are 2 best solutions below

7
On BEST ANSWER

It is a union:

$$\bigcup_{n=0}^{10} \{n\} = \{0\}\cup \{1\}\cup\ldots\cup\{10\} = \{0,1,2,\ldots,10\}$$

But then, you take the cardinality of the resulting set: $$ \left\lvert \bigcup_{n=0}^{10} \{n\} \right\rvert = \left\lvert \{0,1,2,\ldots,10\} \right\rvert = 11 $$ and you get $11$, as the set contains $11$ elements.

0
On

It's the cardinality of the union of all the singlets containing $n$.

So it's the cardinality of the set ${\{0,1,..,10}\}$ which is $11$.