Can you please help me solve this ? This exercise says that we have the following statements:
$$\lnot a \rightarrow b\tag{1}$$ $$\lnot a \Leftrightarrow c\tag{2}$$ $$\lnot b \rightarrow d\tag {3}$$ $$\lnot a \rightarrow d\tag {4}$$ $$ \lnot d\tag{5}$$
All this statements are all simultaneously right, so I must find the values (true or false) for a,b,c,d. The problem is , I've already done three times the simplifications using: these laws(Section Laws ), but still had the same result $a \land \lnot d \land b$, and every time $c$ is disappearing. Can you please check if it's possible to get a result consisting of all a,b,c and d ? Thanks.