Key Theorems Flashcards

(18 cards)

1
Q

Hall’s Marriage Theorem

A

A bipartite graph T with vertex sets X and Y contains an X-complete matching if and only if for every subset A of X the number of vertices joined to A is greater or equal to the number of vertices in A

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

Index of H in G

A

The index of H in G, denoted by [G:H] is the number of left (or right) closets of H in G

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

Lagrange’s Theorem (Equation)

A

IGI = [G:H]IHI

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

Lagrange’s Theorem

A

Let G be a finite group, and H is a subgroup of G. Then:
1) The order of H divides the order of G
2) The index of H in G is the number of distinct left (or right) closets of H in G and satisfies (Lagrange’s Equation)

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

Cyclic Group

A

A group G is cyclic if there exists an element g in G (called a generator) such that every element of G can be written as power (or multiple) of g

G = <g> = (0, g, 2g, ….., (n-1)g)</g>

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

Path (length k between vertices)

A

A path of length k from vertex v to vertex w is a sequence of vertices {v = w0, w1, ……, wk = w} s.t each {wi, wi+1} is an edge

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

Eulerian Graph

A

A graph is Eulerian if it possess an Eulerian circuit (circuit where every edge is used exactly once) - all even vertices

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

Semi-Eulerian Graph

A

A graph is semi-Eulerian if it possesses an Eulerian path (path where every edge is used exactly once) - exactly 2 vertices of odd degree

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

Complete Graph

A

A graph where every vertex connects with every other vertex

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

Bipartite Graph

A

A graph where the vertex sets can be partitioned into 2 sets, X and Y, s.t all edges are between vertices in X and Y

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

Matching in Bipartite Graph

A

A matching in a bipartite graph is a set of edges M if no two edges in M have a common vertex

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

Graph

A

A graph T = (V,E) is a pair of a (finite) set V of vertices and a set E of unordered pairs of vertices, called edges

We define the size of T to be its number IEI of edges

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

Adjacency

A

We say that vertices an and b are adjacent if {a,b} is an edge. In that case,k we say a,b are incident to the edge {a,b}

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

Weighted Graph

A

A weighted graph (T,w) is a graph T=(V,E) with an associated weight function w:E - R, that assigns a weight to each edge

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

Hamiltonian Path

A

A path is called a Hamiltonian path if it uses each vertex exactly once

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

Order

A

Written IGI, is the number of elements in G (may be finite or infinite)

17
Q

Cyclic

A

A group G is a cyclic group if there exists x in G s.t G is equal to <x></x>

18
Q

Eulerian Path (in a graph)

A

A graph has a circuit which passes through each edge exactly once if it is connected and every vertex has an even degree