Questions About the Empty Set

  • Thread starter VanKwisH
  • Start date
  • Tags
    Empty Set
In summary: Prove that everything is not an element of the empty set.In summary, the empty set is a subset of all sets but not an element of itself. It can also be considered an element of every other set and is defined as the set that does not contain any elements. Additionally, the axiom of specification can be used to prove that everything is not an element of the empty set.
  • #1
VanKwisH
108
0
Hey. um i got a few questions about the empty set... i know for a fact that the empty set is a subset of all any set..
a) but is it an element as well??
b) can it be an element of itself ?
c) or even a subset of itself??

example
[tex]\oslash[/tex] [tex]\in\oslash[/tex] is this true??
[tex]\oslash\subset[/tex][tex]\oslash[/tex]
[tex]\oslash[/tex][tex]\subseteq[/tex]
[tex]\oslash[/tex][tex]\in{\oslash}[/tex]
[tex]\oslash[/tex][tex]\subset[/tex][tex]\oslash[/tex]
[tex]\oslash[/tex]
 
Physics news on Phys.org
  • #2
since it is a subset of all set ,it is a subset of itself .

And an element of any power set.

Let Φ={ x: x=/=x} and let ΦeΦ then we have that Φ=/=Φ Which it is not true therefor ~ΦεΦ So it does not belong to itself.

So a and c are correct and b is false
 
  • #3
The statement

[tex]
\emptyset = \{x | x \ne x \}
[/tex]

is not correct - it is one way to generate an empty set, but not the only way. Here is another.

[tex]
\emptyset = \{x | x \text{ is an odd positive integer perfectly divisible by } 2 \}
[/tex]

A safer way to think about [tex] \emptyset [/tex] is to say that it is the set that does not contain any elements (note I said think about, not define).
This directly answers one question: since it contains no elements (had cardinality zero), it cannot be an element of itself.
This also lends a way to argue it is an element of every other set. If [tex] A [/tex] is another set, suppose [tex] \emptyset \not\subset [/tex]. The, by definition of subset, there is some element [tex] x \in \emptyset, x \not\in A [/tex]. Since [tex] \emptyset [/tex] does not contain any elements, this is a contradiction and, therefor, [tex] \emptyset \subseteq A [/tex] is true.
 
  • #4
what about this??

[tex]\oslash[/tex] [tex]\subseteq[/tex] {[tex]\oslash[/tex]}

would this be true?
because from what i know... this is an empty set... and it doesn't contain
an element... but it a subset of all sets... so shouldn't this be true??
or would this even be a proper subset?
 
  • #5
For example, the first four natural numbers are defined as follows (see wiki for natural numbers and peano postulates)

0 := ∅, the empty set

0 = ∅
1 = {∅} = {∅}
2 = {0,1} = {∅, {∅}}
3 = {0,1,2} = {∅, {∅}, {∅, {∅}}}

0∈1∈2∈...
0⊆ 1⊆ 2⊆ ...

As shown above, ∅ ⊆ {∅}.
 
  • #6
VanKwisH said:
what about this??

[tex]\oslash[/tex] [tex]\subseteq[/tex] {[tex]\oslash[/tex]}

would this be true?
because from what i know... this is an empty set... and it doesn't contain
an element... but it a subset of all sets... so shouldn't this be true??
or would this even be a proper subset?

{} is a subset of {{}}.
{{}} is a subset of {{}}.
{} is a proper subset of {{}}.
{{}} is not a proper subset of {{}}.
{} is an element of {{}}.
{{}} is not an element of {{}}.
 
  • #7
Some additional notes from set and category theory (see wiki for details of "Regularity Axiom").

"No set is a member of itself."
Thus, 0 ∉0, 1 ∉1,,, (0 and 1 is defined above ).

It follows from the "Regularity Axiom", which says "Every nonempty set A has a member m with m ∩ A = ∅".

Let X be such a set that X is an element of itself and define Y = {X}.
We apply "Regularity Axiom" to Y. Then Y has only one element, which is X and it should be disjoint from Y by the "Regularity Axiom". However, X is both an element of itself and an element of Y, which shows X and Y is not disjoint, contradicting the "Regularity Axiom". Thus X should not exist.

