Is This Expression a Tautology?

  • Thread starter Thread starter aeronautical
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
aeronautical
Messages
33
Reaction score
0

Homework Statement



Determine if the following is a tautology:

((p → q) Ʌ (q → p) → (p Ʌ q)

I don´t know how to show this. Can somebody pls show me all the steps
 
Physics news on Phys.org
Make the following table:

p|q|p → q|q → p|(p → q) Ʌ (q → p)|p Ʌ q|((p → q) Ʌ (q → p) → (p Ʌ q)
T|T|
T|F|
F|T|
F|F|

Now finish this table, if the last column yields true for all possible values for p and q then ((p → q) Ʌ (q → p) → (p Ʌ q) is a tautology.
 
Cyosis said:
Make the following table:

p|q|p → q|q → p|(p → q) Ʌ (q → p)|p Ʌ q|((p → q) Ʌ (q → p) → (p Ʌ q)
T|T|
T|F|
F|T|
F|F|

Now finish this table, if the last column yields true for all possible values for p and q then ((p → q) Ʌ (q → p) → (p Ʌ q) is a tautology.

im sorry but I am lost. this is very tricky. i don't understand this table
 
I have basically chopped your original expression into chunks. Every column of the table has a term of the original expression in it and I have used | to separate the columns. The last column has the entire expression in it.

Lets finish the first row:
p and q are true so q->p is true and p->q thus (p → q) Ʌ (q → p) is true. On the other hand we have p Ʌ q which is true so now we have all components that we want. So we can conclude, since (p → q) Ʌ (q → p) is true and (p Ʌ q) is true, ((p → q) Ʌ (q → p) → (p Ʌ q) must be true.

Now try to work your way through the other values of initial p and q. Note that I put all possible combinations in the first two columns.