My question is this :
For every proposition $A$ and atom $p$ ,show that there exist proposition $B$ and $C$ which $p$ doesn't appear on both of them and $\models A \leftrightarrow ((p \wedge B) \vee(\neg p \wedge C))$ .
I know that I should prove for every interpretation $I$ ,$I(A) = I((p \wedge B) \vee(\neg p \wedge C))$. I don't have any idea how I can make $B$ and $C$ and prove this.Can anyone help me?
Hint
You have to try by induction on the lenght of $A$, assuming for simplicity the complete set of connectives :
Base case
We have that $A$ is $q$ for some atom $q$.
Then, we can check with truth-table that :
Induction step
(i) We have to consider the case where $A$ is $A_1 \land A_2$.
By induction hypotheses :
We must exploit the fact that : $(a \lor b) \land (c \lor d)$ is equivalent to : $(a \land c) \lor (b \land d)$.
Thus, we have that :
(ii) The same for $\lor$.
(iii) Finally, we have to consider the case where $A$ is $\lnot A_1$ and we assume that : $\vDash A_1 \leftrightarrow (p \land B_1) \lor (\lnot p \land C_1)$.
Thus :