Set theory is a sub-discipline of both mathematics and formal logic. In mathematics it is used as a universal framework for describing other mathematical theories. It is also utilised in computer science and linguistics.
It is useful because it provides tools for modelling an extraordinary variety of structures.
We can use the symbols of predicate logic to simplify and clarify natural language expression of set-theoretic principles. There are different ways to do this but we will use the standard quantifiers and:
For example the set of women is a subset of the set of humans because every woman is a human. We express subset relations like so:
$$ A \subseteq B $$
This asserts that set A is a subset of set B.
The negation of this proposition is expressed:
$$ A \not\subset B $$
We must not confuse the relation of being a subset with being a member. Jane is a member of the set of women but Jane is not a subset of the set of women since Jane is not herself a set, she is an object/individual member.
In other words, if B contains objects other than/ in addition to A.
$$ A \subset B $$
This asserts that set A is a proper subset of set B.
For example, the set of women is a proper subset of the set of humans because the set of humans also includes the set of men. If there were only women and no men, then the set of women would be a subset of the set of humans.
### Supersets
If A is a subset of B then we say that B is a **superset** of A. Being a superset, B contains every object of A and may also contain other objects in addition to A. This is just a different way of asserting that A is a proper subset of B.