Sets: Definition, Representation, and Operations
1. Definition of a Set
A set is a well-defined collection of distinct objects or elements. These elements can be anything: numbers, letters, shapes, etc. A set is usually denoted by a capital letter, and its elements are listed inside curly braces { }.
- Example:
A set of numbers can be represented as A={1,2,3,4,5}.
Here, A is the set, and the elements of this set are 1,2,3,4,5.
2. Representation of Sets
There are different ways to represent sets:
-
Roster or Tabular Form: The elements of the set are listed explicitly, separated by commas, and enclosed in curly brackets.
- Example: A={a,b,c,d}
-
Set-builder Notation: This describes the set by specifying a property or rule that its elements must satisfy.
- Example: B={x∣x is a natural number less than 6}
This set consists of natural numbers less than 6, so B={1,2,3,4,5}.
-
Venn Diagrams: A visual representation using circles to represent sets. Elements inside the circle are part of the set, and those outside are not.
3. Types of Sets
-
Finite Set: A set with a specific number of elements.
- Example: A={1,2,3}
-
Infinite Set: A set with an unlimited number of elements.
- Example: N={1,2,3,4,…} (set of natural numbers)
-
Subset: A set A is a subset of set B if all elements of A are also in B. This is denoted as A⊆B.
- Example: {1,2}⊆{1,2,3}
-
Proper Subset: A set A is a proper subset of set B if all elements of A are in B, but A is not equal to B. This is denoted as A⊂B.
- Example: {1,2}⊂{1,2,3}
-
Universal Set: The set that contains all the elements under consideration for a particular problem. It is usually denoted by U.
- Example: U={1,2,3,4,5}
-
Empty Set (Null Set): A set with no elements. It is denoted by ∅ or {}.
- Example: C=∅
-
Singleton Set: A set that contains exactly one element.
- Example: D={7}
4. Operations on Sets
There are several basic operations that can be performed on sets. These include union, intersection, difference, and complement.
-
Union of Sets ( A∪B ): The union of two sets A and B is the set of all elements that belong to either A, B, or both.
- Formula: A∪B={x∣x∈A or x∈B}
- Example:
A={1,2,3}
B={3,4,5}
A∪B={1,2,3,4,5}
-
Intersection of Sets ( A∩B ): The intersection of two sets A and B is the set of all elements that are common to both sets.
- Formula: A∩B={x∣x∈A and x∈B}
- Example:
A={1,2,3}
B={3,4,5}
A∩B={3}
-
Difference of Sets ( A−B ): The difference of sets A and B (denoted as A−B) is the set of elements that are in A but not in B.
- Formula: A−B={x∣x∈A and x∈/B}
- Example:
A={1,2,3}
B={2,3,4}
A−B={1}
-
Complement of a Set ( A′ or A ): The complement of a set A is the set of all elements in the universal set U that are not in A.
- Formula: A′={x∣x∈U and x∈/A}
- Example:
If the universal set U={1,2,3,4,5} and A={1,2}, then the complement of A is A′={3,4,5}.
5. Venn Diagrams
Venn diagrams are a visual way to represent sets and their relationships. Each set is represented by a circle, and the relationships between sets are shown through overlaps.
- Union: The union of two sets is represented by shading the entire area covered by both circles.
- Intersection: The intersection of two sets is represented by shading the area where the circles overlap.
- Difference: The difference is represented by shading the area inside one circle but outside the other.
- Complement: The complement of a set is the area outside the circle representing the set.
6. Laws of Set Theory
There are several fundamental laws that govern the operations on sets, known as Set Identities or Laws of Set Theory:
-
Commutative Law:
- A∪B=B∪A
- A∩B=B∩A
-
Associative Law:
- (A∪B)∪C=A∪(B∪C)
- (A∩B)∩C=A∩(B∩C)
-
Distributive Law:
- A∩(B∪C)=(A∩B)∪(A∩C)
- A∪(B∩C)=(A∪B)∩(A∪C)
-
Identity Law:
- A∪∅=A
- A∩U=A
-
Complementary Law:
- A∪A′=U
- A∩A′=∅
Conclusion
Understanding the basic concepts of sets—definition, representation, types, and operations—is essential in mathematics, as it serves as the foundation for more advanced topics in logic, algebra, and probability. Mastering these operations and laws will help you to solve problems efficiently in your exam.