Modern math version 836
Modern math version 836
DEPARTMENT OF MATHEMATICS
MATHEMATICS IN THE
MODERN WORLD
MODULE 5
________________________
Name of Student
_______________________________________
Course and Year
ABOUT THE COURSE
Course Outline
Section I. The Nature of Mathematics
2. Mathematical Language and Symbols
Elementary logic: Logic statement and quantifiers; Truth tables and Tautologies;
Conditional, Biconditional and related statements; Symbolic Arguments; Arguments and
Euler
References:
CHED Memorandum Order No. 20, series of 2013. (4 July 2013). General Education Curriculum:
Holistic understandings, intellectual and civic competencies
Nocon R. et al. (2018). Essential Mathematics for the Modern World. Quezon City: C & E Publishing,
Inc.
SESSION 4. THE NATURE OF MATHEMATICS
One of the first mathematicians to make a serious study of symbolic logic was Gottfried Wilhelm
Leibniz (1646 – 1716). Leibniz tried to advance the study of logic from a merely philosophical subject
to a formal mathematical subject. Leibniz never completely achieved this goal; however, several
mathematicians, such as Augustus De Morgan (1806 – 1871) and George Boole (1815 – 1864),
contributed to the advancement of symbolic logic as a mathematical discipline.
Boole published The Mathematical Analysis of Logic in 1848. In 1854 he published the more
extensive work, An Investigation of the Laws of Thought.
Concerning this document, the mathematician Bertrand Russell stated, “Pure mathematics was
discovered by Boole in a work which is called The Laws of Thought.
Historical Note:
George Boole (bool) was born in 1815 in Lincoln, England. He was raised in poverty, but
he was very industrious and had learned Latin and Greek by the age of 12. Later he mastered
German, French, and Italian. His first profession, at the young age of 16, was that of an
assistant school teacher. At the age of 20 he started his own school. In 1849 Boole was
appointed the chairperson of mathematics at Queens College in Cork, Ireland. Many of Boole’s
mathematical ideas, such as Boolean Algebra, have applications in the areas of computer
programming and the design of electronic circuits.
Logic Statements
Every language contains different types of sentences, such as statements, questions, and
commands. For instance,
The symbolic logic that Boole was instrumental in creating applies only to sentences that are
statements as defined below.
A Statement
A statement is a declarative sentence that is either true or false, but not both true or false. It may
not be necessary to determine whether a sentence is true to determine whether it is a statement. For
instance, consider the following sentence.
Solution:
1. Florida is one of the 50 states in the United States, so this sentence is true and it is a
statement.
2. The statement “How are you?” is a question. It is not a declarative sentence. Thus it is not a
statement.
3. You may not know whether 99 + 2 is a prime number, you do know that it is a whole number
larger than 1, so it is either a prime number or it is not a prime number. The sentence is
either true or it is false, and it is not both true and false, so it is a statement.
4. x + 1 = 5 is a statement. It is known as an open sentence. It is true for x = 4 and it is false
for any other values of x. for any given value of x, it is true or false but not both
Types of Statements
Symbolic Type of
Statement Connective
form statement
not 𝑝 not ~𝑝 negation
𝑝 and q and 𝑝 ⋀𝑞 conjunction
𝑝 or q or 𝑝 ⋁𝑞 disjunction
If 𝑝, then q If… then 𝑝→𝑞 conditional
𝑝 if and if and only
𝑝↔𝑞 biconditional
only if q if
The truth value of a simple statement is either true (T) or false (F)
The truth value of a compound statement depends on the truth vales of its simple statements and
connectives.
A truth table is a table that shows the truth values of a compound statement for all possible truth
values or its simple statements.
𝒑 ~𝒑
T F
F T
The negation of the statement “Today is Friday.” is the statement “Today is not Friday.” In
symbolic logic, the tilde symbol ~ is used to denote the negation of the statement. If a statement p is
true, its negation ~𝑝 is false and if a statement 𝑝 is false, its negation ~ 𝑝 is true.
Solution
1. 𝑝 ⋀ 𝑞
2. ~ 𝑞 ⋀ 𝑟
3. ~ s ⋁ 𝑟
4. q → 𝑠
Solution
1. The game will be shown on CBS and the game will be played in Atlanta.
2. The game will be shown on ESPN and the Mets are favored to win.
3. The Mets are favored to win if and only if the game will not be played in Atlanta.
If a compound is written in symbolic form, then the parentheses are used to indicate which
statements are grouped together. The table below illustrates the use of parentheses to indicate
groupings for some statements in symbolic form.
If a statement in symbolic form is written as an English sentence, then the simple statements
appear together in parentheses in the symbolic form will all be on the same side of the comma that
appears in the English sentence.
Solution
1. Because the 𝑝 and the q statements both appear in parentheses in the symbolic form, they are
placed to the left of the comma in the English sentence.
Thus the translation is: if you get a promotion and complete the training, then you will receive
a bonus.
2. Because the not 𝑝 and the not r statement are both to the right of the comma in the English
sentence, they are grouped together in parentheses in the symbolic form/
The use of parentheses in a symbolic statement may affect the meaning of the statement. For
instance, ~ (𝑝 ⋁ 𝑞 ) indicates the negation of the compound 𝑝 ⋁ 𝑞. However, ~ 𝑝 ⋁ 𝑞 indicates that only
the 𝑝 statement is negated.
The statement ~ (𝑝 ⋁ 𝑞 ) is read as, “It is not true that, 𝑝 𝑜𝑟 𝑞.” The statement ~ 𝑝 ⋁ 𝑞 is read as,
“Not 𝑝 𝑜𝑟 𝑞. "
If you order cake and ice cream in a restaurant, the waiter will bring both cake and ice cream. In
general, the conjunction 𝑝 ⋀ 𝑞 is true if both 𝑝 and 𝑞 are true, and the conjunction is false if either 𝑝
or 𝑞 is false. The truth table below shows the four possible cases that arise when we form a
conjunction of two statements.
𝒑 𝒒 𝒑⋀ 𝒒
T T T
T F F
F T F
F F F
Sometimes the word but is used in place of the connective and, for instance, “I ride my bike to
school, but I ride the bus to work,” is equivalent to the conjunction, “I ride my bike to school and I
ride the bus to work.
2. Truth Value of a Disjunction
The disjunction 𝑝 ⋁ 𝑞 is true if and only if 𝑝 is true, 𝑞 is true, or both 𝑝 and 𝑞 are true.
𝒑 𝒒 𝒑 ⋁𝒒
T T T
T F T
F T T
F F F
1. If he given statement has n simple statements, then start with a standard form that has 2𝑛
rows. Enter the truth values for each simple statement and their negations.
2. Use the truth values for each simple statement and their negations to enter the truth values
under each connective within a pair of grouping symbols, including parentheses ( ), brackets
[ ], and braces { }. If some grouping symbols are nested inside other grouping symbols, then
work from the inside out. In any situation in which grouping symbols have not been used,
then we use the following order of precedence agreement.
First assign truth values to negations from left to right, followed by conjunctions from left
to right, followed by disjunctions from left to right, followed by conditionals from left to right,
and finally by biconditionals from left to right.
3. The truth values that are entered into the column under the connective for which truth values
are assigned last, form the truth table for the given statement.
1. ~(~ 𝑝 ⋁ 𝑞) ⋁ 𝑞
2. (𝑝 ⋀ 𝑞) ⋀ (~ 𝑟 ⋁ 𝑞 )
3. 𝑝 ⋁[~ (𝑝 ⋀ ~ 𝑞)]
4. ~ 𝑝 ⋁(𝑝 ⋀ 𝑞)
3. The Conditional
Conditional statements can be written in 𝑖𝑓 𝑝, 𝑡ℎ𝑒𝑛 𝑞 form or in 𝑖𝑓 𝑝, 𝑞 form.
Examples.
1. If we order pizza, then we can have it delivered.
2. If you go to the movie, you will not be able to meet us for dinner.
3. If 𝑛 is prime number greater than 2, then n is an odd number.
In any conditional statement represented by “ if 𝒑, then 𝒒” or by “if 𝒑, 𝒒, " the 𝒑 statement is called
the antecedent and the 𝒒 statement is called the consequent.
Solution:
1. Antecedent: our school was this nice
Consequent: I would go there more than once a week
Arrow Notation
The conditional statement, “if 𝒑, then 𝒒, " can be written using the arrow notation 𝒑 → 𝒒. The
arrow notation 𝒑 → 𝒒 is read as “if 𝒑, then 𝒒" or as "𝒑 implies 𝒒. "
Solution:
1. Because the consequent is true, this is a true statement.
2. Because the antecedent is false, this is a true statement.
3. Because the antecedent is true and the consequent is false, this is a false statement.
𝒑 →𝒒≡ ~𝒑
Solution:
1. I cannot play the guitar or I would join the band.
2. Cam Newton can play or his team will lose.
The Negation of 𝒑 → 𝒒
~ (𝑝 → 𝑞) ≡ 𝑝 ⋀ ~ 𝑞
Solution: In each case, we write the conjunction of the antecedent and the negation of the
consequent.
1. They paid me the money and I did not sign the contract.
2. The lines are parallel and they intersect.
4. The Biconditional 𝒑 ↔ 𝒒
𝒑 𝒒 𝒑 ↔𝒒
T T T
T F F
F T F
F F T
Solution:
1. She will go on vacation if and only if she can take the train.
2. She can get a loan if and only if she does not go on vacation.
The converse of 𝒑 → 𝒒 is 𝒒 → 𝒑
The inverse of 𝒑 → 𝒒 is ~ 𝒑 → ~ 𝒒
The contrapositive of 𝒑 → 𝒒 is ~ 𝒒 → ~ 𝒑
Solution
Let: 𝑝 : I get the job.
𝑞: I rent the apartment.
Exercise Set
I. Determine the truth value of the compound statement given that 𝒑 is a false statement and
𝒒 is a true statement, and 𝒓 is a true statement.
1. 𝑝 ⋁(~ 𝑞 ⋁ 𝑟)
2. 𝑟 ⋀ ~ (𝑝 ⋁ 𝑟 )
3. (𝑝 ⋀ 𝑞) ⋁ (~ 𝑝 ⋀ ~ 𝑞)
4. (𝑝 ⋀ 𝑞) ⋁ [(~ 𝑝 ⋀ ~ 𝑞) ⋁ 𝑞]
5. [~ (𝑝 ⋀ ~ 𝑞) ⋁ 𝑟] ⋀ (𝑝 ⋀ ~ 𝑟)
6. (𝑝 ⋀ ~ 𝑞) ⋁ [(𝑝 ⋀ ~ 𝑞) ⋁ 𝑟]
7. [(𝑝 ⋀ ~ 𝑞) ⋁ ~ 𝑟] ⋀ (𝑞 ⋀ 𝑟)
8. (~ 𝑝 ⋀ 𝑞) ⋀ [(𝑝 ⋀ ~ 𝑞) ⋁ 𝑟 ]
9. [(𝑝 ⋀ 𝑞) ⋀ 𝑟] ⋁ [𝑝 ⋁ (𝑞 ⋀ ~ 𝑟)]
11. ~ 𝑝 ⋁ 𝑞
12. (𝑞 ⋀ ~ 𝑝) ⋁ ~ 𝑞
13. 𝑝 ⋀ ~ 𝑞
17. ~ (𝑝 ⋁ 𝑞) ⋀(~ 𝑟 ⋁ 𝑞 )
21. 𝑝 ⋁ ~ 𝑝
22. ~ 𝑟 ⋀ 𝑟
23. 𝑞 ⋁[~ (𝑞 ⋀ 𝑟) ⋀ ~ 𝑞]
25. (~ 𝑝 ⋁ 𝑞) ⋁ (~ 𝑞 ⋁ 𝑟)
IV. Write the Converse, Inverse, and Contrapositive of the following Conditional:
1. If we have a quiz today, then we will not have a quiz tomorrow.
2. If a number ends with a 5, then the number is divisible by 5.
3. If two lines in a plane do not intersect, then the lines are parallel.
4. If I live in Nashville, then I live in Tennessee.
5. If a geometric figure is a square, then it is a rectangle.
6. If x is an even integer, then 𝑥 3 is an even integer.
7. If today is not Wednesday, then tomorrow is not Thursday.
8. If he has the talent to play a keyboard, then he can join the band.
9. If x + 5 = 12, then x = 7
10. If you can do it, then you can dream it.