I have $A$ and $B$ that are contingent formulas. I have to prove that $A \land B $ can not be logically true and $A \lor B$ can not be logically false. How to start unfolding these questions? I know that a formula is logically false iff it is not realizable and that a formula is realizable if it is true in all propositional calculus models.
Let $M$ be a model and if $M \models A$ then $M \models B$ because $M \models A \land B$. If $A = \neg B$ then $¬B∧B$ and then M can not be model because $M \models B$ and $M \models \neg B$ can not be true at the same. So $A \land B$ can not be logically true. Is this ok or am I totally in the wrong path?