$\left(\forall x \cdot p(X) \Rightarrow q(X)\right) \wedge p(Y) \Rightarrow q(Y)$
At first glance this seems like a tautlogy and that's what my notes say. But an interpretation where $p$ is always true and $q$ is always false seems to be a counterexample.
Can someone confirm this or show me where I've gone wrong?
Thanks.
It is not a counterexample. In the case where $p$ is always true and $q$ is always false you have $$(\forall X ,p(X) \Rightarrow q(X)) \qquad \mbox{ false}$$ $$(\forall X ,p(X) \Rightarrow q(X)) \wedge p(Y)\qquad \mbox{ false}$$ $$(\forall X ,p(X) \Rightarrow q(X)) \wedge p(Y) \Rightarrow q(Y)\qquad \mbox{ true}$$ since $\mbox{ false} \Rightarrow \mbox{ true}$ is true.