I've been working my way through a logic textbook and I recently came across this problem:
B and D are statement forms such that B → D is a tautology. Now, if b and d have no statement letters in common, show that either b is contradictory or d is a tautology.
This threw me off completely and I am not exactly sure how exactly to go about approach this. Any hints/help would go a long way.
HINT:
Do this by Contraposition: Show that if $B$ is not a contradiction, and $D$ is not a tautology, then $B \to D$ is not a tautology.
The basic idea is this: If $B$ is not contradiction, then it can possibly be True. More precisely: there is an assignment $v_1$ of truth-values to the variables involved in $B$ that will end upo making $B$ true. Also, if $D$ is not a tautology, then it is possible for it to be False: there is an assignment $v_2$ of truth-values to the variables involved in $D$ that will end up making $D$ False. But, since $B$ and $D$ share no variables, we can combine $v_1$ and $v_2$ into one big truth-value assignment $v$, and since $v$ will set $B$ to True and $D$ to false, this assignment will set $B \to D$ to False, and hence $B \to D$ is not a tautology.