Chapter I. Nature of Mathematics: Mathematical Language and Symbols
Chapter I. Nature of Mathematics: Mathematical Language and Symbols
Chapter I. Nature of Mathematics: Mathematical Language and Symbols
Nature of Mathematics
2. Relations
3. Functions
4. Binary Operations
Definition
A function is a relation for which each value from the set of
first components of the ordered pairs is associated with
exactly one value from the set of second components of the
ordered pair.
𝑓: 𝐷 → 𝑅 where 𝑓 𝑥 = 𝑦, 𝑥 ∈ 𝐷, 𝑦 ∈ 𝑅.
𝐷 is called the domain of the function and
𝑅 is called the range of the function
Examples:
1. { −1, 1 , 1, 1 , 0, 0 , 2, 4 } is a function
2. { 4, 2 , 4, −2 , 0, 0 , 16, −4 } is not a function
Example:
Let 𝑓 ∶ 1,2,3, … , 10 → ℝ where
𝑓 1 =2
𝑓 2 =4
𝑓 3 =6
⋮
𝑓 10 = 20
Can you represent the function 𝑓? Is the graph of the function a set of
discrete points or a continuous line?
f(0) = 0
f(1) = 1
f(2) = 4
f(3) = 9
f(4) = 16
f(5) = 25
Can you represent the function? Extend this function to the set of real
numbers and sketch the graph. Is it linear?
Definition
Let 𝑆 be a set. A binary operation ∗ on 𝑆 is a function ∗: 𝑆 × 𝑆 → 𝑆
such that ∗ is defined for every pair of elements in 𝑆, and ∗ uniquely
associates each pair of elements of 𝑆 to some element of 𝑆.
To show that ∗ is a binary operation, one needs to satisfy the two conditions below:
i. (Closure). For any two elements 𝑎 and 𝑏 in the set 𝑆, the product 𝑎 ∗ 𝑏 is an element
of 𝑆.
Examples:
1. Let 𝑆 = ℝ and ∗ be “+” (usual addition). For 𝑎, 𝑏 ∈ ℝ, 𝑎 ∗ 𝑏 = 𝑎 + 𝑏 ∈
ℝ.
This is a binary operation.
Examples:
3. Let 𝑆 = ℤ and 𝑎 ∗ 𝑏 = max{𝑎, 𝑏}, the largest of a and b.
This is not a binary operation as 𝑎/𝑏 is not defined when 𝑏 = 0 (condition ii)
apart from the fact that 𝑎/𝑏 is not always in ℤ (condition i).
Define a ∗ b = 3a + b, where a, b ∈ ℝ.
1. 8 ∗ 3
2. 3 ∗ 8
1∗2
3. 3∗4
For some finite sets, binary operations can be presented using a “multiplication
table”. The resulting entries in the table after performing the operation can provide
relevant information regarding the set.
Example:
Let S={-1, 0, 1} and the operation • be the usual multiplication. Show that • is a
binary operation by means of a multiplication table.
Solution: • -1 0 1
-1 1 0 -1
0 0 0 0
1 -1 0 1
Example:
Let ℤ4 = 0, 1, 2, 3 and +4 be the operation that gives the remainder when the
sum of two elements in ℤ4 is divided by 4 (e.g., 2 +4 3 = 1).
Definition
Let ∗ be a binary operation on a set S. Then:
a. ∗ is commutative if for all a, b ∈ S, a ∗ b = b ∗ a.
b. ∗ is associative if for all a, b ∈ S, a ∗ (b ∗ c) = (a ∗ b) ∗ c.
c. An element e of S is an identity for ∗ if for all a ∈ S, a ∗ e = e ∗ a = a.
d. If e is an identity for ∗ and a ∈ S, then a is invertible if there exists b ∈ S
such that a ∗ b = b ∗ a = e. The element b is called the inverse of a.
2. Is 1 ∗ 4 ∗ 3 = 1 ∗ 4 ∗ 3 ?
Definition
A proposition is a statement that is either true or false but not both true
and false under the same condition. Generally, a proposition is a
declarative sentence.
Examples:
a) Mayon Volcano is in Naga City.
b) 14 is an even number.
c) (-1, 0) is a point on the y-axis.
Examples:
a) x + 4 = 10.
b) He wrote the book “Mathematics in the Modern World”.
Examples:
p: The base angles of an isosceles triangle are equal.
q: 1 + 7 ≠ 7.
r: The cubic equation x3 – 8 = 0 has a root equal to 2 of multiplicity 3.
Definition
A compound proposition is a proposition formed by combining two or
more simple statements. It is formed with the use of logical connectives
like “and”, “or”, “if ... then”, and “if...and only if...”.
The only way for a conjunction to be true is when all its components are true.
p q p^q Example:
p: June has 31 days.
T T T q: 5 is odd.
T F F
p ^ q: June has 31 days and 5 is odd.
F T F
Truth Value: False since p is false and q is true.
F F F
The only way for a disjunction to be false is when all its components are false.
p q pvq Example:
p: Taal Volcano is in Laguna.
T T T
q: 3 + 2 = 6
T F T
p v q: Taal Volcano is in Laguna or 3 + 2 = 5.
F T T
Truth Value: True since p is true and q is false.
F F F
Examples:
Truth Truth
Proposition Negation of the Proposition
Value Value
1. p: 5 is divisible by 2. False ¬p : 5 is not divisible by 2. True
2. q: 4 + 2 = 6. True ¬q: 4 + 2 ≠ 6. False
Converse : q → p
Inverse : ¬p → ¬q
Contrapositive : ¬q → ¬p
The only way for biconditional to be false is when p and q have different truth values.
p q pq
Examples:
p: 52 = 32 + 42
T T T q: 3 - 5
T F F
p q: 52 = 32 + 42 if and only if 3 - 5 .
F T F
Truth Value: False since p is true and q is false
F F T
Definition
Quantifiers are constructs that specify the quantity of specimens in the
domain of discourse that satisfy a formula.
2 Kinds of Quantifiers:
1. Universal Quantifier symbolized by ∀ means “for all, for every, for any”.
2. Existential Quantifier symbolized by means “for some, there exists”.
Definition
A statement involving a quantifier is called a quantified statement.
Just like an ordinary statement (proposition), a quantified statement has
also its truth value.
Examples:
1. For all natural numbers x, x + 5 = 10.
2. For every real numbers x and y, x + y = y + x.
3. For some natural numbers x, x - 3 = 5.
4. There exists an integer such that 2x – 7 = 3.
5. For every real numbers x, there exists a real number y such that xy = 1 and yx = 1.
Definition
Universally quantified statements are denoted by
x P(x).
where P(x) is a propositional function with domain of discourse D.
Definition
Existentially quantified statements are denoted by
x P(x).
where P(x) is a propositional function with domain of discourse D.
Examples:
1. P: All math majors are male.
Notation: ∀x P(x)
Negation: There is at least one math major who is not a male.