Logic Study Guide: Chapters 2.2 - 3.4

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards
Conditional Statement
An assertion of the form 'If p then q', expressed as p → q.
2
New cards
Truth Table
A table showing all possible truths of a statement and its components.
3
New cards
Vacuously True
A statement that is considered true because its hypothesis is false.
4
New cards
Contrapositive
The statement ~q → ~p, which is logically equivalent to the original conditional.
5
New cards
Modus Ponens
A valid argument form: If p → q and p are true, then q is true.
6
New cards
Predicates
Statements containing variables, represented as P(x), where the truth depends on the variable.
7
New cards
Universal Quantifier (∀)
Indicates that a statement is true for all elements in a domain.
8
New cards
Existential Quantifier (∃)
Indicates that there exists at least one element in a domain for which a statement is true.
9
New cards
Negation of Universal Statement
~(∀x, P(x)) ≡ ∃x such that ~P(x), meaning 'not all P are true'.
10
New cards
Biconditional Statement
A statement of the form p ↔ q, meaning 'p if and only if q'.
11
New cards
Valid Argument
An argument where it is impossible for all premises to be true and the conclusion false.
12
New cards
Order of Quantifiers
The sequence of quantifiers matters when different types are used; order doesn't matter with the same type.
13
New cards
Universal Instantiation
If ∀x, P(x) is true, then for any particular element a, P(a) is also true.
14
New cards
Inverse Error
An invalid conclusion resulting from asserting that if p → q and ~p, then ~q is true.
15
New cards
Biconditional Truth Table
A table showing the truth values of the biconditional statement p ↔ q.
16
New cards
Element of (∈)
Symbol indicating that an element belongs to a set.
17
New cards
Subset (⊆)
Symbol indicating that one set is contained within another.
18
New cards

Converse

The statement q → p, which is NOT logically equivalent to the original conditional p → q.

19
New cards

Inverse

The statement ~p → ~q, which is NOT logically equivalent to the original conditional p → q but is equivalent to the converse.

20
New cards

Modus Tollens

A valid argument form: If p → q and ~q are true, then ~p must be true.

21
New cards

Universal Modus Ponens

A valid argument form combining universal instantiation with modus ponens: ∀x, if P(x) then Q(x); P(a) for a particular a; therefore Q(a).

22
New cards

Universal Modus Tollens

A valid argument form combining universal instantiation with modus tollens: ∀x, if P(x) then Q(x); ~Q(a) for a particular a; therefore ~P(a).

23
New cards

Converse Error

An invalid conclusion resulting from asserting that if p → q and q, then p is true.

24
New cards

Transitivity

A valid argument form: If p → q and q → r, then p → r.

25
New cards

Necessary Condition

"q is a necessary condition for p" means p → q (p cannot be true without q also being true).

26
New cards

Sufficient Condition

"q is a sufficient condition for p" means q → p (if q is true, then p must be true).

27
New cards

Only If

"p only if q" means p → q.

28
New cards

Truth Set

The set of all values that make a predicate true.

29
New cards

Negation of Existential Statement

~(∃x such that P(x)) ≡ ∀x, ~P(x), meaning "there does not exist any x such that P(x)" is equivalent to "for all x, P(x) is false."

30
New cards

Negation of Universal Conditional

~(∀x, if P(x) then Q(x)) ≡ ∃x such that P(x) ∧ ~Q(x)

31
New cards

Conditional Equivalence

p → q ≡ ~p ∨ q (a conditional statement is equivalent to the disjunction of the negation of its hypothesis and its conclusion)

32
New cards

Multiple Quantifier Negation

The negation of ∀x, ∃y such that P(x,y) is ∃x, ∀y such that ~P(x,y)

33
New cards

Proof by Division into Cases

A valid argument form: p ∨ q, p → r, q → r; therefore r.

34
New cards

Contradiction Rule

If ~p leads to a contradiction, then p must be true.

35
New cards

Explicit vs. Implicit Quantification

Explicit quantification uses quantifier symbols; implicit quantification is understood from context (e.g., "If a number is even, then it is divisible by 2" implicitly means "For all numbers, if a number is even, then it is divisible by 2").

36
New cards

Vacuous Truth of Universal Statements

A universal statement ∀x ∈ D, if P(x) then Q(x) is vacuously true if P(x) is false for every x in D.

37
New cards

Order of Operations in Logic

  1. Negation (~), 2) Conjunction (∧) and Disjunction (∨), 3) Conditional (→) and Biconditional (↔)