0% found this document useful (0 votes)
2 views

Modern math version 836

The document outlines a course titled 'Mathematics in the Modern World,' which explores the nature of mathematics, its practical applications, and its aesthetic dimensions. It covers topics such as logic statements, truth tables, and symbolic logic, emphasizing the contributions of mathematicians like George Boole. The course aims to enhance students' understanding of mathematics as a tool for everyday decision-making and problem-solving.

Uploaded by

adrianmncbl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Modern math version 836

The document outlines a course titled 'Mathematics in the Modern World,' which explores the nature of mathematics, its practical applications, and its aesthetic dimensions. It covers topics such as logic statements, truth tables, and symbolic logic, emphasizing the contributions of mathematicians like George Boole. The course aims to enhance students' understanding of mathematics as a tool for everyday decision-making and problem-solving.

Uploaded by

adrianmncbl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

COLLEGE OF ARTS AND SCIENCES

DEPARTMENT OF MATHEMATICS

MATHEMATICS IN THE
MODERN WORLD

MODULE 5

________________________
Name of Student

_______________________________________
Course and Year
ABOUT THE COURSE

Course Number: Math 1


Course Title: Mathematics in the Modern World
Course Description: This course deals with the nature of mathematics, appreciation of its practical
and intellectual and aesthetic dimensions, and application of mathematical tools in
daily life.
The course begins with an introduction to the nature of mathematics as an
exploration of pattern (in nature and the environment) and as an application of
inductive and deductive reasoning. By exploring these topics, students are
encouraged to go beyond the typical understanding of mathematics as merely a set
of formulas but as a source of aesthetics in patterns of nature, for example, and a
rich language in itself (and of science) governed by logic and reasoning.
The course then proceeds to survey ways in which mathematics provide a tool for
understanding and dealing with various aspects of present – day living, such as
managing personal finances, making social choices, appreciating geometric designs,
understanding codes used in data transmission and security, and dividing limited
resources fairly. These aspects will provide opportunities for actually doing
mathematics in a broad range of exercises.
Pre-requisite: None
Credit Units: 3 Units

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

Good day, learner! I hope that you had understood the


system of sets. The insights that you had learned from that
lesson is very vital to all of your next lessons. This time, you
are going to investigate the science of elementary logic. This
is the last lesson before your midterm exams. After this one,
please have the time to review your past lessons!

Logic Statements and Quantifiers

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,

“Is the test today?” is a question.


“Go get the newspaper” is a command.
“This is a nice car” is an opinion.
“Denver is the capital of Colorado” is a statement of fact.

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.

Yosemite National Park is located in California.


You may not know if the statement is true, but you do know that the sentence is either true or it
is false, and that it is not both true and false. Thus, you know that the sentence is a statement.

Example: Determine whether each sentence is a statement.


1. Florida is a state in the United Sates.
2. How are you?
3. 99 + 2 is a prime number.
4. 𝑥 + 1 = 5

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

Simple statement – is a statement that conveys a single idea.

Compound statement – is a statement that conveys two or more ideas.

Logic Connectives and Symbols

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

Truth Value and Truth Tables

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.

Truth table for ~ p

𝒑 ~𝒑
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.

Example: Write Compound statements in symbolic form


Consider the following simple statements.
𝑝: Today is Friday.
𝑞: It is raining
r: I am going to a movie.
s: I am not going to the basketball game

Write the following compound statements in symbolic form.


1. Today is Friday and it is raining.
2. It is not raining and I am going to a movie.
3. I am going to the basketball game or I am going to a movie.
4. If it is raining, then I am not going to the basketball game.

Solution
1. 𝑝 ⋀ 𝑞
2. ~ 𝑞 ⋀ 𝑟
3. ~ s ⋁ 𝑟
4. q → 𝑠

Example: Translate Symbolic Statements

Consider the following statements.


𝑝: The game will be played in Atlanta.
𝑞: The game will be shown on CBS.
r: The game will not be shown on ESPN..
s: The Mets are favored to win.
Write each of the following statements in words.
1. 𝑞 ⋀ 𝑝
2. ~ r ⋀ 𝑠
3. 𝑠 ↔ ~ 𝑝

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.

Compound Statements and Grouping Symbols

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.

Symbolic form The parentheses


indicate that:
𝑝 ⋀(𝑞 ⋁ ~ 𝑟) 𝑞 and ~ 𝑟 are grouped
together.
(𝑝 ⋀ 𝑞) ⋁ 𝑟 𝑝 and 𝑞 are grouped
together
𝑝 and ~ 𝑞 are grouped
together.
(𝑝 ⋀ ~𝑞) → (𝑟 ⋁ 𝑠)
r and s are grouped
together

If a compound statement is written as an English sentence, then a comma is used to indicate


