Exercise 1.7

Given sets A, B, and C, express each of the following sets in terms of A, B, and C, using the symbols , and .

D = {xx A and (x B or x C}, E = {x(x A and x B) or x C}, F = {x A and (x B x C)}.

Answers

First, we obviously have

D = A (B C) E = (A B) C,

noting that DE generally though they appear similar. Regarding F we have the following sequence of logical equivalences:

x F x A (x B x C) x A (xB x C) x A ¬(x B xC) x A ¬(x B C) x A xB C x A (B C)

so that of course F = A (B C).

User profile picture
2019-12-01 00:00
Comments