Week 7 Flashcards

(8 cards)

1
Q

Give the definition of homomorphism. Let G and H be graphs

A

Let 𝐺 and 𝐻 be graphs. Suppose that 𝑓 is a function from 𝑉(𝐺) into 𝑉(𝐻). We say that
𝑓 is a homomorphism if and only if, for all 𝑒, 𝑣 ∈ 𝑉(𝐺), if {𝑒, 𝑣} ∈ 𝐸(𝐺), then
{𝑓(𝑒), 𝑓(𝑣)} ∈ 𝐸(𝐻).

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

Explain homomorphism in simple terms

A

A homomorphism is a function that sends every edge of
𝐺 to an edge of
𝐻

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

What is the identity function?

A

a function that sends every element to itself, meaning
id(π‘₯)=π‘₯ for all π‘₯ in the set

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

What is the identity function on V(G)?

A

𝑖dβŒ„π‘‰(𝐺) : V(G)β†’V(G)

idβŒ„(V(G)​)(v) = v

a vertex of G is inputed and the output is the same vertex

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

What is injectivity?

A

A function is injective if no two elements from the domain are allowed to map to the same element in the codomain

Example:
a→1, b→2, c→3 is injective.
a→1, b→1 is not injective.

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

What is surjectivity?

A

A function is surjective if every element in the target set is used at least once as an output.
Nothing in the target set is left out.

Example:
If the outputs are {1,2,3} and the target set is {1,2,3}, the function is surjective.
If 3 is never used, it is not surjective.

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

What is bijectivity?

A

A function is bijective if it is both injective and surjective.
Every input has its own unique output, and every output is used exactly once.

Think: β€œPerfect matching” between the two sets.

Example:
a→1, b→2, c→3 is bijective.

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