below is proposition
"When A holds, if B holds C holds, if B does not hold C also does not holds. Regardless of B,C if A does not hold, then D does not hold. "
Write the above sentence with a propositional formula.
$A \implies (B \implies C)$
$A \implies ( \sim B \implies \sim C)$
$\sim A \implies \sim D$
Suppose that the sentence with proposition above is holds. At this time, determine the truth of "If both C and D hold, then B holds."
is this mean i have to find :
$(A \implies (B \implies C) \land (A \implies ( \sim B \implies \sim C)) \land (\sim A \implies \sim D)) \implies ((C \land D) \implies B)$
is tautology or not?
I draw the table , but there is false so it means the proposition does not holds?
$$C\implies B\equiv \neg C\lor B$$ $$D\implies(C\implies B)\equiv \neg D\lor\neg C\lor B\equiv \neg(C\land D)\lor B\equiv(C\land D)\implies B$$ We have two true sentences in your conjunction. $Q.E.D.$ Edited: This is the final step following my last statement in comments, but the core of the problem is here: Looking at $A$ I wrote has to hold necessarily (transitivity of the implication) @kili asked for an explanation when rewriting the implication using $\lor\;\&\;\land$. In that case, it appears, the conjunction has to be true (read more on CNF & DNF), it can be checked by plugging into all the truth values $1,0$ for each of the subsentences.