Propositional logic uses symbols and logical connectives to evaluate the validity of compound statements based on the validity of atomic statements. Natural deduction and resolution are deductive systems that use inference rules to prove statements. Natural deduction is sound and complete, while resolution is also complete. Propositional resolution can check validity by constructing a refutation tree, and linear resolution with Horn clauses is efficient for this task like the logic programming language Prolog.