This is the Exercise 7 in 《Logic for Computer Scientist》(Uwe Schoning)
Exercise 7: Give an example of a 3-element set M so that M is not
satisfiable, but every 2-element subset of M is satisfiable. Generalize your
example to n-element sets.
I am stuck in this question for a while. I intuitively thought it was easy, while it was not for me at least :(.
I think there may be something wrong in my understanding and this answer should help me a lot .
Thanks.
For $3$ elements: $$a,b,(\text{not }(a \text{ and } b))$$ For $n$ elements: $$a_1,a_2,\ldots,a_{n-1},(\text{not }(a_1 \text{ and } a_2 \text{ and }\ldots\text{ and }a_{n-1}))$$