Blog Archive

Monday, June 23, 2025

Adjoint Functors Between Set and Graph Categories: A Categorical Comparison with Topology

 

Functors and Adjunctions from Set Category to Graph Category

Definitions

Let us define two functors from Set to Graph as follows:

  • Edgeless graph functor E: Sends a set X to (X,), where X is the set of vertices and the edge set is empty.

  • Complete graph functor C: Sends a set X to (X,E), where E={{u,v}:u,vX}.

Remark. In Graph, for a graph (V,E), we allows (x,x)E.

Analogy with Topology

The edgeless graph sounds like trivial topology and the complete graph sounds like discrete topology.

Adjunctions in Topology Category

We know that for Top, we have the adjoint triple as follows:

HomTop(D(X),Y)HomSet(X,F(Y)),HomSet(F(Y),Z)HomTop(Y,T(Z))

Where D is the discrete topology functor, F is the forgetful functor, and T is the trivial topology functor.

Adjunctions in Graph Category

For Graph, we get a kind of opposite result. The reason is when we define the morphism in Top, we are considering the contravariant functor:

TopopLattice,(X,τ)τ

But in the category of Graph, we have:

GraphSet,(V,E)E

Hence the correct adjoint triple is:

HomGraph(E(X),Y)HomSet(X,F(Y)),HomSet(F(Y),Z)HomGraph(Y,C(Z))

This result is relatively straightforward to understand, and I leave the verification to the readers.


Categorical Product of Graphs

Let G=(VG,EG) and H=(VH,EH) be graphs in the category of graphs "allowing self-loops". Their product graph G×H is defined as follows:

Vertex set:VG×H=VG×VH,Edge set:EG×H={{(u,v),(u,v)}|(u,u)EG(v,v)EH}.

The corresponding projection morphisms are

πG:G×HG,(u,v)u,πH:G×HH,(u,v)v.
Universal Property

For any graph K=(VK,EK) and graph homomorphisms

f:KG,g:KH,

we define the pairing morphism

f,g:KG×H,x(f(x),g(x)).

Then we have

πGf,g=f,πHf,g=g,

and this pairing morphism is the unique homomorphism satisfying the above conditions, which confirms that (G×H,πG,πH) is indeed the categorical product.

Corrollay.

C(X×Y)C(X)×C(Y)

 

No comments:

Post a Comment

Popular Posts