Semester 1 Midterm!! Flashcards
N
Natural Numbers
Z
Integers
Q
Rational Numbers
Qc
Irrational Numbers
R
Real Numbers
C
Complex Numbers
∈
is an element of, or belongs to
ex: a ∈ A
∃
there exists
∀
for all or for every
: or |
such that
->
an implication or mapping (when used with functions)
ex: f : A -> B is a function that maps or related elements of set A to those in set B
Set
a well-defined collection of elements
[a, b]
a ≤ x ≤ b
(a, b)
a < x < b
∪
or statement (all the elements are considered in any of the listed sets)
Closure Addition
x + y ∈ R
Commutative Addition
x + y = y + x
Associative Addition
(x + y) + z = x + (y + z)
Identity Addition
x + 0 = x
Inverse Addition
x + (-x) = 0
Closure Multiplication
x * y ∈ R
Commutative Multiplication
x * y = y * x