Module 2 Last Part
Module 2 Last Part
from them. It is a function with the set of all pairs (𝑥, 𝑦) of elements of 𝐴 as its
domain and with 𝐴 as its range. The symbol for the operation comes between
𝑥 and 𝑦 rather than before them: we write 𝑥 + 𝑦 rather than +(𝑥, 𝑦).
Now that we have discussed some conventions in mathematics, it is
essential to also acquire the skill of translating phrases and sentences to
mathematical notations.
Page 19 of 31
Operation or Keyword/Phrase Example Translation
Connector
Plus A number plus seven 𝑥+7
Page 20 of 31
In translation problems, the words sum, total, difference, product and
quotient imply at least two parts – use parentheses when a sum or difference
is multiplied. For example, the phrase "the sum of three times a number and
five" translates to "3𝑥 + 5," while the phrase "three times the sum of a number
and five" translates to "3(𝑥 + 5)."
Other common issues in converting English phrases and sentences to
mathematical expressions and sentences are summarized in the following
table.
3(𝑥 + 4)
Page 21 of 31
Here are more examples of translations to mathematical symbols.
Example Translation
1
One-half is a rational number. ϵℚ
2
• 𝑥 ϵ {7𝑛 ∶ 𝑛 ϵ ℕ}
• 𝑥 ϵ {7𝑛 ∶ 𝑛 ϵ ℤ}
The number 𝑥 is a multiple of seven.
• 𝑥 = 7𝑛 for some 𝑛 ϵ ℤ
• 𝑥 = 7𝑛, 𝑛 ϵ ℤ
• 𝑥 ϵ 𝐴 and 𝑥 ϵ 𝐵
The element 𝑥 belongs to both sets 𝐴 and 𝐵. • 𝑥𝜖𝐴∩𝐵
Learning Activity 10
Start Here:
Page 22 of 31
2.3.2 Some Elementary Logic
Page 23 of 31
Learning Activity 11
Start Here:
Type of Symbolic
Statement Connective Truth value
statement form
True if 𝑝 and 𝑞 are
Conjunction 𝑝 and 𝑞 And 𝑝𝑞
both true
True if either 𝑝 or 𝑞 is
Disjunction 𝑝 or 𝑞 Or 𝑝𝑞
true
True except when 𝑝 is
Conditional If 𝑝, then 𝑞 if … then 𝑝→𝑞
true and 𝑞 is false.
True if 𝑝 and 𝑞 are
Biconditional 𝑝 if and only if 𝑞 if and only if 𝑝↔𝑞 both true of if 𝑝 and 𝑞
are both false
2.3.7.3 Negation
The negation of the statement is its opposite. For example, the negation
of the statement “Five is a rational number” is the statement “Five is not a
rational number.” The tilde symbol (~) is used to denote the negation of a
statement. If the statement 𝑝 is true, its negation ~𝑝 is false, and if the
statement 𝑝 is false, its negation ~𝑝 is true. Meaning, the truth value of the
negation of a statement is always the reverse of the truth value of the original
statements.
Page 24 of 31
A popular theorem facilitates negation of compound statements of the
forms 𝑝 𝑞 and 𝑝 𝑞. It is called De Morgan’s Laws which are stated as
follows:
1. ~(𝑝 𝑞) is equivalent to ~𝑝 ~𝑞
2. ~(𝑝 𝑞) is equivalent to ~𝑝 ~𝑞
The statement ~𝑝: A number 𝑥 is not greater than a number 𝑦 means that
either 𝑥 is less than 𝑦 or 𝑥 equals. However, ~𝑞: A number 𝑥 is not equal to a
number 𝑦 tells us that 𝑥 cannot be equal to 𝑦. Thus, the negation is “ a
number 𝑥 is less than 𝑦.
The truth value of a simple statement is either true (T) or false (F) but not
both. For compound statements, the truth value depends on the truth values
of its simple statements and connectives.
The truth table is a table that shows the truth value of a compound
statement for all possible truth values of its simple statements. The following
table gives the truth values of compound statements with two simple
statements 𝑝 and 𝑞.
Page 25 of 31
2.3.7.5 Writing Compound Statements in symbols
Consider the compound statement “Two and three are rational zeroes of
the function 𝑓.” Here, the word “and” suggests that the compound statement
may be paraphrased as “Two is a rational zero of 𝑓 and three is a rational zero
of 𝑓.” Thus, we may represent the simple statements as
For the connector “and”, we use the symbol . Thus, the statement in
symbol is given by 𝑝 𝑞.
𝑝 : An integer is odd.
𝑞 : An integer is not divisible by 2.
Learning Activity 12
Example:
𝑛
If 𝑛2 is an integer, then 𝑛 is an 𝑝: 2 is an integer. 𝑝→𝑞
even integer. 𝑞: 𝑛 is an even integer
Start Here:
3. Either 𝑓 is an odd or 𝑝:
even function. 𝑞:
Page 26 of 31
2.3.3 Quantifiers
In a statement, the word some and the phrases there exists and at least
one are called existential quantifiers. Existential quantifiers are used as
prefixes to assert the existence of something. In a statement, the words none,
no, all, and every are called universal quantifiers. The universal quantifiers
none and no deny the existence of something, whereas the universal
quantifiers all and every are used to assert that every element of a given set
satisfies some condition. The following table shows the symbols for universal
and existential quantifiers and their translations.
The statement “for all 𝑥, 𝑃(𝑥),” is symbolized by ∀𝑥, 𝑃(𝑥). The symbol
is used to denote the universal quantifier. The statement “∀𝑥, 𝑃(𝑥)”is true if
only if 𝑃(𝑥) is true for every value of 𝑥.
Page 27 of 31
The truth values for quantified statements are given in the following
table.
∀𝑥, 𝑃(𝑥) 𝑃(𝑥) is true for every 𝑥. There is at least one 𝑥 for which
𝑃(𝑥) is false.
The following English statements are paired with their translations into
symbolic form. Their truth values are also included. It must be clear that 𝐸(𝑛)
represents the set of even integers and 𝑂(𝑛) the set of odd integers.
Statement Translation Truth Value
Every integer that is not odd is • ∀𝑛 ∈ ℤ, ∼ (n is odd ) → True
even. (n is even)
• ∀𝑛 ∈ ℤ, ∼ 𝑂(𝑛) → 𝐸(𝑛)
There is an integer that is not • ∃𝑛 ∈ ℤ, ∼ 𝐸(𝑛) True
even.
For every real number 𝑥, there • ∀𝑥 ∈ ℝ, ∃𝑦 ∈ ℝ, 𝑦3 = 𝑥 True
is a real number 𝑦 for which
𝑦 3 = 𝑥.
Given any two rational • ∀𝑎, 𝑏 ∈ ℚ, 𝑎𝑏 ∈ ℚ True
numbers 𝑎 and 𝑏, it follows
that 𝑎𝑏 is rational.
Every integer is even. • ∀𝑛 ∈ ℤ, 𝐸(𝑛) False
There is an integer 𝑛 for which • ∃𝑛 ∈ ℤ, 𝑛2 = 2 False
𝑛2 = 2.
For every real number 𝑥, there • ∀𝑥 ∈ ℝ, ∃𝑦 ∈ ℝ, 𝑦2 = 𝑥 False
is a real number 𝑦 for which
𝑦2 = 𝑥.
Given any two rational • ∀𝑎, 𝑏 ∈ ℚ, 𝑝 𝑎𝑏 ∈ ℚ False
numbers a and b, it follows
that √𝑎𝑏 is rational.
If we consider the statement, “All dogs are mean.”, we may think that the
negation is “No dogs are mean.”, but this is also a false statement. Thus the
statement “No dogs are mean.” is not the negation of “All dogs are mean.” The
negation of “All dogs are mean,” which is a false statement, is in fact “Some
dogs are not mean,” which is a true statement. The statement “Some dogs are
not mean” can also be stated as “At least one dog is not mean” or “There exists
Page 28 of 31
a dog that is not mean.” What is the negation of the false statement, “No
doctors write in a legible manner”?
Learning Activity 13
Directions. Write the following as English sentences. Say whether they are
true(T) or false(F)
Example:
For all real number 𝑥, the negative of 𝑥 False
∀𝑥 𝜖 ℝ, −𝑥 < 0. is less than zero.
Start Here:
1. ∀𝑥 𝜖 ℝ, 𝑥2 ≥ 0
2. ∀𝑥 𝜖 ℝ, ∃𝑛 𝜖 ℕ, 𝑥𝑛 ≥ 0
3. ∃𝑎 𝜖 ℝ, ∀𝑥 𝜖 ℝ, 𝑎𝑥 = 𝑥
Page 29 of 31
2.3 Assessment Task
A. Write your answer on the blank after each item.
B. Essay:
1. What is the nature of mathematics as a language?
2. What is the most useful about the language of mathematics?
3. Give your reaction to the following statements:
a. Mathematics is not a language, but a useless set of formal rules and
alien symbols.
b. Mathematics confuses the communication of concepts and ideas.
c. Mathematics is full of unnecessary symbols, rules, and conventions.
Page 30 of 31
Your answers in Essay will be graded according to the given
standards/basis for grading:
Score Criteria
Unable to elicit the ideas and concepts from the learning activity, material,
0
or video
Able to elicit the ideas and concepts from the learning activity, material, or
1
video but shows erroneous understanding
Able to elicit the ideas and concepts from the learning activity, material, or
2
video and shows correct understanding
Able to elicit the correct ideas from the learning activity, material, or video
3 and also shows evidence of internalization and consistently contributes
additional thought to the core idea
2.4 References
Books and Lecture Notes
Aufmann, et. al. 2013. Mathematical Excursions. Third Edition. Cengage
Learning, USA
Fischer, Carol Burns. The Language of Mathematics. One Mathematical Cat
Please.
Hammack, Richard. 2013 Book of Proof. Department of Mathematics and
Applied Mathematics. Virginia Commonwealth University
Jamison, R.E. 2000 Learning the Language of Mathematics. Language and
learning across the disciplines
Sirug, Winston. (2018) Mathematics in the Modern World. Mindshapers Co.,
Inc. Publishing Company
Internet source:
https://www.dpmms.cam.ac.uk/~wtg10/grammar.pdf
date: 08-17-2020
Page 31 of 31