Discrete Math Final

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/123

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.

124 Terms

1
New cards

Proposition

A declarative statement that is either true or false

2
New cards

¬

not/negation

3
New cards

and/conjunction

4
New cards

or/disjunction

5
New cards

if…then/implication

6
New cards

if and only if/bidirectional

7
New cards

knights

always tell the truth

8
New cards

knaves

always lie

9
New cards

tautology

A compound proposition that is always true

10
New cards

contradiction

A compound proposition that is always false

11
New cards

logically equivalent

12
New cards

converse

If q, then p

13
New cards

inverse

If not p, then not q

14
New cards

Contrapositive

If not q, then not p

15
New cards

DeMorgan's Law

~(p ^ q) = ~p v ~q

16
New cards

~(p v q) = ~p ^ ~q

DeMorgan’s Law

17
New cards

for all

18
New cards

there exists

19
New cards

∃!

there exists exactly one

20
New cards

Direct Proof

assume if statement is true, then show facts that force then statement to be true

21
New cards

Proof by Contraposition

a proof that p → q is true that proceeds by showing that p must be false when q is false

22
New cards

proof by contradiction

Assuming the opposite to prove a statement.

23
New cards

Proof by Cases

a proof broken into separate cases, where these cases cover all possibilities

24
New cards

without loss of generality

an assumption in a proof that makes it possible to prove a theorem by reducing the number of cases to consider in the proof

25
New cards

Proof by exhaustion

If there are a finite number of possibilities then proving by exhaustion involves testing the assertion in every case.

26
New cards

even

2k for some kEZ

27
New cards

odd

2k+1 for some kEZ

28
New cards

rational

p/q and q=/0

29
New cards

irrational

Cannot be written as a fraction

30
New cards

set

a collection of objects

31
New cards

element of

32
New cards

{,}

braces to contain set elements

33
New cards

N

set of natural numbers

34
New cards

Equal Sets

A=B if and only if for all x(xEA

35
New cards

subset

36
New cards

proper subset

37
New cards

empty set

a set with no elements

38
New cards

P(A)

power set

39
New cards

|A|

cardinality

40
New cards

AxB

Cartesian Products

41
New cards

U

union {x | xEA V xEB}

42
New cards

intersection {x | xEA and xEB}

43
New cards

¯A

compliment {xEU | xE/A}

44
New cards

A-B

difference {x | xEA and xE/B}

45
New cards

|AUB|=|A|+|B|-|A∩B|

inclusion/exclusion

46
New cards

f:A->B

function

47
New cards

f(S)={t|EsES(t=f(s))

image of S

48
New cards

f(a)=f(b) -> a=b

one-to-one

49
New cards

AbEB EaEA such that f(a)=b

onto

50
New cards

ceiling

round up

51
New cards

floor

round down

52
New cards

|A| < |P(A)|

Cantor's theorem

53
New cards

divisibility

a | b

54
New cards

Division Algorithm

a=dq+r

55
New cards
56
New cards

Where d is divisor

57
New cards

Q is quotient

58
New cards

R is remainder

59
New cards

quotient

q=a div d (floor a/d)

60
New cards

remainder

r=a mod d (a-d[floor a/d])

61
New cards

a≡b mod m

there exists kEZ such that a=b+km, m | a+b, a mod m=b mod m

62
New cards

GCD

largest integer d | a and d | b

63
New cards

LCM

smallest integer a | d and b | d

64
New cards

Euclidean Algorithm

Used to find the greatest common divisor of a and b. It is the last nonzero number.

65
New cards

Bezout's Theorem

gcd(a,b)=sa+tb

66
New cards

Mathematical Induction

A two-part proof that shows a statement is true for all positive integers by first showing the statement is true for the number one (1), then assuming the statement is true for some positive integer, k, and showing it must then be true for k + 1

67
New cards

Strong Induction

the statement ∀nP (n) is true if P (1) is true and ∀k[(P (1) ∧ · · · ∧ P (k)) → P (k + 1)] is true

68
New cards

at least one

total number - none of one item

69
New cards

permutations

an arragement or listing in which an order or placement is important

70
New cards

P(n,r)

n!/(n-r)!

71
New cards

combination

a grouping of items in which order does not matter

72
New cards

C(n,r)

n!/r!(n-r)!

73
New cards

binomial coefficient formula

(n k) = n!/(k!(n-k)!)

74
New cards

Pascal's Identity

(n+1 choose k) = (n choose k-1) + (n choose k)

75
New cards

Repetition in Combinations

C(n+r-1, n-1)

76
New cards

Multinomial Coefficient

n!/nsub1!nsub2!nsub3!

77
New cards

Pigeonhole Principle

if n items are put into m containers, with n > m, then at least one container must contain more than one item

78
New cards

experiment

procedure that yields one of a given set of possible outcomes

79
New cards

sample space

the set of all possible outcomes

80
New cards

event

A subset of a sample space.

81
New cards

|E|/|S|

probability

82
New cards

N(P'1P'2P'3)

N-N(P1)-N(P2)-N(P3)+N(P1P2)+N(P1P3)+N(P2P3)-N(P1P2P3)

83
New cards

derangement

Dsubn = n![1-1/1!+1/2!-1/3!+…+(-1)^n*1/n!]

84
New cards

relation

a subset of the Cartesian product of two sets.

85
New cards

Reflexive

aRa for every element aEA

86
New cards

symmetric

if aRb, then bRa

87
New cards

antisymmetric

if aRb and bRa then a=b

88
New cards

transitive

If aRb and bRc, then aRc.

89
New cards

Equivalence Relation

a relation that is reflexive, symmetric, and transitive

90
New cards

Equivalence Class

The set of all elements in A that are related to an element of A.

91
New cards

Partial Ordering

a relation that is reflexive, antisymmetric, and transitive

92
New cards

Poset

Partially-Ordered Set

93
New cards

Hasse Diagram

Graphical representation of a partially ordered set.

94
New cards

vertices

dots on a graph

95
New cards

edges

lines on a graph

96
New cards

multiple edges

two or more edges connecting the same two vertices

97
New cards

Simple graph

undirected, no multiple edges, no loops

98
New cards

Multigraph

undirected, multiple edges, no loops

99
New cards

pseudograph

undirected, multiple edges, loops

100
New cards

simple directed graph

directed, no multiple edges, no loops