Representation of Sets
The sets are represented in curly braces, {}. For example, {2,3,4} or {a,b,c} or {Bat, Ball, Wickets}. The elements in the sets are depicted in either the Statement form, Roster Form or Set Builder Form.
Statement Form
In statement form, the well-defined descriptions of a member of a set are written and enclosed in the curly brackets.
For example, the set of even numbers less than 15.
In statement form, it can be written as {even numbers less than 15}.
Roster Form
In Roster form, all the elements of a set are listed.
For example, the set of natural numbers less than 5.
Natural Number = 1, 2, 3, 4, 5, 6, 7, 8,……….
Natural Number less than 5 = 1, 2, 3, 4
Therefore, the set is N = { 1, 2, 3, 4 }
Set Builder Form
The general form is, A = { x : property }
Example: Write the following sets in set builder form: A={2, 4, 6, 8}
Solution:
2 = 2 x 1
4 = 2 x 2
6 = 2 x 3
8 = 2 x 4
So, the set builder form is A = {x: x=2n, n ∈ N and 1 ≤ n ≤ 4}