In propositional logic, the statement "If pigs can fly, then elephants can lay eggs." validates to true because the antecedent validates to false.
In other words, given $a \rightarrow b$, if a is false, the entire statement is true. Why?
Just because the antecendent is false doesn't mean that another fact depends on it, right?