Is it possible to express $p \land q$ using only the symbols $p$ $q$ $⊕$ $∼$ $( )$? If it is indeed possible can you prove it using logical equivalence laws? If it is not possible could you explain why.
Thank you :)
lots of trial and error/ brute force to no avail. Tried rearranging using laws of logical equivalences. Not sure how to go about it. I'm starting to think that it can't be proved. Do you have any understanding to why it could not be proved?
$(\sim A) \oplus B = \sim(A \oplus B)$, so every expression can be written as $\sim f(P, Q)$ or as $f(P, Q)$ where $f(P,Q)$ doesn't contain any $\sim$.
$\oplus$ is associative and commutative, so each of those expressions is equivalent to an expression $g(P) \oplus h(Q)$, and there are only 3 possible unary operators.
So there are only a few cases to check.