-
I'm opening this discussion in response to your email. To be clear, the Problem is: Problem 4.10.Looking at set expressions involving just the operations For example, a counter-example to the equality is Now the left hand expression evaluates to Explain how, given a set-theoretic equality between two set expressions that is not valid, to construct a counter-example using any truth assignment that falsifies the corresponding propositional equivalence. Conclude that any set equality that is valid in a domain of size one will be valid in all domains. I cannot find where your solution is. Can you point me to it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Sorry. The README.md again is too big. I changed now and reviewed my solution by fixing some small errors (I committed to github "update Problem 4.10 and 15.8.2" just now). See You can copy the contents into https://stackedit.io/app# to render correctly. |
Beta Was this translation helpful? Give feedback.
-
I'll post the solution here for easier discussion.
Since we get the final expression, it is easy to show the counter-example or directly show the equality "is not valid". If wanting to make connection with the "truth assignment" anyway, we can use
Focus on the 2nd to last equation sequence in p107, we only need to care about each propositional literal like Then for "a domain of size one" like we choose Then all possible truth assignment for the truth table can be tested in "a domain of size one". |
Beta Was this translation helpful? Give feedback.
-
Okay, it's a vague, open-ended "explain" question so I would not take it too seriously. I'm not sure how your proof So it's just asking "explain in general" not "explain in this particular example". At least that's how I understood it. The problem is written very poorly, as is quite common in this book. As I understand, the exercises are written with a classroom in mind, so you would explain it to the professor in person. I think in your explanation you got the right idea. And since it's a vague question it's difficult to give a precise answer. It's an ESSAY question. I would say something like this:
where each literal is of the form
For the second part of the question: (Conclude that any set equality that is valid in a domain of size one will be valid in all domains.) I would say:
|
Beta Was this translation helpful? Give feedback.
Okay, it's a vague, open-ended "explain" question so I would not take it too seriously.
I'm not sure how your proof$z \in A - (B \cup C) \iff z \in (A-B) \cap (A - C)$ (last line should have $z \in$ ) is relevant... the question is stated "generally". The wrong set equality was just given as an example of a "broader idea".
So it's just asking "explain in general" not "explain in this particular example". At least that's how I understood it.
The problem is written very poorly, as is quite common in this book. As I understand, the exercises are written with a classroom in mind, so you would explain it to the professor in person.
I think in your explanation you got the right idea. And since …