GEC 04 Module 2
GEC 04 Module 2
Name Rating
Date of Submission Session
ENGLISH vs MATHEMATICS
Can you imagine how you would be able to communicate with a seatmate in the bus who speaks an
entirely different language from yours? You may be able to tell him or her to watch over your bag as
you get off the bus for a while to buy something through certain nonverbal gestures. That can be done
with sign language. Language facilitates communication and meaning-making. It allows people to express
themselves and maintain their identity. Likewise, language bridges the gap among people from various
cultural origins without prejudice to their background and upbringing. If you plan to marry someone with
a different language and culture, you need to know his or her language and culture to be able to live with
him or her as a spouse.
Σ the sum of
∃ there exists
∀ for every (for any)
∈ element of (or member of)
∈
/ not an element of (or not a member of)
⊆ subset of
⇒ if ..., then
⇔ if and only if
R set of real numbers
N set of natural numbers
Z set of integers
Q set of rational numbers
∞ infinity
Mathematical language can describe a subset of the real world using only the symbols above. Problems
in physics like freely falling bodies, speed, and acceleration; quantities like the chemical content of vegetable;
the use of mathematical modeling in biological disease modeling; and the formulas employed in the social
sciences can all be expressed using mathematical sentences or formulas. Mathematics describes abstract
structures as well. There are areas of pure mathematics which deal with abstract structures, which have
no known physical counterparts at all. These are studied in areas of mathematics like abstract algebra,
linear algebra, topology, real analysis, and complex analysis.
Mathematics, therefore, is the language of the sciences, business, economics, music, architecture, arts,
and even politics. There is an intimate connection between the language of mathematics and the English
language. The left brain hemisphere which is responsible for controlling language is also the same part of
the brain in charge of tasks involving mathematics. Is it the left brain hemisphere that coordinates logical
or analytical thinking while the right brain hemisphere is responsible for creative thinking.
When you think about something, you first ask what this thing really is. Then you relate it with what
you already know or even classify it in your mind. Next, you think about rules that govern such things.
You do this mental task most of the time using the language that you use as part of your thought process.
When you think about mathematics in your class in elementary, junior, or senior high school, you usually
look for a definition of the mathematical word or concept you heard. You then apply this concept based
on the meanings attributed to it, most likely by identifying valid applications or operations of the concept.
With repeated practice, you then grasp the rules that govern its defined application.
Chinese, Greek, and English languages are the same because they communicate ideas through symbols
that feed the mind with information. More often however, a Chinese word or symbol may mean differently
in the Greek or English language resulting in confusion. Mathematics tries to avoid this difficulty by
3. A function f (x)
1. ∀x ∈ R, x2 ≥ 0
3. ∃m, n ∈ Z|m − n ≤ m + n
4. ∀a, b ∈ Q, ab = 0 ⇒ a = 0 ∨ b = 0
Solution
1. For any real number x, its square is greater than or equal to 0. TRUE
2. For any real numbers x and y, the square of their sum is equal to the sum of their squares plus
twice their product. TRUE
3. There exist integers m and n such that m minus n is less than or equal to m plus n. TRUE
4. For any rational numbers a and b, if their product is zero then either a equals zero or b equals
zero. TRUE
4. Ten is a multiple of 5.
Solution
√
1. 100 = 10
2. 10 > 9
3. 10 ∈ {2n, n ∈ N}
4. 10 ∈ {5n, n ∈ N}
If you notice, the word ”is” could mean equality, inequality, or membership in a set. In the first
example, ”is” is used for equality, in the second for inequality, and in the third, and fourth, it is used
to say that the number 10 belongs to the set of multiples of 2 and the set of multiples of 5.
Numbers can be cardinal, ordinal and nominal. Cardinal numbers are used for counting and answer
the question ”how many?” Ordinal numbers tell the position of a thing in terms of first, second, third,
etc. Nominal numbers are used only as a name, or to identify something (not as an actual value or
position). Examples of nominal numbers are:
Moreover mathematical objects may be represented in many ways such as sets and functions.
−3 −2 −1 0 1 2 3 4 5 6
We write: 5 = 3 − (−2). This expression also equals: 5 + 3 = 2. Since both expressions are equal to
five, then the right-hand sides must equal together. Hence,
3 + 2 = 3 − (−2).
Binary operations take two values, and include the operations of addition, subtraction, multiplica-
tion, division, and exponentiation. There are many binary operations on real numbers. An operation is
binary if it takes two real numbers as arguments to produce another real number. If we let multiplication,
denoted by the symbol ×, be a binary operation, then 4 × 6 yields the real number 24 on 4 × 6 = 24.
Additional examples are given below:
1. Addition (e.g., 4 + 5 = 9)
2. Subtraction (e.g., 10 − 8 = 2)
The properties of two binary operations, addition and multiplication, over the set of real numbers are
as follows:
1. Closure of Binary Operations
The product and the sum of any two real numbers is also a real number. In symbols, we write
∀x, y, ∈ R, x + y ∈ R and x · y ∈ R
∀x, y ∈ R, x + y = y + x (addition)
∀x, y ∈ R, x · y = y · x (multiplication)
For example:
1 + 2 = 2 + 1 (addition)
2·3=3·2 (multiplication)
∀x, y, z ∈ R, (x + y) + z = x + (y + z).
∀x, y, z ∈ R, (x · y) · z = x · (y · z).
This is illustrated by the example (2 · 3) · 4 = 2 · (3 · 4) in which both sides of the equation are equal
to 24.
The term z is distributed over the sum (x + y). Note, however, that addition is not distributive over
multiplication.
∀x ∈ R, x + e = e + x = x.
This means that the identity is the number that you add to any real number and the result will be
the same real number. The only number that satisfies this property is the number zero for addition.
This is evident in the example below,
5 + 0 = 0 + 5 = 5.
∀x ∈ R, x + (−x) = −x + x = 0.
2.4.1 Propositions
Many times, propositions are made in people’s statements. A proposition is statement which is either true
(T) or false (F). The senior citizens may claim that the best movie they ever saw is Sound of Music, a
movie that was produced in 1965. This statement is a proposition that is either T or F and cannot be
both.
Example 1
Each of the following statements is a proposition. Some are true and some are false. Can you tell
which are true, and which are false? If it is false, state why.
1. 9 is a prime number.
2. 5 + 3 = 8
3. x2 + y 2 ≥ 0
4. 10 < −3
Solution
1. False. Prime numbers have no other factors than 1 and itself. 9 can be expressed as 3 · 3.
2. True.
3. True.
2.4.3 Negation
A statement is negation of another if the word is not introduced in the negative statement. Let P be a
proposition. The negation of P is ”not P ” or ¬P .
The following is its truth table:
P ¬P
T F
F T
2. R : 6 is an odd number.
Solution
√ √
1. 2 is a not rational number or 2 is irrational. In symbols, ¬P .
P Q P ∧Q P ∨Q
T T T T
T F F T
F T F T
F F F F
2.4.5 Implications
Suppose P and Q are propositions. The proposition P ⇒ Q (read as ”if P , then Q”) is called an implication.
P is called the premise and Q is called the conclusion. In ordinary language statements like ”If it rains,
then I bring my umbrella” is an implication. ”If it rains” is P or the premise while ”I bring my umbrella”
is Q or the conclusion.
Other ways of reading P ⇒ Q are:
P implies Q
Q if P
Q is implied by P
Q only if P
P Q P ⇒Q
T T T
T F F
F T T
F F T
A more complicated form of implication is the double implication or the biconditional denoted by
the symbol ⇔. The statement P ⇔ Q is true if and only if both P and Q are either both true or both
false. The sentence P ⇔ Q is equivalent to the statement
P ⇔ Q ≡ (P ⇒ Q) ∧ (Q ⇒ P ).
P if and only if Q
or
P is necessary and sufficient for Q.
Example 3
Write the following in symbolic form using P, Q, and R for statements and the symbols ¬, ∧, ∨, ⇒, ⇔
where
1. If Pres. Duterte is a good president, then government officials are not corrupt.
2. If government officials are not corrupt, then the people are happy.
3. If Pres. Duterte is a good president and people are happy, then government officials are not
corrupt.
4. Pres. Duterte is not a good president if and only if government officials are corrupt and the
people are not happy.
Solution
1. P ⇒ ¬Q
2. ¬Q ⇒ R
3. P ∧ R ⇒ ¬Q
4. ¬P ⇔ (Q ∧ ¬R)
Example 4
Give the converse, inverse, and contrapositive of the following implications:
Solution
1. Inverse: If this movie is not interesting, then I am not watching it.
Converse: If I am watching this movie, then it is interesting.
Contrapositive: If I am not watching this movie, then it is not interesting.
Example 5
Identify three simple propositions in the statement below and label them P, Q, and R. Then express
symbolically the statement using the logical operators ∧, ∨, ⇒, ⇔ or ¬.
Solution
Let P : A function f has an inverse.
Q f is one-to-one.
R: f is onto.
Then using the mathematical symbols, the statement is equivalent to P ⇔ (Q ∧ R). The statement
can also be written as [P ⇒ (Q ∧ R)] ∧ [(Q ∧ R) ⇒ P ].
1. The universal quantifier is usually written in the English language as ”for all” or ”for every.” It
is denoted by the symbol ∀.
2. The existential quantifier is expressed in words as ”there exists” or ”for some.” This quantifier is
denoted by ∃.
1. ∀x ∈ R, ∃y ∈ R|x + y = 10
2. ∀x ∈ Z+ , ∃y ∈ R|y 2 = x
Solution
1. For every real number x, there exists a real number y such that the sum of x and y is equal to
10. TRUE
2. For every positive integer x, there exists a real number y such that the square of y is equal to
x. TRUE
(a) 5 is an integer.
(b) Y is a multiple of 10.
(c) The values of y range from −4 to 5.
(d) The square of a number is positive.
(e) 7 is an odd number.
5. Label the simple propositions with the capital letters P, Q, or R, then express each compound
sentence using the logical symbols discussed (∧, ∨, ⇒, ⇔, ¬).
6. Write the following in symbolic form using P, Q, and R for statements and the symbols
¬, ∧, ∨, ⇒, ⇔ where