Combinatorics definitions Flashcards

1
Q

set

A

A set A is a collection of objects which we call elements of A

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

subset

A

A set X is a subset of a set Y denoted X⊆Y if every element of X is also an element of Y

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

proper subset

A

X is a proper subset of Y if X⊆Y and Y⊆X

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

function

A

A function f consists of 3 things:

1) a set called the domain of f
2) a set called the codomain of f
3) a rule that associates each element a in the domain with a single element f(a) in the codomain

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

injective

A

Let f:A->B be a function, we say f is injective if for any a,a’∈A with a≠ a’ we have f(a)≠ f(a’)
equivalently, f is injective if for any a,a’∈A with f(a)=f(a’) we have a=a’

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

surjective

A

Let f:A->B be a function, we say f is surjective if for any b∈B there exists a∈A s.t. f(a)=b
equivalently, f is surjective if the image of f is B

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

bijective

A

Let f:A->B be a function, we say f is bijective if it is both injective and surjective
equivalently, f is bijective if for every b∈B there is exactly one element a∈A with f(a)=b

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

inverse function

A

Let f:A->B be a bjection. The inverse function of f is the function f⁻¹: B->A in which for each b∈B we set f⁻¹(b) to be the unique element a∈A s.t. f(a)=b

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

Composition

A

Let f:A-> Band g:B->C be functions. The composition on f and g is the function g∘f: A->C defined by (g∘f)(x) = g(f(x))

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

set size

A

For a non-negative integer n, we say that a set X has size n if there exists a bijection f:{1,2,…,n}->X.
if such n exists we say that X is finite, otherwise X is infinite.

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

cartesian product two sets

A

The cartesian product of two sets A and B is defined by AxB={(a,b): a∈A and b∈B}

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

cartesian product general

A

For each non-negative integer r the cartesian product of sets A₁,…,Aᵣ denoted Xᵢ₌₁ʳAᵢ = A₁x…xAᵣ={(x₁,…,xᵣ): xⱼ∈Aⱼ∀j∈{1,…r}

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

power set

A
The power set of A is defined by P(A) = {x:x⊆A}
So P(A) is a set whose elements are a subset of A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

factorial

A

For any integer n≥0 we define n factorial, n!, by n!=nx(n-1)x(n-2)x…x3x2x1
(0!=1)

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

binomial coefficiant

A

The binomial coefficant of n and r also called n choose r is given by (n r) = n!/(r!(n-r)!)

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

permutation

A

A permutation of a set S of size n is an ordered n-tuple in which each element of S appears once