Edunes Online EducationA set is a well-defined collection of objects.
β Well-defined β No ambiguity
β Not well-defined β Depends on opinion
Example (Set):
Natural numbers less than 10
Not a Set:
Best students of a class
\[ \begin{aligned} N &:\; \text{Natural numbers} \\ Z &:\; \text{Integers} \\ Q &:\; \text{Rational numbers} \\ R &:\; \text{Real numbers} \\ Z^{+} &:\; \text{Positive integers} \\ Q^{+} &:\; \text{Positive rational numbers} \\ R^{+} &:\; \text{Positive real numbers} \end{aligned} \]
\[ \begin{aligned} \in &:\; \text{belongs to} \\ \notin &:\; \text{does not belong to} \end{aligned} \]
Example: \[ a \in \{a, e, i, o, u\}, \quad b \notin \{a, e, i, o, u\} \]
Example: \[ \{2, 4, 6\} \]
General form:
\[ \{x : \text{property of } x\} \]
Example:
\[ \{x : x \in N,\; x < 6\} \]
\[ \{1, 4, 9, 16\} \]
\[ \{x : x = n^{2},\; n \in N,\; 1 \le n \le 4\} \]
\[ \{x : x \in Z,\; -2 \le x \le 3\} \]
\[ \{-2, -1, 0, 1, 2, 3\} \]