Re: set of a set etc.






Le 19/07/05 16:55, dans
1121784928.706774.277810@xxxxxxxxxxxxxxxxxxxxxxxxxxxx, « Jasper »
<vfiddlestix@xxxxxxx> a écrit :

> What is the difference between x, {x}, {{x}}, {{{x}}} etc?
> Especially for x=null set?
>

x is an empty set, it contains nothing.
{x} is a non empty set, it contains a set, which is the empty set.
etc.

.