In category theory, the universe U of the category 'Set' of all small sets is not a small set (A small set is defined as a set u∈U). Otherwise U∈U, which contradicts the "Regularity Axiom". Thus 'Set' is not a small category (Both objects and arrows of a small category should be small sets).
 
  • #8
CRGreathouse said:
{} is a subset of {{}}.
{{}} is a subset of {{}}.
{} is a proper subset of {{}}.
{{}} is not a proper subset of {{}}.
{} is an element of {{}}.
{{}} is not an element of {{}}.


How would you prove that {} is a proper subset of { {} }
 
  • #9
poutsos.A said:
How would you prove that {} is a proper subset of { {} }

well, {} contains no elements. So
1) every element of {} is an element of {{}} (a vacuous truth). Hence {} is a subset of {{}}.
2) {{}} contains the element {}, so {} != {{}}

so {} is a proper subset of {{}}.
 
  • #10
gel said:
well, {} contains no elements. So
1) every element of {} is an element of {{}} (a vacuous truth). Hence {} is a subset of {{}}.
2) {{}} contains the element {}, so {} != {{}}

so {} is a proper subset of {{}}.

thats a proof by inspection
 
  • #11
statdad said:
The statement

[tex]
\emptyset = \{x | x \ne x \}
[/tex]

is not correct - it is one way to generate an empty set, but not the only way. Here is another.

[tex]
\emptyset = \{x | x \text{ is an odd positive integer perfectly divisible by } 2 \}
[/tex]

A safer way to think about [tex] \emptyset [/tex] is to say that it is the set that does not contain any elements (note I said think about, not define).
This directly answers one question: since it contains no elements (had cardinality zero), it cannot be an element of itself.
This also lends a way to argue it is an element of every other set. If [tex] A [/tex] is another set, suppose [tex] \emptyset \not\subset [/tex]. The, by definition of subset, there is some element [tex] x \in \emptyset, x \not\in A [/tex]. Since [tex] \emptyset [/tex] does not contain any elements, this is a contradiction and, therefor, [tex] \emptyset \subseteq A [/tex] is true.

By the axiom of specification we have that , B={ xεA: S(x) } ,where A and B are sets .
and S(x) is made up according to specific rules .

If we now put S(x) : x=/=x then, B={ xεA: x=/=x }.

We define B to be the empty set and denote it by Φ.

Next step is to Prove that, [tex]\forall x[/tex]( [tex] x\not\in[/tex]Φ) i.e Φ has no elemens

Let xεΦ then x=/=x,but for all x ,x=x ( an axiom in equality) and thus we have a contradiction and so ~xεΦ and [tex]\forall x[/tex](~xεΦ)..

Next step is to prove the very important theorem ,[tex]\forall x[/tex](~xεA) <===> A=Φ.

From the above one can see who is right and who is wrong.

What is the S(x) in your set according to what rules is made up??
 
  • #12
Do we make any broad distinctions between sets which contain [tex]\Phi[/tex] as an element, compared with those sets that only have [tex]\Phi[/tex] as a subset? All power sets have it as an element. Are there any special properties such sets share?
 
  • #13
poutsos.A: I'm not sure what, exactly, you think your work accomplishes - I'm not even sure it's valid, but that is partly because I can't follow your hybrid notation (my shortcoming). If you read my post carefully, you will find that I stated that there are several ways to define an empty set; the one that you proposed is only one such way.
My reference to
"set with no elements" was not proposed as a definition, it was provided as a way to think about, visualize, the empty set.
Regarding your comment that seems to imply that "a set must be made up of specific rules" - technically, you haven't defined 'rule'. But, in what seems to be the vein of your comment, the statement

[tex] x [/tex] is an odd positive integer perfectly divisible by [tex] 2 [/tex]

is a type of rule, is it not?

Finally, I think using [tex] x \ne x [/tex] as the only "rule" for defining the empty set is too narrow. Consider

[tex]
\{f | f \in \text{ functions differentiable on } [0,1] \text{ and } f \text{ not continuous} \}
[/tex]

