Proofs of Some General Identities on Sets
Definition
A set identity is a statement that two expressions involving sets are equal for every possible choice of the sets involved.
For example:
This says that the union of two sets does not depend on the order of the sets. To prove such identities, we usually show that both sides contain exactly the same elements.
Basic idea of set equality
Two sets and are equal if and only if:
So, to prove a set identity, one common technique is:
- take an arbitrary element,
- show it belongs to the left-hand side if and only if it belongs to the right-hand side,
- conclude that the sets are equal.
Main Content
1. Proving Set Identities by Element Method
Core idea
To prove , choose an arbitrary element and show: This is the most direct and rigorous method.
Example: Commutative law of union
Proof:
Let be arbitrary.
Since “or” is commutative,
Hence,
Therefore,
This method is highly preferred in formal proofs because it is precise and avoids ambiguity.
2. Important Laws of Set Identities
Commutative laws
These mean the order of sets does not matter in union and intersection.
Associative laws
These mean grouping does not matter.
Distributive laws
These are very important in simplifying complex expressions.
These laws are often proved using the element method or logical equivalences. For example, to prove: let be arbitrary: Using distributive logic: which means: Hence the identity holds.
3. Complement, Difference, and De Morgan’s Laws
Complement laws
For a universal set , Here means the complement of in .
Difference law
This means elements in but not in are exactly those in and in the complement of .
De Morgan’s laws
Proof of De Morgan’s first law
Let be arbitrary. This means: So, Therefore,
Example
If , , and , then:
- ,
So the identity is verified.
Working / Process
1. Understand the identity clearly
Identify the sets, operations, and what must be proved. Determine whether the identity involves union, intersection, complement, difference, or a combination of these.
2. Choose an appropriate proof technique
- Use the element method for direct and rigorous proof.
- Use subset method if the equality can be split into two inclusions.
- Use known identities such as De Morgan’s laws, distributive laws, and complement laws to simplify the expression.
- Use Venn diagrams only as a visual aid, not as the sole proof in formal mathematics.
3. Work step by step until both sides match
Convert each side into element membership statements and simplify logically. If proving by subsets, show: After simplification, conclude that both expressions contain exactly the same elements, so the identity is true.
Advantages / Applications
Helps in mathematical reasoning and theorem proving
Proofs of set identities train students to think logically and write structured proofs, which is useful in all branches of mathematics.
Used in simplifying expressions
Set identities are essential when reducing complicated expressions involving unions, intersections, and complements, especially in discrete mathematics and probability.
Important in computer science and logic
Set identities correspond closely to Boolean algebra, database queries, digital circuits, and logical reasoning in programming and algorithm design.
Summary
Set identities are equalities between set expressions that are proved using logic and element-wise reasoning. The most reliable approach is to show that each side has exactly the same elements, often by using known laws such as commutative, associative, distributive, and De Morgan’s laws. These proofs are foundational for later topics in relations, functions, and theorem proving.