Math 101
Math 101
DEFINITIONS
The analysis of methods of reasoning (David W. Kueker, 2009)
The science of correct thinking
Mathematical Logic- the study of reasoning as used in mathematics
Mathematical Reasoning- is deductive, that is, it consist of drawing (correct)
conclusions from the given hypotheses.
LOGIC
EXAMPLES
All men are mortal. Luke is a man. Hence, Luke is mortal.
All dogs like fish. Cyber is a dog. Therefore, Cyber likes fish.
All monkeys like banana. Tarzan likes banana. Therefore, Tarzan is a monkey. WRONG
MATHEMATICALLY,
PROPOSITIONS AND CONNECTIVES
PROPOSITION (or statement) is a sentence that is either true or false (without additional
information).
Here are some examples of statements. They are all true.
If a circle has radius r, then its area is πr 2 square units.
Every even number is divisible by 2.
2∈Z
N⊆Z
The set {0,1,2} has three elements.
Some right triangles are isosceles.
PROPOSITIONS AND CONNECTIVES
In discussing a particular statement, such as “The function f (x) = x 2 is continuous,” it is convenient to just refer
to it as R to avoid having to write or say it many times.
PROPOSITIONS AND CONNECTIVES
Decide whether or not the following are statements. In the case of a statement, say if
it is true or false, if possible.
1. Every real number is an even integer. Statement, False
2. Every even integer is a real number. Statement, True
LOGICAL CONNECTIVES – are defined by truth tables (but have English Language
counterparts).
LOGIC MATH ENGLISH+
Conjunction ⋀ and
Disjunction ⋁ or
Negation ∽, ¬ not
Conditional →, ⟹ If…then…
Biconditional ↔, ⟺ If and only if
AND, OR, NOT
The word “and” can be used to combine two statements to form a new statement.
Consider for example the following sentence.
R1 : The number 2 is even and the number 3 is odd.
We recognize this as a true statement, based on our ingrained understanding of the meaning of the word “and.”
Notice that R1 is made up of two simpler statements:
P : The number 2 is even.
Q : The number 3 is odd.
These are joined together by the word “and” to form the more complex statement R1. The statement R1 asserts
that P and Q are both true. Since both P and Q are in fact true, the statement R1 is also true.
AND, OR, NOT
Had one or both of P and Q been false, then R1 would be false. For instance, each of
the following statements is false.
R2 : The number 1 is even and the number 3 is odd.
R3 : The number 2 is even and the number 4 is odd.
R4 : The number 3 is even and the number 2 is odd.
AND, OR, NOT
From these examples we see that any two statements P and Q can be combined to
form a new statement “P and Q.” In the spirit of using letters to denote statements,
we now introduce the special symbol ∧ to stand for the word “and.
AND, OR, NOT
Statements can also be combined using the word “or.” Consider the following four
statements.
S1 : The number 2 is even or the number 3 is odd.
S2 : The number 1 is even or the number 3 is odd.
S3 : The number 2 is even or the number 4 is odd.
S4 : The number 3 is even or the number 2 is odd.
The symbol ∨ is used to stand for the word “or.” So if P and Q are statements, P ∨Q
represents the statement “P or Q.” Here is the truth table.
AND, OR, NOT
In mathematics we never use the
word “or” in such a sense. For us “or”
It is important to be means exactly what is stated in the
aware that the meaning For example, suppose a
this means that either table for ∨. Thus P ∨Q being true
of “or” expressed in university official makes
you pay your tuition means one or both of P and Q is true.
the following threat:
the above table differs or you will be If we ever need to express the fact
You pay your tuition or
from the way it is often you will be withdrawn withdrawn from that exactly one of P and Q is true,
used in everyday school, but not both. we use one of the following
from school.
conversation. constructions:
P or Q, but not both.
Either P or Q.
Exactly one of P or Q.
AND, OR, NOT
We use the symbol ∼ to stand for the words “It’s not true that,” so ∼ P means “It’s
not true that P.” We can read ∼ P simply as “not P.” Unlike ∧ and ∨, which combine
two statements, the symbol ∼ just alters a single statement. Thus its truth table has
just two lines, one for each possible value of P.
AND, OR, NOT
Express each statement or open sentence in one of the forms P ∧Q, P ∨Q, or ∼ P. Be
sure to also state exactly what statements P and Q stand for.
1. There is a quiz scheduled for Wednesday or Friday.
2.The number x equals zero, but the number y does not.
CONDITIONAL STATEMENTS
There is yet another way to combine two statements. Suppose we have in mind a specific integer a.
Consider the following statement about a.
R : If the integer a is a multiple of 6, then a is divisible by 2.
We immediately spot this as a true statement based on our knowledge of integers and the meanings
of the words “if” and “then.” If integer a is a multiple of 6, then a is even, so therefore a is divisible by 2.
Notice that R is built up from two simpler statements:
P : The integer a is a multiple of 6.
Q : The integer a is divisible by 2.
R : If P, then Q.
CONDITIONAL STATEMENTS
Think of P ⇒ Q as a promise that whenever P is true, Q will be true also. There is only one way this promise can
be broken (i.e., be false), namely if P is true but Q is false. So the truth table for the promise P ⇒ Q is as follows:
Perhaps you are bothered by how P ⇒ Q is true in the last two lines.
Here is an example to explain it.
Suppose your professor makes this promise: If you pass the final exam, then you will pass the course.
Your professor is making the promise (You pass the exam) ⇒ (You pass the course).
CONDITIONAL STATEMENTS
There are four possible scenarios, depending on whether or not you passed the exam and whether or not you
passed the course. These scenarios are tallied in the following table.
MORE EXAMPLE
In mathematics, whenever we encounter the construction “If P, then Q,” it means exactly what the truth table for
⇒ expresses. Of course there are other grammatical constructions that also mean P ⇒ Q. Here is a summary of
the main ones. The meaning of each is encapsulated by the table for ⇒.
BICONDITIONAL
But sometimes, if P and Q are just the right statements, it can happen that P ⇒ Q
and Q ⇒ P are both necessarily true.
For example, consider the statements
(a is even) ⇒ (a is divisible by 2),
(a is divisible by 2) ⇒ (a is even).
BICONDITIONAL
The truth table for ⇔ is shown below. Notice that in the first and last rows, both P ⇒ Q and Q ⇒ P are true
(according to the truth table for ⇒), so (P ⇒ Q)∧(Q ⇒ P) is true, and hence P ⇔ Q is true. However, in the
middle two rows one of P ⇒ Q or Q ⇒ P is false, so (P ⇒ Q)∧(Q ⇒ P) is false, making P ⇔ Q false.
Not surprisingly, there are many ways of saying P ⇔ Q in English. The following constructions all mean P ⇔ Q:
TRUTH TABLES FOR STATEMENTS
For example, suppose we want to convey that one or the other of P and Q is true but they are not both true. No
single symbol expresses this, but we could combine them as
(P ∨Q)∧ ∼ (P ∧Q),
which literally means:
P or Q is true, and it is not the case that both P and Q are true.
TRUTH TABLES FOR STATEMENTS
Making a truth table for P ⇔ (Q ∨R) entails a line for each T/F combination for the three statements P, Q and R.
The eight possible combinations are tallied in the first three columns of the following table.
TRUTH TABLES FOR STATEMENTS
Sometimes books will leave out more parentheses than you might like. In
a pinch, you can assume that connectives are evaluated in the following
order ¬, ∧, ∨, →, ↔, with like connectives evaluated from left to right.
For example, the formula b∧a → b → c∨¬d should be parenthesized as
((b∧a) → b) → (c∨(¬d)).
EXERCISE
Given a key listing the meanings of the propositional symbols, we can translate symbolized statements into English
sentences.
Example. Given the interpretations below, translate each of the following sentences into English.
a means “Fritz likes trout.”
b means “Waldo is tiny.”
c means “Violins don’t melt.”
(a)Translate: (a ∨ b) → c
Solution: If Fritz likes trout or Waldo is tiny, then violins don’t melt.
(b)Translate: a ↔ c
Solution: Fritz likes trout if and only if violins don’t melt.
Alternate solution: Fritz liking trout is a necessary and sufficient condition for the non-melting of violins.
TRANSLATION
Translate: ¬(b ∧ c)
Solution: It is not the case that both Waldo is tiny and violins don’t melt.
Alternate solution: Waldo isn’t tiny or violins melt.
TRANSLATION
We can reverse the process of our previous examples, and translate English into our symbolic language.
Be sure to include a key to explain the translation.
Example.
Translate: If Fritz is the king of France, then Bert eats trout.
Solution:
Let k denote “Fritz is the king of France.”
Let b denote “Bert eats trout.”
The sentence “If Fritz is the king of France, then Bert eats trout”
translates as
k → b.
COMMON SENSE AND TRUTH
Given the information below, and using common sense where applicable, try to assign truth values to the following
compound statements.
a means “2 = 5.” (We’ll assume this is F.)
b means “7 is an odd prime.” (We’ll assume this is T.)
c means “Waldo is the milkman’s pet trout.” (We won’t assume any truth value here.)
(a) a ∧ b
Solution: F ∧ T is F, so a ∧ b is false.
(b) a ∨ b
Solution: F ∨ T is T, so a ∨ b is true.
(c) b ∨ c
(d) a ↔ c
EXERCISE
1.) Given the interpretations below, translate each of the following sentences into English. p means “2 + 2 = 5.” q means
“3 is prime.”
(a) Translate: p → q
(b) Translate: (¬p) ∨ q
(c) Translate: ¬(p ∨ q)
2.) Given the interpretations below, translate each of the following sentences into English. d means “Waldo wears a hat.”
m means “All milkmen like trout.” w means “4 + 8 = 32.” z means “2 6= 5.”
(a) Translate: d → (m ∨ w)
(b) Translate: z ↔ w
(c) Translate: z ∧ (w → z)
(d) Translate: ¬(¬d ∧ z)
EXERCISE
3.) Given the information below, and using common sense where applicable, try to assign truth values to the
following compound statements.
p means “2 6= 5.”
q means “7 is an integer multiple of 2.”
r means “Fritz is a tap-dancing investment banker.”
(a) p ∨ q
(b) p ∧ r
(c) q → r
(d) r → (q → r)
TAUTOLOGIES, CONTRADICTION, CONTINGENCY
Some compound propositions are true (or false) just because of their structure.
In mathematics, a tautology is a compound proposition which is always true. That is, a formula is a tautology if and
only if the last column of its truth table contains only Ts
Here is a simple example:
LOGICAL EQUIVALENCE
The next example is very common in mathematics. We consider the implication P ⇒ Q and the contrapositive
¬Q ⇒ ¬P. It turns out that these two are equivalent, i.e. the statement (P ⇒ Q) ⇐⇒ (¬Q ⇒ ¬P) is a tautology.
TAUTOLOGIES, CONTRADICTION, CONTINGENCY
A contingency is a compound proposition which is neither a tautology nor a contradiction. That is, a formula is a
contingency if and only if the last column of its truth table contains both Ts and Fs.
Show that p → q is a contingency.
Solution:
We’ll show that the main connective column in the truth table for p → q contains at least one T and at least one
F.
EXERCISE
Classify each of the following formulas as a tautology, a contradiction, or a contingency. Provide enough of the
truth table for the formula to justify your answer. (For tautologies and contradictions, you need the whole table.
For contingencies you can get by with just two cleverly selected rows.)
(a) (p ∧ q) → p
(b) p → (p ∨ q)
(c) (p ∨ q) → (p ∧ q)
(d) p ↔ ¬p
(e) p → (¬p → (q ∧ ¬q))
(f) (p → q) ∨ (q → p)
LOGICAL EQUIVALENCE
The main connective column is all Ts, so the biconditional is a tautology and the formulas are logically
equivalent.
CONTRAPOSITIVES AND CONVERSES
We see examples of informal arguments every day. In newspaper editorials, court cases, and advertising, people
give lists of reasons and try to convince us of a conclusion.
Here’s a formal version of the process. An argument is a list of premises which taken all together supposedly
imply a conclusion.
For example,
Is an argument
EXAMPLE
p
p→ 𝑞
q
EXERCISE
EXERCISE