Functions Flashcards

1
Q

What is a function?

A

A rule which associates to every element a ∈ A, one and only one element f(a) in B.

We write f:A -> B to indicate that f is a function from A to B where Set A is the Domain and B is the Codomain

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

Let f : A → B and g : C → D be functions. When are f and g equal?

A

if The domains and codomains are equal

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

What is a surjective function

A

We say f is surjective (or f is onto, or f is a surjection) if, for
each b ∈ B, there is at least one a ∈ A with f(a) = b.

(Surjective means that every “B” has at least one matching “A” (maybe more than one)

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

What is an injective function?

A

We say f is injective (or f is one-to-one, or f is an injection)
if, for each b ∈ B, there is at most one a ∈ A with f(a) = b. So
to say that f is injective means that, for any elements a, a
′ ∈ A,

(1 to 1)

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

What is an identity function

A

idA: a -> a
for all a in A

f ◦ idA = f and idB ◦ f = f .

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

what is an inverse function

A

An inverse (function) to a function f : A → B is a function g: B → A such that
g ◦ f = idA and f ◦ g = idB.

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

When can a function have an inverse function

A

A function f : A → B has an inverse function if and only if f is a bijection.

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

what is The inverse of a composite of bijections

A

Let f : A → B and g : B → C be bijections. Then g ◦ f : A → C is also a bijection, and its inverse is

then ((g◦ f)−1 = f−1 ◦g−1.)

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

What is a one sided inverse?

A

for a function F: a -> b,
i) g: B → A is a left inverse to f if g ◦ f = idA;
(ii) h: B → A is a right inverse to f if f ◦ h = idB.

One-sided inverses (i.e. left inverses or right inverses) need not be unique, and a function can have a one-sided inverse without being a bijection.

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

What is a permutation

A

Let X be any set. Then a permutation on X is a bijection π: X → X.

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

What are the properties of permutations

A
  • If σ, τ are permutations on X, so is σ◦τ.
  • For any permutations σ, τ, π on X, the permutations (σ ◦ τ) ◦ π and σ ◦ (τ ◦ π) are equal.
  • The identity function idX : X → X is a permutation on X.
  • Each permutation σ on X has an inverse function σ−1 : X → X, so that σ◦σ−1 = idX and σ−1 ◦σ = idX. The function σ−1 is itself a permutation. (It is a bijection since it has an inverse function, namely σ itself.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly