1comb-lecture4-basicgraph1
1comb-lecture4-basicgraph1
Many situations in various practically motivated problems and also in mathematics and
theoretical computer science can be captured by a scheme consisting of two things:
Example)
Point Line
Participants at a birthday party pairs of participants who know each other
Street crossings in a city Streets
Subway stations Railways
Websites Links between websites
If we disregard the length, shape, and other properties of the joins, and
we only pay attention to which pairs of points are joint,
then we wrraive at the mathematical notion of a graph.
Although very simple, a graph is one of the key concepts in discrete mathematics.
[Definition 4.1.1]
A graph G is an ordered pair (V, E) where
V is a set and E is a set of subsets of V of size 2.
( 2 )
V(H)
if V(H) ⊆ V(G) and E(H) = E(G) ∩
( 2 )
V(Kn)
Kn : V(Kn) = [n] and E(Kn) = .
( 2 )
V(G)
For F ⊆ ,
Let G be a graph.
A maximal connected subgraph of G is a ‘connected component’ of G (or component).
The components are induced subgraphs, and their vertex sets partition V(G).
n
The adjacency matrix of G is an (n × n) matrix AG = (aij)i,j=1 such that
We will not distinguish two scores if one of them can be obtained from the other
by rearranging the order of the numbers.
∑
[Proposition 4.3.1] For every graph G, degG(v) = 2 | E(G) | .
v∈V(G)
[Question] A non-decreasing sequence of number (a1, a2, …, an) is given.
When is it a score of some graph?
Can you find some way to determine?
∑
[Proposition 4.3.1] For every graph G, degG(v) = 2 | E(G) | .
v∈V(G)
Fix a new vertex vn distinct from v1, …, vn−1 and define a new graph G where
V(G) = V(G′) ∪ {vn}
E(G) = E(G′) ∪ {vivn : i = n − dn, n − dn + 1,…, n − 1}
We consider G′ where
V(G′) = V(G0) and E(G′) = (E(G0)∖{vivn, vjvk}) ∪ {vjvn, vivk}.