Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

I'm trying to learn and understand how to simplify a proposition using the laws of logic

Writer Emily Wong
$\begingroup$

I missed a couple of lectures in college where we where learning how to simplify propositions e.g

Use the laws of logic to show that Β¬(π‘ž β†’ 𝑝) ∨ (𝑝 ∧ π‘ž) simplifies to q

I searched online for a tutorial on how to do them however there isnt really any decent tutorial on the ineternet that gives you a step instruction of what to do and why each step that was carried out was done.

It would really help if someone can simplify the following two propositions and explain how and why for each step. I know the basics of logic I just dont know how to, when, where and why to apply the laws of logic to simplify a proposition.

Here are the following laws of logic we need to know and the two questions are below.

Equivalence law p ↔ q ≑ (pβ†’q) ∧ (q β†’p)

Implication law p β†’ q ≑ Β¬p ∨ q

Double negation law ¬¬p ≑ p

Commutative laws p ∨ q ≑ q ∨ p / p ∧ q ≑ q ∧ p

Associative laws p ∧ (q ∧ r) ≑ (p ∧ q) ∧ r / p ∨ ( q ∨ r) ≑ ( p ∨ q ) ∨ r

Idempotent laws p ∧ p ≑ p p ∨ p ≑ p

Distributive laws p ∧ (q ∨ r) ≑ (p ∧ q)∨ (p ∧ r) p ∨ (q ∧ r) ≑ (p ∨ q)∧ (p ∨ r)

De Morgan’s laws Β¬(p ∧ q) ≑ Β¬p ∨ Β¬q / Β¬(p ∨ q) ≑ Β¬p ∧ Β¬q

Identity laws p ∧ T ≑ p / p ∨ F ≑ p

Annihilation laws p ∧ F ≑ F / p ∨ T ≑ T

Inverse laws p ∧ Β¬p ≑ F / p ∨ Β¬p ≑ T

Absorption laws p ∧ (p ∨ q) ≑ p / p ∨ (p ∧ q) ≑ p

  1. Show using the laws of logic that Β¬[𝑝 ∨ Β¬(𝑝 ∧ π‘ž)] is a contradiction

  2. Use the laws of logic to show that [Β¬(𝑝 β†’ π‘ž) ∨ (𝑝 ∧ π‘ž)] β†’ (𝑝 ∨ π‘ž) is a tautology. Verify your answer using a truth table

$\endgroup$

3 Answers

$\begingroup$

HINT: I’d start by getting rid of the implication:

$$\begin{align*} \neg(q\to p)\lor(p\land q)&\equiv\neg(\neg q\lor p)\lor(p\land q)\\ &\equiv\big(\neg(\neg q)\land\neg p\big)\lor(p\land q)\\ &=(q\land\neg p)\lor(p\land q) \end{align*}$$

So far I’ve used implication, De Morgan, and double negation. Now see if you can use a commutative law, a distributive law, an inverse law, and an identity law to finish it off.

$\endgroup$ $\begingroup$

For 1:

$\neg [p \lor \neg(p \land q)] \equiv$ (De Morgan's Laws)

$\neg p \land \neg \neg(p \land q) \equiv$ (Double negation law)

$\neg p \land (p \land q) \equiv$ (Associative Law)

$(\neg p \land p) \land q \equiv$ (Commutative Law)

$(p \land \neg p) \land q \equiv$ (Inverse Law)

$F \land q \equiv$ (Annihilation Law)

$F$

$\endgroup$ $\begingroup$

Β¬(π‘ž β†’ 𝑝) ∨ (𝑝 ∧ π‘ž) given

≑ Β¬(Β¬π‘ž ∨ 𝑝) ∨ (𝑝 ∧ π‘ž) definition of if then

≑ (π‘ž ∧ ¬𝑝) ∨ (𝑝 ∧ π‘ž) de morgan's law

≑ (π‘ž ∧ ¬𝑝) ∨ (π‘ž ∧ 𝑝) just rearranged (communicative ?)

≑ π‘ž ∧ ( (¬𝑝) ∨ (𝑝) ) distributive prop.

( (¬𝑝) ∨ (𝑝) ) is a tautology

π‘ž ∧ TRUE ≑ π‘ž

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking β€œPost Your Answer”, you agree to our terms of service, privacy policy and cookie policy