def : A set is a collections of things that are referred to as the elements of the set
A = {1, 2, 4, 5, a, ... }
A : name of set (Capital Letter)
{ } : braces (set brackets)
1, 2, 4, 5, a : elements (Small Letter)
... : ellipsis
if
a is in set A
d is not in set A
: Natural Numbers
: Integers
: Rational Numbers
: Irrational Numbers
: Real numbers = both Rational and Irrational Numbers
: Imaginary Numbers
: Complex Numbers = combination of Real and Imaginary number (in the form of )
When are two sets equal?
Axiom of Extension : a set is determined by what its elements are - not the order in which they might be listed or the fact that some elements might be listed more than once
set doesn't care about order and duplication of elements at all
(조건 제시법)
is the same with