Would absorption law work for statements with neagations in them like $( \neg q \land \neg r) \lor r$?
Asked
Active
Viewed 2,915 times
2
-
1Is the absorption law the distribution law? – recmath Dec 06 '14 at 04:00
-
but isn't distributive law the case where the 3 variables are all different? – Extreme112 Dec 06 '14 at 04:02
-
According to wikipedia there is an absorption law that states that if $P \rightarrow Q$ then $P \rightarrow P \wedge Q.$ – recmath Dec 06 '14 at 04:08
-
So if I simplified this would I get $(r \lor \neg q) \land (r \lor \neg r)$? – Extreme112 Dec 06 '14 at 04:11
1 Answers
2
Perhaps this is what you want: $$ ( \neg Q \land \neg R) \lor R = (\neg Q \lor R) \land (\neg R \lor R) $$
Note that $\neg R \lor R$ is always true, so the above becomes: $$\neg Q \lor R.$$
Graham Kemp
- 129,094
recmath
- 2,738