Symbolic Logic explores the principles of formal reasoning and the use of symbols to represent logical expressions.
A proposition is a statement that can be clearly classified as true or false. In symbolic logic, we use letters like \( p \), \( q \), or \( r \) to represent propositions.
Logical connectives help us build complex statements from simpler ones. The main connectives are:
You can build complex logical statements using these connectives, making reasoning more precise.
Truth tables show all possible truth values of compound statements, helping you see how logical connectives work.
\( p \) | \( q \) | \( p \land q \) |
---|---|---|
T | T | T |
T | F | F |
F | T | F |
F | F | F |
If \( p \) means 'The cat is awake' and \( q \) means 'The cat is hungry', then \( p \land q \) means 'The cat is awake and hungry'.
Using negation: If \( p \) is 'It is sunny', then \( \lnot p \) is 'It is not sunny'.
Propositions are statements that are either true or false, and logical connectives help us combine them in meaningful ways.