A Set is defined as a group of objects, known as elements. These objects could be anything conceivable, including numbers, letters, colors, even set themselves. However, none of the objects of the set can be the set itself.
Suggested Action
FREE Live Master Classes by our Star Faculty with 20+ years of experience.
Register Now
Set Notation
We write sets using braces and denote them with capital letters. The most natural way to describe sets is by listing all its members.
For example,
A = {1,2,3,....,10} is the set of the first 10 counting numbers, or naturals, B = {Red, Blue, Green} is the set of primary colors, N = {1,2,3,…} is the set of all naturals, and Z = {...,−3,−2,−1,0,1,2,3,…} is the set of all integers.
isbm
Well defined Set
Well-defined means, it must be absolutely clear that which object belongs to the set and which does not.
Some common examples of well defined sets:
Set Equality
Two sets A and B are said to be equal if and only if both the sets have same and exact number of elements. Here, if and only if means that both parts of the statement ("A = B" and "both sets have the exact same elements") are interchangeable. For example,
{2,4,6,8} = {4,8,6,2} and {2,4,6,8} = {2,4,2,6,8,2,6,4,4}.
Another example comes from the set of even naturals, which can be described as E = {2,4,6,8,…} = {2x | x ε N}.
Null Set
A very important set is the empty set, or the null set, which has no elements. We denote the empty set by Φ, or {}. Note that we could also write, for example, Φ= {x | x ε N and x < 0} or Φ = {x | x ε Q and x ∉Q}.
Intersection of Sets
The intersection of sets A and B, denoted as A ∩ B, is the set of elements common to both A AND B.
For example:
A = {1,2,3,4,5}
B = {2,4,6,8,10}
The intersection of A and B (i.e. A∩B) is simply {2, 4}
Union of Sets
The union of sets A and B, written as A∪B, is the set of elements that appear in either A OR B.
For example:
A = {1,2,3,4,5}
B = {2,4,6,8,10}
The union of A and B (i.e. A∪B) is {1, 2, 3, 4, 5, 6, 8, 10}
Suggested Action:
Kick start Your Preparations with FREE access to 25+ Mocks, 75+ Videos & 100+ Chapterwise Tests.
Sign Up Now
Difference of Sets
The difference of sets A and B, written as A-B, is the set of elements belonging to set A and NOT to set B.
For example:
A = {1,2,3,4,5}
B = {2,3,5}
The difference of A and B (i.e. A-B) is {1, 4}
NOTE: A-B ≠ B-A