Explanation
A set is a collection of distinct objects, called elements.
Notation:
-
A set is written using curly braces: { }
-
Example: A = {1, 2, 3, 4}
Key points:
-
Elements are listed without repetition
-
Order does not matter: {1, 2, 3} = {3, 2, 1}