Master set operations, logical connectives, truth tables, predicates, quantifiers, and logical reasoning with practical applications in discrete mathematics.
Basic Operations
Complement & Laws
The complement of a union is the intersection of complements, and vice versa.
| p | q | p ∧ q | p ∨ q | p → q | 
|---|---|---|---|---|
| T | T | T | T | T | 
| T | F | F | T | F | 
| F | T | F | T | T | 
| F | F | F | F | T | 
Example: "All students are hardworking" becomes
Example: "Some students are brilliant" becomes
Given and , find and .
Solution:
Negate the statement: "All birds can fly"
Solution:
"There exists a bird that cannot fly"
Prove that using De Morgan's law.
Create a truth table for .