This document introduces logical operators and compound statements. It defines logical operators as words or symbols that combine statements to form new statements. The four main logical operators discussed are conjunction ("and" symbolized as ^), disjunction ("or" symbolized as _), negation ("not" symbolized as :), and conditional ("if...then" symbolized as !). Truth tables are provided to show the truth values of statements combined with these operators. The document also discusses tautologies, contradictions, and the biconditional operator ("if and only if" symbolized as $).