which simple statements are grouped together. Statements on the same side of a comma are
grouped together.

English sentence The comma indicates


that:
𝑞 and ~ r are grouped
together because they
𝑝, and 𝑞 or not r.
are both on the same
side of the comma.
𝑝 and 𝑞 are grouped
together because they
𝑝 and 𝑞, or r.
are both on the same
side of the comma.
𝑝 and ~ 𝑞 are grouped
together because they
are both to the left of the
If 𝑝 and not 𝑞, then comma.
r or s r and s are grouped
together because they
are both to the right of
the comma.

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.

Example: Translate Compound Statements

Let 𝑝, 𝑞, and r, represent the following.

𝑝: You get a promotion.


𝑞: You complete the training.
r: You will receive a bonus.

1. Write (𝑝 ⋀ 𝑞) → 𝑟 as an English sentence.


2. Write “If you do not complete the training, then you will not get a promotion and you will not
receive a bonus.” In symbolic form

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/

Thus the translation is: ~ 𝑞 → (~ 𝑝 ⋀ ~ 𝑟)

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.

1. Truth Value of a Conjunction

The conjunction 𝑝 ⋀ 𝑞 is true if and only if both 𝑝 and 𝑞 are true.

Truth Table for 𝒑 ⋀ 𝒒

𝒑 𝒒 𝒑⋀ 𝒒
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.

Truth Table for 𝒑 ⋁ 𝒒

𝒑 𝒒 𝒑 ⋁𝒒
T T T
T F T
F T T
F F F

Example: Determine the Truth Value of a Statement

Determine whether each statement is true or false.


1. 7 ≥ 5.
2. 5 is a whole number and 5 is an even number.
3. 2 is a prime number and 2 is an even number.
Solution
1. 7 ≥ 5 means 7 = 5 or 7 > 5 is true, the 7 ≥ 5 is a true statement.
2. This is a false statement because 5 is not an even number.
3. This is true statement because each simple statement is true.

Alternative Method for the Construction of a Truth Table.

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.

Example: Construct a table for:

1. ~(~ 𝑝 ⋁ 𝑞) ⋁ 𝑞

2. (𝑝 ⋀ 𝑞) ⋀ (~ 𝑟 ⋁ 𝑞 )

3. 𝑝 ⋁[~ (𝑝 ⋀ ~ 𝑞)]

4. ~ 𝑝 ⋁(𝑝 ⋀ 𝑞)

A. Tautologies and Self – Contradiction

A tautology is a statement that is always true.


A self – contradiction is a statement that is always false.

Example: Verify whether the following is a tautology or self – contradiction


1. 𝑝 ⋁(~ 𝑝 ⋁ 𝑞)
2. 𝑝 ⋁ ~ 𝑝
3. ~ 𝑟 ⋀ 𝑟
4. 𝑞 ⋁[~ (𝑞 ⋀ 𝑟) ⋀ ~ 𝑞]
5. ~ [𝑝 ⋁(~ 𝑝 ⋁ 𝑞)]

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.

Example: Identify the Antecedent and Consequent of a Conditional


1. If our school was this nice, I would go there more than once a week.
2. If you don’t get in that plane, you’ll regret it.
3. If you strike me down, I shall become more powerful than you can possibly imagine.

Solution:
1. Antecedent: our school was this nice
Consequent: I would go there more than once a week

2. Antecedent: you don’t get in that plane


Consequent: you’ll regret it

3. Antecedent: you strike me down


Consequent: I shall become more powerful than you can possibly imagine.

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 𝒒. "

Truth Value of the Conditional 𝒑 → 𝒒


The conditional 𝒑 → 𝒒 is false if 𝒑 is true and 𝒒 is false. It is true in all other cases.

Truth Table for 𝒑 → 𝒒


𝒑 𝒒 𝒑 →𝒒
T T T
T F F
F T T
F F T

Example: Find the Truth Value of a Conditional

Determine the truth value of each of the following conditional statements.


1. If 2 is an integer, then 2 is a rational number.
2. If 3 is a negative number, then 5 > 7.
3. If 5 > 3, then 2 + 7 = 4

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.

A. An Equivalent Form of the Conditional 𝒑 → 𝒒

𝒑 →𝒒≡ ~𝒑

Example: Write a Conditional in Its Equivalent Disjunctive form.


1. If I could play the guitar, I would join the band.
2. If Cam Newton cannot play, then his team will lose.

Solution:
1. I cannot play the guitar or I would join the band.
2. Cam Newton can play or his team will lose.

B. The Negation of the Conditional


Because 𝒑 → 𝒒 ≡ ~ 𝒑 ⋁ 𝒒, an equivalent form of ~ (𝑝 → 𝑞) is given by ~ (~ 𝑝 ⋁ 𝑞), which, by one of
De Morgan’s laws, can be expressed as the conjunction 𝑝 ⋀ ~ 𝑞.

