1 - Basic Definitions Flashcards

1
Q

We say that graph is well-founded if it has…

1)

2)

A

We say that graph is well-founded if it has…

1) No looping paths
2) No infinite descending paths

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

We say that two graphs are isomorphic

if there is a map f: v -> vo s.t.

1)

2)

A

We say that two graphs are isomorphic

if there is a map f: v -> vo s.t.

1) f is a bijection
2) For all vo,v1 in V :

there is an edge from vo to v1

iff

there is an edge from f(vo) to f(v1)

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

f is a ______\_

if for all u in U

there is some v in V s.t.

f(v) = u

A

f is a surjection

if for all u in U

there is some v in V s.t.

f(v) = u

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

in lay terms, a _______ is a mapping such that all things in the target are hit

A

in lay terms, a surjection is a mapping such that all ​things in the target are hit

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

f is an _______\_

if for all vo, v1 in V

if vo != v1

then f(vo) != f(v1)

A

f is an injection

if for all vo, v1 in V

if vo != v1

then f(vo) != f(v1)

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

in lay terms, a(n) _________ is a mapping such that inputs don’t get mapped to the same output

A

in lay terms, a(n) injection is a mapping such that inputs don’t get mapped to the same output

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

Match the terms together:

Bijection

Injection

Surjection

One-to-One

Onto

One-to-One Correspondence

A

Match the terms together:

Injection = One-to-One

Surjection = Onto

Bijection = One-to-One Correspondence

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

A ______ is a mapping that is both ______ and _______.

A

A bijection is a mapping that is both injective and surjective.

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

An ________** is an isomorphism from a graph G to itself. We say that it is **______\_ if it it just the identity.

A

An automorphism** is an isomorphism from a graph G to itself. We say that it is **trivial​ if it it just the identity.

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

An _______\_ from a graph G1 to a graph G2 is an isomorphism from G1 into a subgraph G2.

A

An embedding from a graph G1 to a graph G2 is an isomorphism from G1 into a subgraph G2.

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

Models have 3 main ingredients:

1)

2)

3)

A
  • Models* have 3 main ingredients:
    1) a language L
    2) a domain M of objects
    3) an interpretation of the languages constants symbols, relation symbols, etc
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A graph V is ________\_

if it is the case that for any vo, v1 in V

if vo and v1 have arrows pointing into them from the same vertices

then vo must = v1

(in other words, if for any pair of points that have the same points going to it, then each of these points HAVE to be the same point…not 2 separate distinct points)

A

A graph V is extensional

if it is the case that for any vo, v1 in V

if vo and v1 have arrows pointing into them from the same vertices

then vo must = v1

(in other words, if for any pair of points that have the same points going to it, then each of these points HAVE to be the same point…not 2 separate distinct points)

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

A graph G is _______\_ in some property P

if every graph F with property P can be embedded in G.

A

A graph G is universal in some property P

if every graph F with property P can be embedded in G.

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

A graph is ______\_ in some property P if:

1) G has property P
2) if G is a subgraph of F

and F has property P

then F must = G (be the same graph)

(ie - if a graph is ______\_ it is the largest graph that can have this property P)

A

A graph is maximal in some property P if:

1) G has property P
2) if G is a subgraph of F

and F has property P

then F must = G (be the same graph)

(ie - if a graph is maximal it is the largest graph that can have this property P)

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

The _______** **______\_ of vertex v is the subgraph of G whose vertices are the ancestors of v.

(all those points or vertices that eventually have a path that leads to vertex v

A

The transitive** **closure of v is the subgraph of G whose vertices are the ancestors of v.

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

Match the term/phrase with the following pictures:

  • Bijection (injection + surjection)
  • NOT a function
  • Surjective (not injective)
  • General function
  • Injective (not surjective)
A