Final Flashcards

1
Q

Graph

A

A graph is a pair G = (V; E) where V is a finnite set and E is a set of two-element subsets
of V .

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

Adjacent

A

: Suppose G = (V; E) is a graph and (u,v) a member of V . Then, u is adjacent to v if uv is an edge in
G. This is denoted: u (tilda) v.

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

Degree

A

Let G = (V; E) be a graph and let v be a member of V . The degree of v is the number of edges with
which v is incident. We denote this: dG(v) or simply d(v) (when there is no confusion about the
graph in question).

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

Max/Min degree of G

A

The maximum degree of a vertex in G is denoted (triangle) (G). The
minimum degree of a vertex in G is denoted (small delta)(G).

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

regular graph

A

Regular graphs: If all vertices in G have the same degree, we call G regular

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

The sum of the degrees of the vertices of G

A

is twice the number of edges

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

Subgraph

A

Let G,H be graphs. H is a subgraph of G if V(H) is a subset of V(G) and E(H) is a subset of V(G)

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

Spanning subgraph

A

a sub graph with verts equal to those of the original graph

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

Induced Subgraph

A

, an induced subgraph (induced by a subset A of the vertices) includes the edges of
H with endpoints that are both vertices in A (and only those edges).

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

Clique

A

A subset of vertices is a clique provided any two distinct vertices in the subset are adjacent. The “clique number” of G is the size of the largest clique; it is denoted (weird w)(G)

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

independent sets

A

subset of vertices where no two vertices are adjacent. denoted alpha(G)

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

complement

A

the complement of G has the same vertices as G but has every edge that G does not
have (and no more).

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

A subset V (G) is a clique of G if and only if

A

it is an independent set of the complement of G

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

Let G be a graph with at least six vertices. Then

A

Then (weird w)(G)>= 3 or (weird w)(Gcompliment) >=3

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

Walk

A

let G={V,E} be a graph. A walk in G is a sequence of Verticies with each vertex adjacent to the next that is W=(vo,v1,….,vt) with all adjacent

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

Path

A

a path in a graph is a walk with no repeated verticies

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

Component

A

a component of G is a subgraph of G induced on an equivalence class of the is-connected-to relation on V(g)

18
Q

connected

A

a graph is called connected provided each pair of vertices in the graph are connected by a path.

19
Q

Cut Vertex/Cut Edge

A

cut vertex of G provided G-v has more compnenets than G. Cut edge off G provided G-e has more cmponents than G

20
Q

If there is an (x,y)-walk in G

A

then there is an (x,y)-path in G

21
Q

Let G be a graph, the is-connected to relation is

A

an equivalence relation on V(g)

22
Q

Let G be a connected graph and suppose e in E(g) is a cut edge of G. Then

A

G-e has exactly two components`

23
Q

Cycle

A

a cycle is a walk of at least three in which the first and last vertex are the same with no other repeated vertices. A cycle also refers to the graph or sub graph consisting of the vertices and edges of such a walk. A cycle on n vertices is denoted Cn.

24
Q

Forest

A

Let G be a graph, if G contains no cycles, then G is acyclic. Alternatively, we call G a forest

25
Q

Tree

A

a connected, acyclic graph

26
Q

Leaf

A

a leaf of a graph is a vertex of degree 1

27
Q

Spanning tree

A

Let G be a graph. A spanning tree of G is spanning subgraph of G that is a tree

28
Q

5 ways to say G is a treee

A

G is a tree
G is connected and acyclic
G is connected and every edge of G is a cut edge
Between any two vertices of G there is a unique path
G is connected and size of E(G)= size of V(G)-1

29
Q

A graph has a spanning tree iff

A

it is connected

30
Q

k coloring

A

the function f:V(G)–>{1,2,3,…k}

31
Q

we call a coloring proper provided that

A

for all xy in the edges of G. f(x)!=f(y)

32
Q

if a graph has a proper k-coloring

A

we call it k colorable

33
Q

Chromatic Number

A

Let G be a graph, the smallest positive integer K for which G is k-colorable is called the chromatic number of G. The chromatic number of G is denoted (chi)(g)

34
Q

Bipartite

A

a graph G is called bipartite provided it is 2-colorable

35
Q

complete bipartite graphs

A

Kn,m is a graph whose vertices can be partitioned V=XuY st.

i. size(X)=n
ii. size(Y)=m
iii. for all x in X and for all y in Y, xy is an edge
iv. no edge has both its endpoints in X or both its endpoints in Y

36
Q

Let G be a graph with maximum degree BIG DELTA then (chi)(G)

A

<=(big delta)+1

37
Q

trees are bipartite

A

true

38
Q

a graph is bipartite iff

A

it does not contain an odd cycle

39
Q

of distinct trees with vertex set {1,2,3…,n}

A

is n^(n-2)

40
Q

Pascals Identity

A

n choose k = (n-1 choose k-1)(n-1 choose k)