$F(A, B, C, D) = (A'+B'+C')(A'+B')(A'+C')$
I am trying to simplify this and first tried doing something like: $(A'1+C)$ since $x'1$ is still $x$. I then did $1+C=1$, resulting in $A'1 = A'$, for that piece. I did the same for $(A'+B')$, however, is this allowed? If not, why? And what are the correct steps?
First use distribution $(P+Q)(P+R)(P+S)=P+(Q)(R)(S)$
Then use redundancy $(P+Q)\,Q=Q$
Then use something.