qualifies as an empty set, since if a function is differentiable it must be continuous, so there is no such beast. Specifying a property that is self-contradictory is not the same as specifying something that is not equal to itself. (Perhaps a condition that is self-contradictory is what you actually meant?)

Again, I did not say you were wrong in your example, only in your implication that your construction is the only one possible: it is not.
 
  • #14
statdad said:
Finally, I think using [tex] x \ne x [/tex] as the only "rule" for defining the empty set is too narrow. Consider

[tex]
\{f | f \in \text{ functions differentiable on } [0,1] \text{ and } f \text{ not continuous} \}
[/tex]

qualifies as an empty set, since if a function is differentiable it must be continuous, so there is no such beast.

I'm not sure what problem you have with that definition. I think that
[tex]\emptyset:=\{x:x\neq x\}[/tex]
is quite sensible, and that
[tex]\emptyset=\{f | f \in \text{ functions differentiable on } [0,1] \text{ and } f \text{ not continuous} \}[/tex]
would follow as a consequence of the above definition.
 
  • #15
The difference is this.

[tex]
x \ne x
[/tex]

puts the onus of definition on a specific object: my point is that you do not need to be that specific - it narrows the applicability of the concept (and so narrows the usefulness in applications) of an empty set.

Again: I didn't say it was wrong - I said i wasn't the only approach. That point seems to be missed.
 
  • #16
FYI,

Axiomatic definition of empty set is as follows:

Empty Set Axiom (ZF):

∃B∀x ~(x∈B)

which is interpreted as "There is a set having no members."

It is the only set with no members because of "Axiom of Extensionality".

The "Axiom of Extensionality" says
"If A and B are sets such that for every object t, t∈A iff t∈b,then A = B."

For sets with no element, the above statement is vacuously true and it is unique as any two such set must coincide by the "Axiom of Extensionality".
 
Last edited:
  • #17
Yes, and you can weaken the Axiom of Extensionality to allow nontrivial ur-elements in your theory, which are essentially nonequal empty sets.
 
  • #18
statdad said:
The statement

[tex]
\emptyset = \{x | x \ne x \}
[/tex]

is not correct - .

statdad said:
Again, I did not say you were wrong in your example,.

is not that contradictory??
 
  • #19
evagelos:
try to read things, and comment on them, in their complete context.

My "is not correct" comment referred to your assertion that the statement in question is the only way to define an empty set. If you cannot realize that fine, but you will be wrong in your belief.

"I did not say you were wrong in your example" refers to the fact that your statement does provide one way to generate an empty set.

Read things carefully next time.
 
  • #20
The empty set ø is a subset of any set A because [tex]\forall x \in \emptyset , x \in A[/tex]

So you see nothing is in the empty set which is exactly why the above statement is true no matter what set you are talking about.
 
  • #21
statdad said:
evagelos:
try to read things, and comment on them, in their complete context.

My "is not correct" comment referred to your assertion that the statement in question is the only way to define an empty set. If you cannot realize that fine, but you will be wrong in your belief.

"I did not say you were wrong in your example" refers to the fact that your statement does provide one way to generate an empty set.

Read things carefully next time.


it is not my assertion it is not my statement talk to poutsos.A
 

What is the empty set?

The empty set, also known as the null set, is a mathematical concept that represents a set with no elements. It is denoted by the symbol ∅.

Why is the empty set important?

The empty set is important in mathematics because it serves as a starting point for defining other sets and operations. It also has important applications in set theory, logic, and computer science.

Is the empty set the same as the number zero?

No, the empty set and the number zero are not the same. The empty set is a set with no elements, while the number zero is a numerical value.

Can the empty set be a subset of any set?

Yes, the empty set is a subset of any set, including itself. This is because every element in the empty set is also an element in any other set.

How do you represent the empty set in computer programming?

In computer programming, the empty set is typically represented by a null value or by using the symbol ∅. Some programming languages also have built-in functions for creating and manipulating empty sets.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
4K
  • Precalculus Mathematics Homework Help
Replies
5
Views
6K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
33
Views
3K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
489
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
2K
Back
Top