Graph Theory Theorems

studied byStudied by 1 person
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 29

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

30 Terms

1

First Theorem of Graph Theory (Degree Sum Formula) In any graph, the sum of ____ for |V(G)| equals ____ * |E(G)|

First Theorem of Graph Theory (Degree Sum Formula): In any graph, G, the sum of deg(v) for |V(G)| equals 2 * |E(G)|

New cards
2

Corollary to 1st theorem of graph theory: In any graph, the number of ODD DEGREE vertices is ____

Corollary to 1st theorem of graph theory: In any graph, the number of ODD DEGREE vertices is EVEN

New cards
3

If the number of vertices in a graph is n (V(G) = n), then

1) |E(G)| + |E(G’)| = nC2

2) degG(V) + degG’(V) = n-1

If the number of vertices in a graph is n (V(G) = n), then

1) |E(G)| + |E(G’)| = ___

2) degG(V) + degG’(V) = ___

New cards
4

Determining Isomorphism

To show graphs G and H are isomorphic: label V(G), V(H) with same labels and check that edge sets are the same

To show graphs G and H are NOT isomorphic: identify a structural characteristic that differs, justify your decisions

  • degree sequences are DIFFERENT

  • subgraph Kn or Cn that exists in one graph that doesn’t exist in another graph

  • mapping of vertices (with degrees) not the same

  • draw complements and see if they’re isomorphic

    • see if subgraphs are CONNECTED OR NOT

    • see if you can draw a bipartite graph for one and a nonbipartite one for the other

Determining Isomorphism

To show graphs G and H are isomorphic: label V(G), V(H) with ____ ____ and check that ___ are the same

To show graphs G and H are NOT isomorphic: identify a structural characteristic that differs, justify your decisions

  • degree sequences are ____

  • subgraph Kn or Cn that exists in one graph (does or doesn’t) exist in another graph

  • mapping of vertices (with degrees) not the same

  • draw ___ and see if they’re isomorphic

    • see if subgraphs are CONNECTED OR NOT

    • see if you can draw a ____ graph for one and a __ one for the other

New cards
5

In Complete bipartite graphs, |E(km,n)| = m * n

In Complete bipartite graphs, |E(km,n)| = _____

New cards
6

A graph is BIPARTITE if and only if it has NO ODD CYCLE as a subgraph

A graph is BIPARTITE if and only if it has NO __ as a subgraph

New cards
7

Is it possible to have 9 people in which each person knows exactly 3 others in a group? (knowing is symmetric)

NO: PROOF BY CONTRADICTION

  • assume that a graph of this is possible — 9 vertices each with degree 3. By the FTGT, 9(3) = 2(E), E = 13.5 but this is IMPOSSIBLE as you can’t have ½ an edge. Therefore this scenario is NOT possible

Is it possible to have 9 people in which each person knows exactly 3 others in a group? (knowing is symmetric)

NO: PROOF BY CONTRADICTION

  • assume that ___ — ___ vertices each with degree __. By the __, ( ) * ( ) = ( ) ( ) , ( ) = 13.5 but this is IMPOSSIBLE as you can’t have __ an edge. Therefore this scenario is NOT possible.

New cards
8

Euler’s Polyhedral formula: for any plane drawing of a connected graph with |V| vertices, |E| edges, |R| regions:
|V| - |E| + |R| = 2

Euler’s Polyhedral formula: for any ___ drawing of a ___ graph with |V| vertices, |E| edges, |R| regions:
|__| - |__| + |__| = 2

New cards
9

3|V| - 6 Theorem: If G is planar and |V| >= 3, then |E| <= 3|V| - 6

  • not final proof that graph is not planar but if it fails, then it is inconclusive

3|V| - 6 Theorem: If G is planar and |V| >= __ , then |__| <= 3|V| - 6

  • not final proof that graph is not planar but if it fails, then it is ____

New cards
10

2|V| - 4 Theorem: If G is planar and |V| >= 3, AND THERE ARE NO TRIANGLES, then |E| <= 2|V| - 4

  • not final proof that graph is not planar but if it fails, then it is inconclusive

2|V| - 4 Theorem: If G is planar and |V| >= 3, AND THERE ARE NO ___, then |__| <= 2|V| - 4

New cards
11

Kurtowski’s Theorem: A graph is planar if and only if it does not contain a K5 or K3,3 configuration as a subgraph (ONLY WAY TO PROVE THAT IT IS NOT PLANAR)

Kurtowski’s Theorem: A graph is planar if and only if it does not contain a __ or a __ configuration as a subgraph (ONLY WAY TO PROVE THAT IT IS NOT __)

New cards
12

To show graph is planar: draw the graph with no edges crossing

To show graph is NOT planar:

  • use the 3|V| - 6 theorem or the 2|V| - 4 theorem ; if inconclusive then:

  • use kurtowski’s theorem

To show graph is planar: draw the graph with no edges crossing

To show graph is NOT planar:

  • use the __|V| - __ theorem or the __|V| - __ theorem; if inconclusive then:

  • use ___ theorem

New cards
13

An euler cycle:

1) includes every vertex and every edge of G

2) no edge appears twice

3) starting and ending vertices are the same

An euler cycle:

1) includes ___ vertex and ___ edge of G

2) no edge appears ___

3) starting and ending vertices are ___

New cards
14

A multigraph is eulerian if and only if it is CONNECTED and degree is EVEN for all vertices v

