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.