1,402 views
1 votes
1 votes

Show that each of these conditional statements is a tautology by using truth tables.

  1. $(p \wedge q) \rightarrow p $
  2. $ p \rightarrow (p \vee q)$
  3. $\sim p \rightarrow (p \rightarrow q)$
  4. $(p\wedge q)\rightarrow (p \rightarrow q)$
  5. $\sim (p \rightarrow q) \rightarrow p$
  6. $\sim(p \rightarrow p) \rightarrow \sim q$

1 Answer

2 votes
2 votes

a)

p

q

p^q

~(p^q)

(p^q)->p=~(p^q) v p

0

0

0

1

1

0

1

0

1

1

1

0

0

1

1

1

1

1

0

1


 

b)

p

q

p v q

p->(p v q)= ~p v (p v q)

0

0

0

1

0

1

1

1

1

0

1

1

1

1

1

1



 

c)

p

q

p->q= ~p v q

~p->(p->q)=p v (p->q)

0

0

1

1

0

1

1

1

1

0

0

1

1

1

1

1








 

d)

p

q

p^q

p->q

(p^q)->(p->q)= ~(p^q) + (p->q)

0

0

0

1

1

0

1

0

1

1

1

0

0

0

1

1

1

1

1

1



 

e)

 

p

q

p->q

~(p->q)->p = (p->q) + p

0

0

1

1

0

1

1

1

1

0

0

1

1

1

1

1



 

f)

 

p

q

~(p->p)=~(~p v p)=0

~(p->p)-> ~q = (p->p) v ~q= 1 v q=1

0

0

0

1

0

1

0

1

1

0

0

1

1

1

0

1

 

Here are the answers. :)

Related questions

3 votes
3 votes
2 answers
2
Pooja Khatri asked Mar 16, 2019
1,199 views
Why are the duals of two equivalent compound propositions also equivalent, where these compound propositions contain only the operators $\wedge, \vee, \sim ?$
2 votes
2 votes
3 answers
3
0 votes
0 votes
2 answers
4