Learn & Review: Master Discrete Math | Study Smarter with Asksia AI
Jan 23, 2026
Discrete Math - 1.1.1 Propositions, Negations, Conjunctions
audio
Transcript
Transcript will appear once available.
Discrete Mathematics: Propositions and Connectives
This summary covers the fundamental concepts of propositions and logical connectives in discrete mathematics, including negation, conjunction, disjunction, and their corresponding truth tables.
1. Propositions
- Definition: A proposition is a declarative statement that is definitively either true or false.
- Representation: Propositions are typically represented by lowercase letters such as
p,q,r, etc.
Examples of Propositions:
- "The sky is blue." (Can be assigned a truth value)
- "The moon is made of cheese." (Can be assigned a truth value, which is false)
- "Luke, I am your father." (Can be assigned a truth value, which is false)
Non-Examples of Propositions:
- "Sit down." (This is a command, not a statement that can be true or false.)
- "x + 1 = 2" (This is an open statement. It becomes a proposition only when a value is assigned to
x. For example, ifx=1, it's true; ifx=5, it's false.)
2. Connectives
Connectives are operators used to form compound propositions from simpler propositions.
Types of Connectives:
- Negation:
- Symbol:
¬(or~) - Read as: "not"
- Example: If
pis "The grass is green," then¬pis "The grass is not green."
- Symbol:
- Conjunction:
- Symbol:
∧ - Read as: "and"
- Example: If
pis "It is raining" andqis "I am home," thenp ∧ qis "It is raining and I am home."
- Symbol:
- Disjunction:
- Symbol:
∨ - Read as: "or"
- Example: If
pis "You passed MA 315" andqis "You passed MA 335," thenp ∨ qis "You passed MA 315 or you passed MA 335."
- Symbol:
- Implication:
- Symbol:
→ - Read as: "if... then..."
- Example: "If P then Q."
- Symbol:
- Biconditional:
- Symbol:
↔ - Read as: "if and only if"
- Example: "P if and only if Q." (Both propositions must share the same truth value.)
- Symbol:
3. Truth Tables
Truth tables are used to determine the truth value of a compound proposition based on the truth values of its individual propositions.
Structure of a Truth Table:
- Left Side: Lists all possible combinations of truth values for the individual propositions.
- Right Side: Shows the resulting truth value of the compound proposition using the specified connective.
Truth Table for Negation (¬p):
- A truth table for a single proposition
phas two rows: one forpbeing true and one forpbeing false. - If
pis True,¬pis False. - If
pis False,¬pis True.
| P | ¬p | | :---- | :---- | | True | False | | False | True |
Truth Table for Conjunction (p ∧ q):
- For two propositions (
pandq), there are 2<sup>2</sup> = 4 possible combinations of truth values. - A conjunction (
p ∧ q) is true only if bothpandqare true.
| P | Q | p ∧ q | | :---- | :---- | :---- | | True | True | True | | True | False | False | | False | True | False | | False | False | False |
Truth Table for Disjunction (p ∨ q):
- A disjunction (
p ∨ q) is true if at least one of the propositions (porq) is true. - This is known as the inclusive OR.
| P | Q | p ∨ q | | :---- | :---- | :---- | | True | True | True | | True | False | True | | False | True | True | | False | False | False |
Inclusive OR vs. Exclusive OR (XOR):
- Inclusive OR (
∨): True ifpis true,qis true, or both are true. (Used in most mathematical contexts).- Example: Course prerequisites (passing either MA 315 or MA 335, or both, allows enrollment).
- Exclusive OR (XOR): True if either
pis true orqis true, but not both.- Symbol:
⊕(or sometimes indicated by context) - Example: Choosing between soup or salad with an entree (you can have one, but not both).
- Symbol:
| P | Q | p ⊕ q | | :---- | :---- | :---- | | True | True | False | | True | False | True | | False | True | True | | False | False | False |
Combinations for Two Propositions:
When constructing truth tables with two propositions (p and q), it's recommended to list the combinations systematically:
pTrue,qTruepTrue,qFalsepFalse,qTruepFalse,qFalse
Ask Sia for quick explanations, examples, and study support.