MATH 232 Discrete Math 2 Final

0.0(0)
studied byStudied by 2 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards
Degree-Sum Formula
Degrees of all vertices will be equal to 2 * number of edges
2
New cards
Bipartite graphs
A graph is called bipartite if its vertex can be partitioned into disjoint subsets v1 and v2 such that ever edge in the graph joins the vertex in v1 in v2.
3
New cards
K-coloring
A way of coloring the vertices using at most k colors so that no adjacent vertices have the same color. A graph has such a k-coloring is called k-colorable.
4
New cards
Isomorphism
f: G -> H is a bijective function from the vertex set of G to the vertex set of H such that vertices u,v in G are adjacent if and only if f(u), f(v) are adjacent in H and if the inverse function f^-1 is also a homomorphism
5
New cards
Complete bipartite graph k(m,n)
has a biprartition (v1, v2) with |v1| \= m and |v2| \= n and ever possible edge between a vertex v1 and v2
6
New cards
Graph Homomorphisms
Let G \= (V, E, P) and H \= (v2, E2, P2) be 2 graphs. A graph homomorphism from G to H is a function homomorphism from G to H is a function f: v1 -\> v2 with the property that if u1, u2 are adjacent vertices in G, then f(v1) and f(v2) are adjacent in H
7
New cards
Subgraph
A graph G’ is a subgraph of G if the vertex and edge sets of G’ are subsets of G
8
New cards
Walk
of length n in G is a sequence of vertices in v0, v1, ..., vn in G such athat vi is always adjacent to vi+1
9
New cards
Path
a walk without repeated vertices. every path is a trail
10
New cards
Trail
a walk without repeated edges. every path is a trail
11
New cards
Circut
is a non-empty trail which begins and ends at the same vertex
12
New cards
Cycle
is a special kind of circut in which only the first and last vertices are equal
13
New cards
Connected
A graph G is connected if for every pair of distinct vertices v1 and v2 in G, there exists a walk beginning at v1 and ending at v2
14
New cards
Connected Components
maximal connected subgraphs
15
New cards
Vertex cut
Let G = (V, E, P) be a non-complete graph. A Subset V' ⊆ V is a vertex cut if G - V' is disconnected
16
New cards
edge connectivity, λ(G)
The minumum number of edges that must be removed to disconnect the graph (edge cut) or 0 if |v| = 1
17
New cards
Vertex connectivity, k(G)
the minimum number of vertices which must be removed to either disconnect the graph or produced a graph with one vertex
18
New cards
Theorem with edge connectivity and vertex connectivity
For any graph G k(G)
19
New cards
Euler's Formula
Let G be a connected planar graph with v vertices and e edges. The number of regions in any planar representation of G is r \= e - v + 2
20
New cards
Planar graph
a graph is planar if it can be drawn in the plane without any edges crossing
21
New cards
Degree of region
Degree of a region in a planar representation is the length of its boundary
22
New cards
Corollary 1
A connected planar graph with v \=\> 3 vertices and e edges will have e
23
New cards
Corollary 1.5
A connected planar graph with v \>\= 3 vertices, e edges, and no 3-cycles has e
24
New cards
Corollary 2
If G is a connected planar graph, then G always has vertex degree of 5 or less
25
New cards
Contracting
contracting an edge produces a new graph G/e1 where e is removed and its endpoints have been merged
26
New cards
Subdividing
Inserting a vertex into the middle of an existing edge
27
New cards
Homeomorphic graphs
Graphs G and H are called homeomorphic if one can be obtained form the other by a sequence of subdivisions and smoothings
28
New cards
Kwatowski's Theorem
a graph is nonplanar if and only if it contains a subgraph homeomorphic ot K3,3 or k5
29
New cards
Chromatic Number X(G)
If G is some graph is the smallest integer k for which G is k-colorable
30
New cards
Four Color Theorem
If G is a planar graph, X(G)
31
New cards
Chromatic Polynomial
The number of ways to k-color G

G is an edgeless graph: P(G, K) \= k^n
32
New cards
Fundamental Reduction Theorem
Let e be any edge in graph G. P(G, k) \= P(G-e, k) - P(G/e, k)
33
New cards
Chromaticlly Equivalent
Two graphs G and H are chromatically equivalent if P(G,k) = P(H, k)
34
New cards
Induced subgraph
Let G \= (V, E, P) and let w ⊆ V. The induced subgraph on w has vertex set w and every edge in E that joins 2 vertices of w
35
New cards
Clique
A set of vertices in a graph whose induced subgraph is complete
36
New cards
Independent set
A set of vertices in a graph whose induced subgraph is edgeless
37
New cards
Ramsey's Theorem
For any positive integers m and n, there esists a least positive integer R(m,n) suchc that every graph on R(m, n) vertices contains an m-clique or an n-independent set.
R(2, n) \= n
R(m,n) \= R(m,n) because every clique in G is an independent set in the completment of G and vice verse
R(m, 1) \= 1
R(2, 3)