I got a propositional formula and would like to know on how to construct a DNF equivalent step by step.
Here goes the formula: P<->(¬Q->R)
I got a propositional formula and would like to know on how to construct a DNF equivalent step by step.
Here goes the formula: P<->(¬Q->R)
Here's one way, which is conceptually illuminating about what's going on in finding DNF forms.
Write down a truth-table for the formula:
Now look at the lines where the wff comes out true and write down the conjunction corresponding in the obvious way to the assignment of truth-values to the atoms on each of those line:
So our wff is true just whenever one of those conjunctions is true. So
And we have a wff in DNF which is equivalent to the original one! Moreover, we see why the resulting wff is the correct DNF form.