Discrete Math: Proving something is logically equivalent

sjung915
Messages
4
Reaction score
0

Homework Statement


Show that (p ∧ q) → r and (p → r) ∧ (q → r) are not
logically equivalent.


Homework Equations


a → b = \nega v b



The Attempt at a Solution


I'm sorry. I'm completely stumped on how to go about this problem. I'm not asking for the solution since I want to know how to do this instead of just getting the answer. Any help would be appreciated. Thank you.
Here is what I had just so no one thinks I didn't try.

(p ∧ q) → r
=> \neg ( p \wedge q ) \vee r
=> (\negp \wedge \negq ) \vee r
=> (switched it around) r \vee (\negp \wedge \negq )
=> (distributed) (r \vee \negp ) \wedge ( r v \neg q)
=> (\negp v r ) \wedge (\negq v r )
=> (p -> r ) \wedge (q -> r)

It said disprove but somehow I'm getting that they are L.E.
 
Last edited:
Physics news on Phys.org
If you want to prove they are not equivalent then just figure out how you can assign true and false values to p, q and r so that the two sides give you different values.
 
Dick said:
If you want to prove they are not equivalent then just figure out how you can assign true and false values to p, q and r so that the two sides give you different values.

That makes sense. Here is what I got, please correct me if I'm wrong.

Let
p = true
q = false
r = false
then (p ∧ q) → r is true.
and (p → r) ∧ (q → r) is false.
Hence it's not L.E.

Any mistakes?
 
sjung915 said:
That makes sense. Here is what I got, please correct me if I'm wrong.

Let
p = true
q = false
r = false
then (p ∧ q) → r is true.
and (p → r) ∧ (q → r) is false.
Hence it's not L.E.

Any mistakes?

Looks ok to me. true → false is false. false → false is true.
 
Last edited:
As far as the original logic goes...

sjung915 said:
=> \neg ( p \wedge q ) \vee r
=> (\negp \wedge \negq ) \vee r

Your problem is here.
not (p and q) = (not p OR not q)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top