2

I'm really new to logic and I'm wondering whether the formula above is a tautology.

I know that a tautology is a statement that's always true. I'm stuck.

amWhy
  • 209,954

2 Answers2

3

It may be informative to convert your original expression to disjunctive normal form: $$ [(A\to B)\to B]\to A\equiv(\neg A\land\neg B)\lor A. $$ Thus, you can see the counterexample Shaun gave is actually the only counterexample for which your desired implication is not true; that is, any other choice of truth values for $A$ and $B$ will result in a true implication.

2

No. If $A$ is false and $B$ is true, then the formula is false.

Shaun
  • 44,997