I have the following: p(X) → NOT p(X)
The exercise requires to find an interpretation that makes the expression true and one that makes the expression false.
So my reasoning was this, obviously if the rhs is true the lhs will be false and viceversa, so keeping in mind the truth table for logical implication I would want the left side to be false and the right to be true for the whole expression to be true (right?)
So for my first interpretation I take {a} as domain. And set p(a) as false, which makes the right side true and the expression true.
For the second interpretation I still take {a} as domain but set p(a) to be true, which would make the right side false and the expression false.
However the solutions say the opposite. As in p(a) being true makes the expression true and p(a) being false makes the expression false.
Can anyone help me with this? I don't get what I'm missing...