Lecture 3 - Propositional Logic Laws

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering key concepts and laws from the lecture notes on tautology, contradiction, truth tables, logical equivalence, and common laws of propositional logic.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Tautology

A compound proposition that is always true under every possible assignment of truth values.

2
New cards

Contradiction

A compound proposition that is always false under every possible assignment of truth values.

3
New cards

Truth table

A table listing all possible truth values for variables and the resulting truth value of the expression.

4
New cards

Proposition

A declarative statement that has a definite truth value (true or false).

5
New cards

Logical equivalence

Two propositions that have the same truth value for every possible assignment; denoted by p ≡ q or p ↔ q.

6
New cards

Implication (p → q)

A conditional statement meaning 'if p then q,' which is logically equivalent to ¬p ∨ q.

7
New cards

Negation

The NOT operator (¬); inverts the truth value of a proposition.

8
New cards

Disjunction

The OR operator (p ∨ q); true if at least one of p or q is true.

9
New cards

Conjunction

The AND operator (p ∧ q); true only if both p and q are true.

10
New cards

De Morgan’s laws

Negation distributes over ∨ and ∧: ¬(p ∨ q) ≡ ¬p ∧ ¬q and ¬(p ∧ q) ≡ ¬p ∨ ¬q.

11
New cards

Double negation

Negating twice returns the original: ¬¬p ≡ p.

12
New cards

Identity laws

p ∨ false ≡ p and p ∧ true ≡ p.

13
New cards

Domination laws

p ∨ true ≡ true and p ∧ false ≡ false.

14
New cards

Complement laws

p ∨ ¬p ≡ true and p ∧ ¬p ≡ false.

15
New cards

Distributive laws

p ∨ (q ∧ r) ≡ (p ∨ q) ∧ (p ∨ r); p ∧ (q ∨ r) ≡ (p ∧ q) ∨ (p ∧ r).

16
New cards

Associative laws

(p ∨ q) ∨ r ≡ p ∨ (q ∨ r) and (p ∧ q) ∧ r ≡ p ∧ (q ∧ r).

17
New cards

Commutative laws

p ∨ q ≡ q ∨ p and p ∧ q ≡ q ∧ p.

18
New cards

Idempotent laws

p ∨ p ≡ p and p ∧ p ≡ p.

19
New cards

Absorption laws

p ∨ (p ∧ q) ≡ p and p ∧ (p ∨ q) ≡ p.

20
New cards

Conditional identity

p → q ≡ ¬p ∨ q (the equivalence of implication to disjunction with negation).

21
New cards

Biconditional (iff) identity

p ↔ q ≡ (p → q) ∧ (q → p) (p is true exactly when q is true).