Equivalence of (P -> R) V (Q -> R) and (P ∧ Q) -> R

  • Thread starter Thread starter Dysnex
  • Start date Start date
  • Tags Tags
    Equivalence
Dysnex
Messages
2
Reaction score
0
I can see how the equivalence can formulated with

(P -> R) V (Q -> R)
= (¬P V R) V (¬Q V R)
= (¬P ∧ ¬Q) V R
= ¬(P ∧ Q) V R
= (P ∧ Q) -> R
(Sorry, I would've written this in LaTeX if I were more competent.)

although I still it counter-intuitive and, at a glance, first thought it was (P V Q) -> R. I asked someone else and they also arrived at (P V Q) -> R, which seems to contradict(?) the above formulation and the book's answer key. Am I missing something?

Any help would be appreciated, thanks!
 
Physics news on Phys.org
You have a typo on the third line: it's supposed to be "(¬P V ¬Q) V R" and then by DeMorgan's rule you get the 4th line ¬(P ∧ Q) V R. Maybe that was bothering you?

As for the intuitiveness of it. Think about when any of (P -> R) V (Q -> R) and (P ∧ Q) -> R are false: only when both P and Q are true but R is false; in both expressions. In all the other cases both expressions are true simultaneously. Maybe if you write truth tables for them it would be easier to see it.
 
Last edited:
If p or q are false the statement (P^Q)-> R will always be true. The same can be said for the statement (P -> R) V (Q -> R). If the first statement in P->Q is false then P ->Q will always be true.
 
tauon is right about the typo. Adding a step or so will reveal why:

Original -

(¬P V R) V (¬Q V R)
= (¬P ∧ ¬Q) V R

New -

(¬P V R) V (¬Q V R)
(¬P V (R V ¬Q) V R) Association
(¬P V (~Q V R) V R) Commutation
(¬P V ~Q) V (R V R) Association
(¬P V ~Q) V (R) Idempotence

The conjunct doesn't even enter into this up to here. Now, go on to DeMorgan etc., as tauon says.
 
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Thread 'Detail of Diagonalization Lemma'
The following is more or less taken from page 6 of C. Smorynski's "Self-Reference and Modal Logic". (Springer, 1985) (I couldn't get raised brackets to indicate codification (Gödel numbering), so I use a box. The overline is assigning a name. The detail I would like clarification on is in the second step in the last line, where we have an m-overlined, and we substitute the expression for m. Are we saying that the name of a coded term is the same as the coded term? Thanks in advance.
Back
Top