Convert Conjunctive normal form to disjunctive normal form

rootmeister64

New member
Joined
Nov 7, 2020
Messages
10
Hello,

I have the following formula in CNF:
1614890853268.png

If I negate this formula twice, I can convert this formula to DNF.
The next three steps are clear to me:
1614890989750.png
However there is one more step that I do not understand:
1614891099137.png

De Morgan's law has been used to get from step 2 to step 3. However, I do not understand the method used to get from step 3 to step 4.
My question is: Which method has been used to get from step 3 to step 4?

I would be very grateful if someone could explain the method that has been used to negate the formula in step 3.
Thank you very much!
 
Very briefly, in your second-last line, the outer bracket contains an expression in full disjunctive normal form, containing 2 of the 8 possible combinations of the 3 variables or their negations. Therefore the negation of this is simply the disjunction of the other 6 possible combinations! (Your final line).
Hope this helps. If you need any clarification, that's OK.
 
Very briefly, in your second-last line, the outer bracket contains an expression in full disjunctive normal form, containing 2 of the 8 possible combinations of the 3 variables or their negations. Therefore the negation of this is simply the disjunction of the other 6 possible combinations! (Your final line).
Hope this helps. If you need any clarification, that's OK.
Thank you very much! Now I understand the last step.
 
Top