Exercises Chapter 1 Edit
Exercises Chapter 1 Edit
1. Determine whether each of these sets is the power set of a set, where a
and b are distinct elements.
a) ∅ b) {∅, {a}} c) {∅, {a}, {∅, a}} d) {∅, {a}, {b}, {a, b}}
a) A ∩ (B ∪ C),
b) (D ∩ B) ∪ C.
a) A \ B = ∅ if and only if A ⊆ B.
b) If A ⊆ B, C ⊆ D, then A ∪ C ⊆ B ∪ D, A ∩ C ⊆ B ∩ D.
c) If A ∪ C ⊆ A ∪ B, A ∩ C ⊆ A ∩ B, the C ⊆ B.
a) A ⊆ B if and only if B ⊆ A.
b) A ⊆ B ⇔ A ∪ B = B ⇔ A ∪ B = E.
c) A ⊆ B ⇔ A ∩ B = A ⇔ B ∩ A = ∅.
d) A \ (A \ B) = A ∩ B.
e) A ∩ (B \ C) = (A ∩ B) \ (A ∩ C).
f) A ∪ (B \ A) = A ∪ B.
a) X = Y = R, f (x) = 2x + 5.
b) X = Y = R, f (x) = x2 − 2x.
d) X = Y = R, f (x) = 3x − 2|x|.
1
e) X = Y = R, f (x) = x2 + bx + c; b, c ∈ R.
c) Find g ◦ f .
c) Find f ◦ g, g ◦ f .
a) f (S ∪ T ) = f (S) ∪ f (T ).
a) f −1 (S ∪ T ) = f −1 (S) ∪ f −1 (T ).
b) f −1 (S ∩ T ) = f −1 (S) ∩ f −1 (T ).
2
c) If g ◦ f is onto, then g is onto.
11. Write the Boolean formula corresponding to each of the following net-
works and simplify each network.
a) [x ∨ (y ′ ∧ z) ∨ (x ∧ z ′ )] ∨ (y ∧ z).
b) x ∨ [y ′ ∨ (y ∧ z)′ ∨ z ′ ].