need help with boolean algebra (logics)

40 Views Asked by At

for boolean algebra, what is the contrapositive of an "all" statement and an "some not" statement

1

There are 1 best solutions below

0
On BEST ANSWER

Since the contrapositive of the implication $p \implies q$ is $\neg q \implies \neg p$, you first want to rewrite your statements as an implication. So "All politicians are liers" becomes "If X is a politician, then X is a liar", and the contrapositive is "If X is not a liar, then X is not a politician".