This is one of the example problems in Velleman's How to Prove book:
Analyze the logical forms of the following statements.
- All married couples have fights.
Solution:
∀x∀y(M(x, y) → F(x, y)), where M(x, y) means “x and y are married to each other” and F(x, y) means “x and y fight with each other.”
But shouldn't the logical form should be like this:
∀x∀y((M(x, y) → F(x, y)) ∧ $ x \ne y $)
because one cannot be married to himself.
If one CAN be married to oneself, $M(x,x)$ will be true for that person.