every edge must be visited but every vertex can be visited more than once

A multigraph is eulerian if and only if it is __ and degree is __ for all vertices v

every ___ must be visited but every ___ can be visited more than once

New cards
15

An open euler trail is the same as an euler cycle except the starting and ending vertices MUST BE DIFFERENT

An open euler trail is the same as an euler cycle except the starting and ending vertices must be ___

New cards
16

A multigraph has an open euler trail if and only if it is CONNECTED and has EXACTLY 2 vertices of odd degree

A multigraph has an open euler trail if and only if it is ___ and has EXACTLY 2 vertices of ___ degree

New cards
17

Necessary Condition Theorem: If G is Hamiltonian, then for every non-empty S = V(G), we have the number of components of G-S <= |S|

prove graphs are NOT hamiltonian

converse of this theorem is FALSE

Necessary Condition Theorem: If G is Hamiltonian, then for every non-empty S = V(G), we have the number of components of G-S ___

prove graphs are ___ hamiltonian

converse of this theorem is TRUE/FALSE

New cards
18

Sufficient Condition Theorem: IF G is a graph with n>= 3 vertices and deg(u) + deg(v) >= n for EVERY PAIR of non-adjacent vertices u, v, then G is Hamiltonian.

use to show G IS hamiltonian

converse of this theorem is FALSE

Sufficient Condition Theorem: IF G is a graph with n>= 3 vertices and deg(u) + deg(v) __= n for ___ of ___ vertices u, v, then G is Hamiltonian.

use to show G ___ hamiltonian

converse of this theorem is TRUE/FALSE

New cards
19

A graph G is Hamiltonian if it contains a cycle, Cn that includes EVERY VERTEX of G. Such a cycle is called a Hamiltonian cycle

every vertex can only be visited once, but NOT every edge has to be used.

A graph G is Hamiltonian if it contains a cycle, Cn that includes ____ of G. Such a cycle is called a ___ cycle.

every vertex can ONLY be visited __, but NOT every __ has to be used.

New cards
20

Statement S: If A then B

Contrapositive of S: If not B then not A

Converse of S: If B then A

If and only if: A iff B means:

  • if A then B

  • if B then A

Statement S: If A then B

Contrapositive of S: If ___ then ___

Converse of S: If __ then __

If and only if: A iff B means:

  • if __ then __

  • if __ then __

New cards
21

Negations:

  • if A or B → not A and B

  • if A exists → A does NOT exist

  • every → at least 1/some

Negations:

  • if A or B → __

  • if A exists → __

  • every → __

New cards
22

Check for Eulerian

If graph is Eulerian: draw the euler cycle

If a graph is NOT eulerian: show that it has an odd degree vertex

Check for Eulerian

If graph is Eulerian: draw the __ cycle

If a graph is NOT eulerian: show that it has an ___ degree vertex

New cards
23

Check if a graph is Hamiltonian

If graph is hamiltonian: use sufficient condition theorem if graph is hard to draw OR draw the hamiltonian cycle on the graph

If a graph is NOT hamiltonian: use necessary condition theorem

Check if a graph is Hamiltonian

If graph is hamiltonian: ___ theorem if graph is hard to draw OR draw the ___ cycle on the graph

If a graph is NOT hamiltonian: use___ ___ theorem

New cards
24

If graph T is a tree, and if a leaf V is removed from T, the graph T-V is also a tree

If graph T is a tree, and if a __V is removed from T, the graph T-V is also a ___

New cards
25

All trees have leaves

All trees have ___

New cards
26

If T is a tree, then E(T) = |V(G)| - 1

If T is a tree, then |E(T)| = |___| - ___

New cards
27

If a graph has components G1, G2, G3, … GK, then X(G) is the biggest X(G) of the component coloring

If a graph has components G1, G2, G3, … GK, then X(G) is the ___ X(G) of the component coloring

New cards
28

Any tree has a maximum of n-1 leaves and a minimum of 2 leaves (provided n>2)

Any tree has a maximum of ___ leaves and a minimum of __ leaves (provided n>2)

New cards
29

4 Color Theorem: every planar graph G has at MOST X(G) = 4

4 Color Theorem: every planar graph G has at MOST X(G) = __

New cards
30

5 color theorem if G is a planar graph than X(G) <= 5

5 color theorem if G is a planar graph than X(G) <= __

New cards

Explore top notes

note Note
studied byStudied by 39 people
70 days ago
5.0(1)
note Note
studied byStudied by 13 people
183 days ago
5.0(1)
note Note
studied byStudied by 253 people
681 days ago
4.5(6)
note Note
studied byStudied by 18 people
813 days ago
5.0(1)
note Note
studied byStudied by 215 people
720 days ago
5.0(2)
note Note
studied byStudied by 22 people
710 days ago
5.0(2)
note Note
studied byStudied by 2488 people
700 days ago
4.7(6)

Explore top flashcards

flashcards Flashcard (55)
studied byStudied by 84 people
381 days ago
5.0(1)
flashcards Flashcard (44)
studied byStudied by 39 people
789 days ago
4.1(7)
flashcards Flashcard (58)
studied byStudied by 170 people
730 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 12 people
764 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 1 person
74 days ago
5.0(1)
flashcards Flashcard (43)
studied byStudied by 10 people
220 days ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 33 people
372 days ago
5.0(1)
flashcards Flashcard (101)
studied byStudied by 183 people
2 days ago
5.0(1)
robot