Search CTRL + K

Session 02 - Introduction to Graph Theory II

Definition

A graph G=(V,E) is a subgraph of a graph G=(V,E) if VV and EE.
A subgraph G of G is a proper subgraph if GG

Pasted image 20240913102349.png

An example of a subgraph.
Definition

Let G=(V,E) be a simple graph. The subgraph induced by a subset W of the vertex set V is the graph (W,E) where the edge set E contains an edge in E if and only if both endpoints of the edge are in the subset W.

Some Operations on Graphs

Let G=(V,E)

Definition

Two simple graphs G1=(V1,E1) and G2=(V2,E2) are isomorphic if there exists a bijection f:V1V2 such that for all a,bV1, a and b are adjacent in G1 if and only if if f(a) and f(b) are adjacent in G2.
Such a function f is called an isomorphism.
Two simple graphs are not isomorphic are called nonisomorphic.

Definition

Let G=(V,E) be an undirected graph, and let ninN.
A path of length n from u to v in G is a sequence of n edges e1,...,en of G which there exists a sequence x0=u,x1,...,xn1,xn=v of vertices such that e1 has, for i=1,..,n the endpoints xi1 and xi
The path is a circuit if it begins and ends at the same vertex.
The path passes through the vertices x1,x2,...,xn1 or traverses the edges e1,...,en
A path or circuit is simple if it does not contain the same edge more than once.

Definition

An undirected graph is connected if there is a path between every pair of distinct vertices of the graph.