- #1
Yankel
- 395
- 0
Hello all,
I am trying to bring this:
[tex](p \iff q ) \implies r[/tex]
into a CNF form. I have started with the logical equivalences:
[tex](p \implies q) = \lnot p\lor q[/tex]
[tex](p \iff q) = (p \land q)\lor (\lnot p \land \lnot q)[/tex]
and then I have applied De Morgan's rules and the distribution rules, but unsuccessfully. I do know that every statement has a CNF. Can you please assist me with finding it?
Thank you in advance.
I am trying to bring this:
[tex](p \iff q ) \implies r[/tex]
into a CNF form. I have started with the logical equivalences:
[tex](p \implies q) = \lnot p\lor q[/tex]
[tex](p \iff q) = (p \land q)\lor (\lnot p \land \lnot q)[/tex]
and then I have applied De Morgan's rules and the distribution rules, but unsuccessfully. I do know that every statement has a CNF. Can you please assist me with finding it?
Thank you in advance.