This document defines and provides examples of basic concepts in propositional logic, including:
1. Propositions are declarative sentences that are either true or false. Common propositional variables include p, q, r.
2. Logical connectives combine propositions and include negation (¬p), conjunction (p∧q), disjunction (p∨q), conditional (p→q), biconditional (p↔q). Truth tables define the truth values of connected propositions.
3. Relations between conditionals include the converse, contrapositive, and inverse. Examples show how to derive these from a given conditional statement.