Consider set of boolean functions of 5 variables: $x_1, x_2, x_3, x_4, x_5$. Let $p = x_1x_3$ and define complement of $p$ as follows: $c(p) = x_2x_4x_5$.
Is it possible to construct a general formula which would provide a complement for arbitrary product using variables $x_1, \ldots, x_5$ and operations $\lor$, $\lnot$ (thus $\land$, $\oplus$)? For example, formula $\overline{x_1x_2x_3x_4x_5}\land p$ gives $p\land\overline{c(p)}$. I'm looking for general expression which would give $c(p)$.