MA416 - Things to Remember

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

1/49

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.

50 Terms

1
New cards

count number of ways to partition a set of n elements into k non-empty unlabeled subsets, S(n, k)

Stirling Numbers of the Second Kind definition

2
New cards

1/(1-rx)

sequence a_n = r^n

3
New cards

1 (all elements in a single group)

S(n, 1)

4
New cards

1 (each element is in its own subset)

S(n, n)

5
New cards

S(n, k) = k * S(n-1, k) + S(n-1, k-1)

S(n, k) formula

6
New cards

f(k)

what is at location k

7
New cards

f^-1(k)

where k is

8
New cards

groups of n, from a range of numbers from 1-k, REPEATS ALLOWED

F_n,k

9
New cards

groups of n, from a range of numbers from 1-k, NO REPEATS

Q_n,k

10
New cards

k^n

o(F_n,k)

11
New cards

k!/(k-n)!

o(Q_n,k)

12
New cards

all numbers are used

onto

13
New cards

no repeated numbers

one-to-one

14
New cards

S(m, n)

m labeled balls, n unlabeled urns, NO empty urns

15
New cards

(nMi=1) S(n, i)

m labeled balls, n unlabeled urns, empty urns are OK

16
New cards

n^m

m labeled balls, n labeled urns, empty urns are OK

17
New cards

n!S(m, n)

m labeled balls, n labeled urns, NO empty urns

18
New cards

n!S(m, n)

the number of surjective (onto) functions in F_n,k

19
New cards

reflexive, symmetric, transitive

Equivalence relation

20
New cards

reflexive

everything is related to itself

21
New cards

symmetric

if “a is like b” then “b is like a”

22
New cards

transitive

If “a is like b” and “b is like c” then “a is like c”

23
New cards

C(m+n-1, m)

m unlabeled balls distributed among n labeled urns, empty is OK

24
New cards

C(m-1, n-1)

m unlabeled balls distributed among n labeled urns, NO empty urns

25
New cards

total number of set partitions of [m] (total equivalence relations)

bell number (B_m)

26
New cards

p_n(m)

m unlabeled balls and n unlabeled urns, NO empty urns

27
New cards

p1(m) + p2(m) + … +pn(m)

m unlabeled balls and n unlabeled urns, empty urns are OK

28
New cards

|A U B| = |A| + |B| - |A n B|

principle of inclusion and exclusion

29
New cards

a permutation with no fixed points, n!/e (nothing stays in it’s original place)

derangement

30
New cards

number of derangements of n items

D(n)

31
New cards

n!/k!(n-k)!

C(n, k)

32
New cards

n!/(n-k)!

P(n, k)

33
New cards

number of ways to take n labeled items and arrange them into k cycles, s(n, k)

stirling number of the first kind

34
New cards

s(m, n) = s(m-1, n-1) + (m-1)*s(m-1, n)

s(m, n) formula

35
New cards

1/(1-x)

a_n = 1

36
New cards

x/(1-x-x²)

fibonacci F_n generating function

37
New cards

1/1+x

a_n = (-1)^n

38
New cards

1/(1-x)²

a_n = n+1

39
New cards

x/(1-x)²

a_n = n

40
New cards

-x/(1+x)²

a_n = (-1)^n * n

41
New cards

isomorphic variants

edges, vertices, degree sequence

42
New cards

isomorphism

same shape, different numbers, bijection

43
New cards

subgraph

take away some vertices and edges from G(V, E)

44
New cards

induced subgraph

take away some vertices and that forces you to take away some edges

45
New cards

complete graph

a graph such that every pair of distinct vertices is connected by an edge

46
New cards

Clique

an induced subgraph that is complete, any subset of a ___ is a ____

47
New cards

smallest number n such that in any group of n people, you will always find either s people who all know each other or t people none of whom know each other.

Ramsey number N(s, t)

48
New cards

N(s, t) ≤ N(s-1, t) + N(s, t-1)

Ramsey number formula

49
New cards

sum of the degrees of all vertices in a graph equals twice the number of edges

handshake theorem

50
New cards

(pi k>1) (1/1-x^k)

closed form for the generating function where p_A(n) counts the number of partitions of n