If $\varphi$ is a $wff$, then there exist $\varphi^c$ and $\varphi^d$ on conductive normal form and disjunctive normal form respectively, such that $\varphi \sim \varphi^c$ and $\varphi \sim \varphi^d$.
I tried to prove it using induction. For the first case, $\top$ and $\bot$ are trivially $DNF$'s and $CNF$'s, and so is $p \in \Sigma$ for every $p$.
Now for the induction process, let's first consider the case where $\varphi = \neg \chi$ for some $\chi \in L_{\Sigma}$, assuming that $\chi$ has already both a $DNF$ and a $CNF$. Then, using De Morgan's laws, $$\varphi = \neg \chi \sim \neg \chi^d = \neg \left( \bigvee_{i=1}^n \bigwedge_{j=1}^m \xi_{ij}\right) = \bigwedge_{i=1}^n \left( \neg \bigwedge_{j=1}^m \xi_{ij}\right) = \bigwedge_{i=1}^n \bigvee_{j=1}^m(\neg \xi_{ij})$$ which is a $CNF$ for $\varphi$. Similary, $$\varphi = \neg \chi \sim \neg \chi^c = \neg \left( \bigwedge_{i=1}^n \bigvee_{j=1}^m \xi_{ij} \right)= \bigvee_{i=1}^n \left( \neg \bigvee_{j=1}^m \xi_{ij}\right) = \bigvee_{i=1}^n \bigwedge_{j=1}^m (\neg\xi_{ij}) $$ which is a $DNF$ for $\varphi$. The problem now comes when dealing with the connectives $\vee, \wedge, \rightarrow, \leftrightarrow$. Any help with that would be highly appreciated. Thank you.
Assume $\varphi = \chi_1 \land \chi_2$
Then $$\varphi = \chi_1 \land \chi_2 \sim \chi_1^d \land \chi_2^d = \left( \bigvee_{i=1}^n \bigwedge_{j=1}^m \xi_{1ij} \right) \land \left( \bigvee_{i=1}^n \bigwedge_{j=1}^m \xi_{2ij} \right)$$
Now distribute $\land$ over $\lor$ ... sorry, there is no nice way to put that into a formula, but just to give an example:
$\chi_1^d = (\xi_{111} \land \xi_{112}) \lor (\xi_{121} \land \xi_{121})$
$\chi_2^d = (\xi_{211} \land \xi_{212}) \lor (\xi_{221} \land \xi_{221})$
Then
$$\chi_1^d \land \chi_2^d = ((\xi_{111} \land \xi_{112}) \lor (\xi_{121} \land \xi_{121})) \land (\xi_{211} \land \xi_{212}) \lor (\xi_{221} \land \xi_{221}) =$$
$$(\xi_{111} \land \xi_{112} \land \xi_{211} \land \xi_{212}) \lor (\xi_{111} \land \xi_{112} \land \xi_{221} \land \xi_{221}) \lor (\xi_{121} \land \xi_{122} \land \xi_{211} \land \xi_{212}) \lor (\xi_{121} \land \xi_{122} \land \xi_{221} \land \xi_{221})$$
and so is in DNF
Similar for the others ...