1. Functions Flashcards
What is a set?
A set is a collection of objects / elements.
What is the meaning of ℕ?
Natural Numbers (all positive integers excluding zero)
What is the meaning of ℕo?
Natural Numbers including zero.
What is the meaning of ℤ?
Integers e.g. -1, 0, 1, 2
What is the meaning of ℚ?
Rational Numbers e.g. -1, 0, 1, 3/2
What is the meaning of ℝ?
Real Numbers e.g. π , -5, root 2
What is the meaning of a ∈ A ?
element a belongs to set A
What is the meaning of a ∉ A ?
element a does not belong to set A
What is the meaning of A ⊆ B ?
A is a subset of B (all elements in A are in B)
What is the meaning of A ⊂ B ?
A is a strict subset of B (A is a subset of B and A ≠ B)
What is the meaning of ∅ ?
Empty set. The empty set is a strict subset of all sets
What is a function?
A function is an expression that maps one set to another set
What is the domain?
The domain is the input set
What is the codomain?
The codomain is the output set.
What is the image?
All elements / numbers that the function can take the value of. The image / range is always a subset of the codomain.
What is the range?
All elements / numbers that the function can take the value of. The image / range is always a subset of the codomain.