MHB Simplify Logic using One Connective: Solving ((q→p) ^ (p→r))→(r→q)

  • Thread starter Thread starter c4nn3t
  • Start date Start date
  • Tags Tags
    Logic
c4nn3t
Messages
3
Reaction score
0
So I've got

((q→p) ^ (p→r))→(r→q)

And I have to simplify it down as much as possible using only one logical connective for the end result (not one type, just one total). Here's been my workflow so far:

((¬q v p) ^ (¬p v r))→(¬r v q)
¬((¬q v p) ^ (¬p v r)) v (¬r v q)
¬(¬q v p) v ¬( ¬p v r)) v (¬r v q)
(q ^ ¬p) v (p ^ r) v (¬r v q)

From here, I'm not sure how to boil down this DNF form into a single 'x and/or/implies y'

Mucho thanks in advance ;)
 
Physics news on Phys.org
c4nn3t said:
(q ^ ¬p) v (p ^ r) v (¬r v q)
The middle disjunct should be $p\land\neg r$.

Use the fact that $(x\land y)\lor x=x$. Indeed,
\[
(x\land y)\lor x=(x\land y)\lor (x\land 1)=x\land (y\lor 1)=x\land 1=x.
\]
 
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