Set operations and inclusion relations 包含関係 ほうがんかんけい
1Introduction
The important point in
Once this correspondence is fixed,
2Terms and definitions
For
After fixing a
The complement depends on which universal set is being used. If this premise is omitted, the same can have different complements.
3Method
To prove an identity of
Using the
which is equivalent to .
data/lecture/math/discrete-math/set-basics.lecture.n.md4Intuitive explanation
A
In this view,
are natural. The negation of "in or in " is "not in and not in ". The negation of "in and in " is "not in or not in ".
5Rigorous explanation
The statement means that, for every , holds. Therefore a proof of an
For example, is proved in one sentence: take arbitrary . Then and , so in particular .
On the other hand, is proved as follows. Take arbitrary . Then or is true, so . Here no information about is needed because an "or" statement is true when one side is true.
6Worked example: proving De Morgan's law by elements
6.1Problem
For subsets of a
6.2Explanation
Take arbitrary . Then
By the definition of
This is equivalent to
that is, . Since the equivalence holds for every ,
7What changes and what is preserved
| Operation | What changes | What is preserved |
|---|---|---|
| The condition is weakened by "or" | All | |
| The condition is tightened by "and" | Only elements belonging to both sets remain | |
| Elements belonging to are removed | No element outside is added | |
| The viewpoint moves outside | The |
8How to distinguish the ideas
- If the condition contains "or", think of a
union .和集合 わしゅうごう - If the condition contains "and", think of an
intersection .共通部分 きょうつうぶぶん - If the condition contains "not", think of a
complement or a補集合 ほしゅうごう set difference .差集合 さしゅうごう - When using a complement, first check what the
universal set is.全体集合 ぜんたいしゅうごう
To distinguish the operations, place the membership conditions for the left and right sides next to each other for an arbitrary . A
9Proof supplement: why set operations preserve inclusion
Here we prove concretely what
Then, for every set ,
hold.
To prove the first inclusion, take . Then or . If , then by , hence . If , then again . Therefore .
Next take . Then and . Since , we have , so . Therefore .
For complements, the direction reverses. If the universal set is fixed, then
Indeed, if , then . If were true, then would imply , a contradiction. Hence , so .
This proof is also practice in reading set operations not as symbol manipulation, but as conditions on whether an element belongs to a set.