Math Fundamentals18 sections · 814 units
Open in Course

Set Notation

Curly braces

You write sets with curly braces. For example, A={1,2,3}A = \{1, 2, 3\} means set AA contains the numbers 11, 22, and 33.

You can make sets from anything: numbers, letters, words, or even other sets. For example, B={apple,banana,cherry}B = \{\text{apple}, \text{banana}, \text{cherry}\} is a set of fruits.

Order does not matter, so {1,2}\{1, 2\} is the same as {2,1}\{2, 1\}. Duplicates disappear automatically: {1,1,2}={1,2}\{1, 1, 2\} = \{1, 2\}.