CP 10 Set Cardinality Flashcards

1
Q

what is the definition of cardinality

A

A and B are sets, if there exists a bijection from A to B then we say A and B have the same cardinality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what the notation of cardinality

A

for every integer n≥1 let [n] denote the set {1,2,3,4…,n}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

TF [0]={}

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Let S= {choco chip, PB, oatmeal, shortbread}
consider f: S–>[4]
what is the cardinality of S

A

|S|=4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how does the cardinality of a powerset work

A

if [3]=1,2,3 then
2^[3] = {{},{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are binomial coefficents

A

written as (n/k) with no division sign, It represents the number of ways to choose k items from a pool of n items

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

whats the formula for a binomial coefficent

A

n! / k!(n−k)!

ex) (5choose2)
5! / 2!(5-2)! = 10​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TF n choose k = |[n]k|

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

examples of binomial coefficents [5]2 and [5]3

note:(5choose2) = (5choose3)

A

[5]2 = (1,2) (2,3) (3,4) (4,5) (1,3) (2,4) (3,5) (1,4) (2,5) (1,5)

[5]3 = (1,2,3) (1,3,4) (1,4,5) (2,3,4) (2,4,5) (1,2,4) (1,3,5) etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Fact

A

Given n and k where n≥k≥1
(nchoosek) = (n-1choosek)+(n-1 choose k-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

TF (0 choose 0) = 1

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is a combinatorial proof

A

we try and create a bijection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is the binomial theorem

A

let x be a variable n∈ℕ then,
(1+x)^n=n∑k=0 (nchoosek)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is an n factorial

A

n!
ex) 1! = 1
2! = 2x1! = 2
3! = 3x2! = 6
4! = 4x3! = 18

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

TF 0! = 0

A

F, 0! = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A