Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Subset Relation: Is the subset relation a partial order?

Writer Sophia Terry
$\begingroup$

I read in a Wikipedia entry (subset in german ):

"Every set is a subset of itself"

But for example, if A is a set of all sets, with maximum 5 Elements, than A isn`t a Subset of itself.

so the subset-relation isn`t a partial order and the wikipedia entry is wrong, isnt it?

$\endgroup$ 1

3 Answers

$\begingroup$

The set $A$ is a subset of the set $B$ is every element of $A$ is an element of $B$. Since every element of $A$ is an element of $A$ the set $A$ is a subset of $A$. This shows the subset releation if reflexive.

If $A \subseteq B$ and $B \subseteq C$ then every element of $A$ is an element of $B$ and every element of $B$ is an element of $C$. Pick $a \in A$. Since $A \subseteq B$ we have $a \in B$. Since $a \in B$ and $B \subseteq C$ we have $a \in C$. Recalling that $a$ was an arbitrarily chosen element of $A$ we see that $A \subseteq C$. Thus the subset relation is transitive.

I will leave anti-symmetry as an exercise.

$\endgroup$ $\begingroup$

Here subset notation $\subseteq$ is the "inclusive or" statement i.e A may be equal to A.

$\endgroup$ $\begingroup$

I was relatively confused by the wikipedia portion of your question, but yes, the subset/inclusion relation is a partial order(ing). In order to prove this, we have to show that it is reflexive, anti-symmetric, and transitive.

Reflexive: The set $A$ will always be a subset of itself because it contains all the elements within itself. Effectively, $A = A$ because $A \subseteq A$ and vice versa.

Anti-Symmetric: If set A includes set B ($A \subseteq B$) and ($B \subseteq A$), then $B = A$. This would prove it is anti-symmetric.

Transitive: If $A \subseteq B$ and $B \subseteq C$, then $A \subseteq C$.

Now we have proved that the subset/inclusion relation is a partial ordering.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy