Basics Basics
Basics Basics
Numbers
2.Q is the set of all rational numbers. (Qis for quoziente, Italian for
quotient.)
[a,b] is the set of all real numbers that are greater than or equal to a and
smaller than or equal to b. Such a set is also called an closed interval.
The set I=(0,3) denotes the set of all real numbers that are greater than0
and smaller than3.
..
The set X=(1,1.01)contains infinitely many elements, namely all the real
numbers that are greater than1but smaller than1.01.
Functions
“Let f(x)=x+8 be a function.” Strictly speaking, this is not the correct way
of describing a function.
According to the mapping rule, “1” (in the domain) is mapped to “2” (in
the codomain)and “2” (in the domain) is mapped to “4” (in the codomain).
Every element in the domain is mapped to exactly one element in the co
domain.This is indeed a function, because it has a domain, co domain,
and a correctly-specified mapping rule.