Assignment 1
Assignment 1
Fall 2018
Instructor: Marc Pomplun
Assignment #1
Posted on September 23 – Due by October 2, 5:30pm
Let Takes(x, y) be the propositional function “x takes course y,” Teaches(x, y) be the
propositional function “x teaches course y,” and Passes(x, y) be the propositional function
“x passes course y”. The universe of discourse is the set of all living people and all
courses (i.e., you do not have to check this in your expressions). Write each of the
following propositions symbolically in one expression:
d) There is a course that both Julia and Peter took, but both of them failed it.
Find out for each of the following propositions whether it is a tautology, a contradiction,
or neither (a contingency). Prove your answer.
a) [(p → q) ∧ (q → p)] → (p ↔ q)
b) (p ∨ q ∨ r) → [(q → r) ∨ (p → q)]
Let us take a look at the sets A = {x, y, z}, B = {1, 2}, C = {x, z}. List the elements of
the following sets D, E, F, G, H, and I:
a) D = (A × B) – (B × C)
1
b) E = 2C – 2A
B
c) F = 2(2 )
d) G = (A × B × C) ∩ (C × B × A)
Question 4: Cardinality
Are the following statements true for all sets A, B and C? Prove your answers.
a) |A ∪ B ∪ C| = |A - B - C| + |B – A - C| + |C - A - B|
Question 5: Functions
Find out whether the following functions from R to R are injective, surjective, and/or
bijective. No proofs are required.
a) f(z) = z2 - z
b) f(z) = 3z3 - 7
c) f(z) = z⋅sin z
d) f(z) = z2/(z2 + 1)
Are the following statements true or false? In each case, prove your answer.
b) Let f(x) and g(x) be strictly increasing functions from R to R. Then (f + g)(x) is also
strictly increasing.
c) Once again, let f(x) and g(x) be strictly increasing functions from R to R. Then
(f⋅g)(x) is also strictly increasing.
2
3