Simplify the proposition ¬(p∧q)∧(p∨¬r)

378 Views Asked by At

I can not come up with anything concrete,

$$¬(p∧q)∧(p∨¬r)$$

Thanks!

3

There are 3 best solutions below

0
On

Nnn...nope, that's about as simple as you will get.

Use deMorgan's Negation and you obtain CNF (Conjunctive Normal Form).

$$\lnot(p\land q)\land(p\lor\lnot r) ~\iff~ (\lnot p\lor \lnot q)\land (p\lor\neg r)$$

0
On

According to De Morgan's Law,

$\neg(p\cap{q})\cap(p\cup\neg{r})\equiv(\neg{p}\cup\neg{q})\cap(p\Rightarrow{r})$. Look up for the Truth table, that will give you a better clue on how to approach such questions.

0
On

Any solution of the form $p \circ q \circ' r$ needs parenthesis, and this means that we are effectively looking at $p \circ'' s$ which isn't complex enough to return the values required.