I am supposed to find a formula for $P \land Q$ using the logical connective $\uparrow$
$P \uparrow Q$ means that not both $P$ and $Q$ is true.
I have already found that
$P \lor Q \equiv (P\uparrow P)\uparrow (Q \uparrow Q)\quad$(1.)
$\neg P \equiv P\uparrow P \quad$ (2.)
I want to use laws like DeMorgan's laws and not use an intuitive argument. Here is my approach:
$P\land Q \equiv \neg (\neg(P\land Q)) \equiv \neg ( \neg P \lor \neg Q)$
From here I can certainly use (1.) and (2.) to come up with a very bulky formula by just applying them over and over, but I can reason myself to that I should be able to get the formula
$(P \uparrow Q)\uparrow (P\uparrow Q)\quad$ (3.)
I just can't figure out how?