Show that the conditional statement is a Tautology without using truth tables

  • Thread starter Thread starter VinnyCee
  • Start date Start date
  • Tags Tags
    Conditional
AI Thread Summary
The discussion focuses on proving that the conditional statement [¬p ∧ (p ∨ q)] → q is a tautology without using truth tables. Participants reference DeMorgan's Laws and attempt various transformations of the expression to demonstrate its validity. An error is noted in the initial transformation, prompting a reevaluation of the logical equivalence between a → b and ¬a ∨ b. The conversation emphasizes the importance of correctly applying logical rules to arrive at the conclusion. Ultimately, the goal is to establish the tautological nature of the statement through logical reasoning.
VinnyCee
Messages
486
Reaction score
0

Homework Statement



Show that \left[\neg\,p\,\wedge\,\left(p\,\vee\,q\right)\right]\,\longrightarrow\,q is a tautology without using truth tables.



Homework Equations



DeMorgan's Laws, etc.



The Attempt at a Solution



\left[\neg\,p\,\wedge\,\left(p\,\vee\,q\right)\right]\,\longrightarrow\,q

by. EX 3 (see EX 8)

\left[\neg\,p\,\wedge\,\left(p\,\vee\,q\right)\right]\,\vee\,q

\left[p\,\wedge\,\neg\,\left(p\,\vee\,q\right)\right]\,\vee\,q

\left[p\,\wedge\,\left(\neg\,p\,\wedge\,\neg\,q\right)\right]\,\vee\,q

\left[\left(p\,\wedge\,\neg\,p\right)\,\wedge\,\left(p\,\wedge\,\neg\,q\right)\right]\,\vee\,q

\left[F\,\wedge\,\left(p\,\wedge\,\neg\,q\right)\right]\,\vee\,q

Now what?
 
Physics news on Phys.org
there is an error in your first line

a -> b is logicaly equivlent to ~a or b
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top