The Negation of 𝒑 → 𝒒

~ (𝑝 → 𝑞) ≡ 𝑝 ⋀ ~ 𝑞

Example: Write the Negation of a Conditional Statement


1. If they pay me the money, I will sign the contract.
2. If the lines are parallel, then they do not intersect.

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 𝒑 ↔ 𝒒

The statement (𝑝 → 𝑞) ⋀ (𝑞 → 𝑝) is called a biconditional and is denoted by 𝑝 ↔ q, which is read as


"𝑝 if and only if 𝑞. "

𝒑 ↔ 𝒒 ≡ [(𝒑 → 𝒒) ⋀(𝒒 → 𝒑)]

Truth table for 𝒑 ↔ 𝒒

𝒑 𝒒 𝒑 ↔𝒒
T T T
T F F
F T F
F F T

Example: Write the Symbolic Biconditional Statements in Words


Let 𝑝, 𝑞, 𝑎𝑛𝑑 𝑟 represent the following:
𝑝: She will go on vacation.
𝑞: She cannot take the train.
𝑟: She cannot get a loan.

Write the following symbolic statements in words:


1. 𝑝 ↔ ~ 𝑞
2. ~ 𝑟 ↔ ~ 𝑝

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, the Inverse, and the Contrapositive

The converse of 𝒑 → 𝒒 is 𝒒 → 𝒑
The inverse of 𝒑 → 𝒒 is ~ 𝒑 → ~ 𝒒
The contrapositive of 𝒑 → 𝒒 is ~ 𝒒 → ~ 𝒑

The above definitions show the following:


 The converse of 𝒑 → 𝒒 is formed by interchanging the antecedent 𝑝 with the consequent 𝑞.
 The inverse of 𝒑 → 𝒒 is formed by negating the antecedent 𝑝 and negating consequent 𝑞.
 The contrapositive of 𝒑 → 𝒒 is formed by negating both the antecedent 𝑝 with the consequent
𝑞 and interchanging these negated statements.

Example: Write the converse, inverse and contrapositive of


If I get the job, then I will rent the apartment.

Solution
Let: 𝑝 : I get the job.
𝑞: I rent the apartment.

Converse: If I rent the apartment, then I get the job.


Inverse: If I do not get the job, then I will not rent the apartment.
Contrapositive: If I do not rent the apartment, then I did not get the job.
Inverse
Conditional Converse Contrapositive
𝑝 𝑞 ~𝑝
𝑝 →𝑞 𝑞 →𝑝 ~𝑞 → ~𝑝
→~𝑞
T T T T T T
T F F T T F
F T T F F T
F F T T T T

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. [(𝑝 ⋀ 𝑞) ⋀ 𝑟] ⋁ [𝑝 ⋁ (𝑞 ⋀ ~ 𝑟)]

10. {[(~ 𝑝 ⋀ 𝑞) ⋀ 𝑟] ⋁[(𝑝 ⋀ 𝑞 ~ 𝑟)]} ⋁[𝑝 ⋀(𝑞 ⋀ 𝑟)]

II. Construct a truth table for each compound statement.

11. ~ 𝑝 ⋁ 𝑞

12. (𝑞 ⋀ ~ 𝑝) ⋁ ~ 𝑞

13. 𝑝 ⋀ ~ 𝑞

14. 𝑝 ⋁[~ (𝑝 ⋀ ~ 𝑞)]

15. (𝑝 ⋀ ~ 𝑞) ⋁[~ (𝑝 ⋀ 𝑞)]

16. (𝑝 ⋁ 𝑞) ⋀[~ (𝑝 ⋁ ~ 𝑞)]

17. ~ (𝑝 ⋁ 𝑞) ⋀(~ 𝑟 ⋁ 𝑞 )

18. [~ (𝑟 ⋀ ~ 𝑞)] ⋁(~ 𝑝 ⋁ 𝑞)

19. (𝑝 ⋀ ~ 𝑟) ⋁[~ 𝑞 ⋁(𝑝 ⋀ 𝑟)]

20. [𝑟 ⋀(~ 𝑝 ⋁ 𝑞)] ⋀(𝑟 ⋁ ~ 𝑞)


III. Use a truth table whether the given statement is a tautology or a self – contradiction.

21. 𝑝 ⋁ ~ 𝑝

22. ~ 𝑟 ⋀ 𝑟

23. 𝑞 ⋁[~ (𝑞 ⋀ 𝑟) ⋀ ~ 𝑞]

24. ~ [(𝑝 ⋁ 𝑞) ⋁ (~ 𝑝 ⋁ 𝑞)]

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.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy