1,574 views
0 votes
0 votes
The consistency of a set of premises whose logical structure may be expressed by sentential connectives alone may be determined directly by a mechanical truth table test. The truth table for the conjunction of the premises is constructed.    
            
If $\textit{every entry}$ in the final column is $'F'$ i.e. False then the premises are $\textit{inconsistent}$ and if $\textit{at least}$ one entry is $'T'$ i.e. True then the premises are $\textit{consistent}$      
Consider two sets of premises as:    
    
i. $\{p \wedge \neg q ; (q \wedge p) \rightarrow r; \neg p \rightarrow \neg r ; (\neg q \wedge p) \rightarrow r\}$     
ii. $\{p;\neg p\}$      
Now, which one of the following statements is correct ?           
  1. System $(i)$ is consistent and System $(ii)$ is inconsistent    
         
  2. System $(ii)$ is consistent and System $(i)$ is inconsistent    
        
  3. Both systems $(i)$ and $(ii)$ are consistent    
         
  4. None of the systems are consistent

1 Answer

Best answer
2 votes
2 votes
  1. if could find atleast one case where is true on the conjunction of the below premises then consistent.
  • p $\wedge$ q
  • (q $\wedge$p) → r
  • p → r
  • (q’ $\wedge$ p) → r   

 

p $\wedge$ q’ is true at p=T and q=F

(q $\wedge$p) → r is true at r=T

p’ → r’ is true 

(q’ $\wedge$ p) → r   is true

At p=T q=F r=T conjunction of the premises is true then consistent.

  1. p $\wedge$ p’ is false in all cases. Therefore inconsistent.
  • p
  • p

so, i) is consistent ii) is inconsistent   A) is correct

selected by
Answer:

Related questions

734
views
2 answers
5 votes
ankitgupta.1729 asked Apr 15, 2023
734 views
How many assignments of truth values to distinct $P_1,P_2,P_3,...,P_n$ with $n \geq 5$ ... Try to construct the recurrence for the given problem and then solve it)
328
views
1 answers
0 votes
ankitgupta.1729 asked Apr 15, 2023
328 views
Suppose two premises are given as:   $(1)$ Either Mary gives Peter his toy or Peter is going to cry.     $(2)$ Mary does not give Peter his ... .       Conclusion 'Peter is not going to cry' logically follows from the above two premises.
531
views
1 answers
2 votes
ankitgupta.1729 asked Apr 15, 2023
531 views
In the $\textit{theory of inference},$ we begin with a set of formulas which we call $\textit{premises/ hypotheses}$ and using some rules we obtain some ... premises          Premise $(1)$ and $\neg C$ does not tautologically imply $S$
725
views
2 answers
3 votes
ankitgupta.1729 asked Apr 15, 2023
725 views
 To decide an argument is $\textit{valid}$ with $n$ distinct premises as $P_1,P_2,...,P_n$ and conclusion $C$ ... we $\textit{can't}$ infer $R \rightarrow S$ from $P_1,P_2,...,P_n.$