Discrete Math Laws

studied byStudied by 3 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 34

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

35 Terms

1

DeMorgan's Laws

¬(p ∧ q) ⇔ ¬p ∨ ¬q

¬(p ∨ q) ⇔ ¬p ∧ ¬q

New cards
2

Double Negation Law

¬[¬p] ⇔ p

New cards
3

Implication Law

p → q ⇔ ¬p ∨ q

New cards
4

Contrapositive

p → q ⇔ ¬q → ¬p

New cards
5

Negation of Implication

¬(p → q) ⇔ p ∧ ¬q

New cards
6

Identity Laws

p ∨ F ⇔ p

p ∧ T ⇔ p

New cards
7

Commutative Laws

p ∨ q ⇔ q ∨ p

p ∧ q ⇔ q ∧ p

New cards
8

Associative Laws

(p ∨ q) ∨ r ⇔ p ∨ (q ∨ r)

(p ∧ q) ∧ r ⇔ p ∧ (q ∧ r)

New cards
9

Distributive Laws

p ∧ (q ∨ r) ⇔ (p ∧ q) ∨ (p ∧ r)

p ∨ (q ∧ r) ⇔ (p ∨ q) ∧ (p ∨ r)

New cards
10

Domination Laws

p ∨ T ⇔ T

p ∧ F ⇔ F

New cards
11

Idempotent Laws

p ∨ p ⇔ p

p ∧ p ⇔ p

New cards
12

Absorption Laws

p ∧ (p ∨ q) ⇔ p

p ∨ (p ∧ q) ⇔ p

New cards
13

Tautology

p ∨ ¬p ⇔ T

New cards
14

Contradiction

p ∧ ¬p ⇔ F

New cards
15

Equivalence

(p → q) ∧ (q → p) ⇔ (p ↔ q)

New cards
16

Modus Ponens

p

p → q

------------

q

New cards
17

Disjunction Introduction

p

------------

p ∨ q

New cards
18

Conjunction Elimination

p ∧ q

------------

p

New cards
19

Conjunction Elimination

p ∧ q

------------

q

New cards
20

Modus Tollens

¬q

p → q

------------

¬p

New cards
21

Hypothetical Syllogism

p → q

q → r

------------

p → r

New cards
22

Disjunctive Syllogism

p ∨ q

¬p

------------

q

New cards
23

Disjunctive Syllogism

p ∨ q

¬q

------------

p

New cards
24

Conjunction Introduction

p

q

------------

p ∧ q

New cards
25

Constructive Dilemma

(p → q) ∧ (r → s)

p ∨ r

------------

q ∨ s

New cards
26

Universal Instantiation

∀xP(x)

------------

P(c)

New cards
27

Universal Generalization

P(c) for arbitrary member, c, of the universe

------------

∀xP(x)

New cards
28

Existential Generalization

P(c) for some member, c, of the universe

------------

∃xP(x)

New cards
29

Existential Instantiation

∃xP(x)

------------

P(c)

New cards
30

Fallacy of the converse

p → q

q

------------

p

New cards
31

Fallacy of the inverse

p → q

¬p

------------

¬q

New cards
32

Disjunctive Fallacies

p ∨ q

p

------------

¬q

New cards
33

Disjunctive Fallacies

p ∨ q

q

------------

¬p

New cards
34

False Chains

p → q

p → r

------------

q → r

New cards
35

False Chains

p → q

r → q

------------

p → r

New cards
robot