Although this question is posted here,still i am posting this because the solution present there is copied from here and also i want to know flaw in my approach.
Question
If Mr.M is guilty, then no witness is lying unless he is afraid. There is a witness who is afraid. Which of the following statements is true?
- Mr.M is guilty.
- Mr.M is not guilty.
- From these facts one cannot conclude that Mr.M is guilty.
- There is a witness who is lying.
- No witness is lying.
Hint: Formulate the problem using the following predicates
$G$ − Mr.M is guilty
$W(x)$ − $x$ is a witness
$L(x)$ − $x$ is lying
$A(x)$ − $x$ is afraid
My Approach
As we know that $p \rightarrow q \equiv \text{q unless p'}$
I can write the entire sentence into logical equation as
$(G\rightarrow (W(x) \wedge L(x))) \text{unless } A(x)$
$\equiv A(x) ^{'} \rightarrow (G\rightarrow (W(x) \wedge L(x)))$
Now it is given that $A(x)$ is true hence LHS becomes false and hene entire statement becomes true and hence it is independent of RHS .So option $3$ is true.
Am i doing right? please help
Your formulation lacks quantifiers. The given statements are
Using $P\to Q \equiv \neg P \vee Q$ we may write the first statement as $$G\rightarrow \bigg( \forall x\colon \neg W(x) \vee A(x) \vee \neg L(x) \bigg).$$
Define $Q \equiv \forall x\colon \neg W(x) \vee A(x) \vee \neg L(x)$, so that we have $G\to Q$. Given $G\to Q$ the only conclusion about $G$ we can make is that when $Q$ is false, $G$ has to be false (since $G\to Q\equiv \neg Q\to\neg G$). Hence, we can never conclude that $G$ is true from this. But we also can not show that $Q$ is false, since our only known person $x$ does not falsify $Q$. Hence, we can not determine the truth value of $G$.