Discrete Math Chapter 1 Review Set

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

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

47 Terms

1
New cards

Proposition

A statement that has a truth value and is either true or false but not both

2
New cards

Truth Value

The value true or false assigned to a proposition

3
New cards

Negation (¬p)

¬p is true when p is false and false when p is true which means not p

4
New cards

Conjunction (p ∧ q)

(p ∧ q) is true if and only if both p and q are true which means p and q

5
New cards

Disjunction (p ∨ q)

(p ∨ q) is true if at least one of p or q is true which means p or q or both

6
New cards

Exclusive Or (p ⊕ q)

(p ⊕ q) is true if exactly one of p or q is true which means p or q but not both

7
New cards

Conditional (p → q)

(p → q) is false only when p is true and q is false which means if p then q

8
New cards

Biconditional (p ↔ q)

(p ↔ q) is true if p and q have the same truth value which means p if and only if q

9
New cards

Compound Proposition

A proposition formed by combining propositions using logical connectives

10
New cards

Logical Connective

A symbol used to connect propositions such as not and and or implies and if and only if

11
New cards

Truth Table

A table that shows the truth values of a compound proposition for all cases

12
New cards

Propositionally Equivalent (p ≡ q)

p ≡ q means p and q have identical truth tables which means they are logically the same

13
New cards

Tautology

A compound proposition that is true for all possible truth values

14
New cards

Contradiction

A compound proposition that is false for all possible truth values

15
New cards

Contingency

A proposition that is true in some cases and false in others

16
New cards

De Morgan’s Law not and

¬(p ∧ q) ≡ ¬p ∨ ¬q which means the negation of and becomes or with negations

17
New cards

De Morgan’s Law not or

¬(p ∨ q) ≡ ¬p ∧ ¬q which means the negation of or becomes and with negations

18
New cards

Double Negation Law

¬(¬p) ≡ p which means negating a statement twice gives the original statement

19
New cards

Identity Laws

p ∧ T ≡ p and p ∨ F ≡ p which means combining with true or false does not change the statement

20
New cards

Domination Laws

p ∨ T ≡ T and p ∧ F ≡ F which means true dominates or and false dominates and

21
New cards

Idempotent Laws

p ∨ p ≡ p and p ∧ p ≡ p which means repeating a statement changes nothing

22
New cards

Commutative Laws

p ∨ q ≡ q ∨ p and p ∧ q ≡ q ∧ p which means order does not matter

23
New cards

Associative Laws

(p ∨ q) ∨ r ≡ p ∨ (q ∨ r) which means grouping does not matter

24
New cards

Distributive Laws

p ∨ (q ∧ r) ≡ (p ∨ q) ∧ (p ∨ r) which means or distributes over and

25
New cards

Absorption Laws

p ∨ (p ∧ q) ≡ p which means extra information does not change the result

26
New cards

Argument

A set of premises followed by a conclusion

27
New cards

Premise

A statement assumed to be true

28
New cards

Conclusion

A statement logically derived from the premises

29
New cards

Valid Argument

An argument where the conclusion must be true if all premises are true

30
New cards

Modus Ponens

p and p implies q therefore q which means if p is true then q is true

31
New cards

Modus Tollens

not q and p implies q therefore not p which means if q is false then p is false

32
New cards

Hypothetical Syllogism

p implies q and q implies r therefore p implies r which means chaining conditionals

33
New cards

Disjunctive Syllogism

p or q and not p therefore q which means if one option is false the other must be true

34
New cards

Addition

p therefore p or q which means adding another option

35
New cards

Simplification

p and q therefore p which means removing part of a conjunction

36
New cards

Conjunction

p and q therefore p and q which means combining statements

37
New cards

Resolution

p or q and not p or r therefore q or r which means eliminating a variable

38
New cards

Predicate

A statement with variables that becomes true or false when values are assigned

39
New cards

Domain

The set of all possible values a variable can take

40
New cards

Universal Quantifier (∀x)

∀x P(x) which means P of x is true for every element in the domain

41
New cards

Existential Quantifier (∃x)

∃x P(x) which means P of x is true for at least one element in the domain

42
New cards

Bound Variable

A variable that is controlled by a quantifier

43
New cards

Free Variable

A variable that is not controlled by any quantifier

44
New cards

Negation of Universal Quantifier

not for all x P of x is equivalent to there exists an x such that not P of x

45
New cards

Negation of Existential Quantifier

not there exists an x P of x is equivalent to for all x not P of x

46
New cards

Universal Instantiation

From for all x P of x infer P of a which means applying a universal statement to a specific element

47
New cards

Existential Instantiation

From there exists an x P of x infer P of a for some a which means choosing an example that makes the statement true