EECS 203: Discrete Mathematics Fall 2019 Discussion 1 Notes: 1 Definitions
EECS 203: Discrete Mathematics Fall 2019 Discussion 1 Notes: 1 Definitions
Fall 2019
Discussion 1 Notes
1 Definitions
• Proposition:
• Converse:
• Contrapositive:
• Inverse:
• Tautology:
• Contradiction:
• Satisfiable:
• Consistent System:
2 Exercises
1. Exercise 1.1.2
Which of these are propositions? What are the truth values of those that are propositions?
d) 4 + x = 5
f) 2n ≥ 100
1
2. Conditional statement and English statement
Express the conditional statement p → q in the following form:
a) If , then .
b) only if .
c) unless .
d) whenever .
3. Exercise 1.1.17
Let p, q, and r be the propositions defined as follows.
Write these propositions using p, q, and r and logical connectives (including negations).
a) Berries are ripe along the trail, but grizzly bears have not been seen in the area.
b) Grizzly bears have not been seen in the area and hiking on the trail is safe, but berries
are ripe along the trail.
c) If berries are ripe along the trail, hiking is safe if and only if grizzly bears have not been
seen in the area.
d) It is not safe to hike on the trail, but grizzly bears have not been seen in the area and
the berries along the trail are ripe
4. Exercise 1.1.29
State the converse, contrapositive, and inverse of each of these conditional statements.
c) A positive integer is a prime only if it has no divisors other than 1 and itself.
2
5. Exercise 1.1.32 modified
For each compound proposition, find its truth value when p = T , q = F , r = F , s = F ,
t = T , u = F , and v = F
b) (p ∨ ¬t) ∧ (p ∨ ¬s)
d) (p ∧ r ∧ s) ∨ (q ∧ t) ∨ (r ∧ ¬t)
6. Exercise 1.1.34
Construct a truth table for each of these compound propositions.
a) p → ¬p
c) p ⊕ (p ∨ q)
d) (p ∧ q) → (p ∨ q)
7. Exercise 1.2.3
Translate the following statement into propositional logic: You can graduate only if you have
completed the requirements of your major and you do not owe money to the university and
you do not have an overdue library book. Express your answer in terms of:
g: you can graduate,
m: you owe money to the university,
r: you have completed the requirements of your major, and
b: you have an overdue library book.
8. Exercise 1.2.12
Are these system specifications consistent? If the file system is not locked, then new messages
will be queued. If the file system is not locked, then the system is functioning normally, and
conversely. If new messages are not queued, then they will be sent to the message buffer.
If the file system is not locked, then new messages will be sent to the message buffer. New
messages will not be sent to the message buffer.
3
9. Exercise 1.3.7
Use DeMorgan’s laws to find the negations of each of the following statements.
a) Jan is rich and happy.
b) Carlos will bicycle or run tomorrow.