Skip to content

Graph

Defines Graph, graph

A graph G=(V,E)G = (V, E) is a pair consisting of a set VV of vertices and a set EE of edges, where each edge connects two vertices. In an undirected graph, an edge is an unordered pair {u,v}\{u, v\}; in a directed graph, an edge is an ordered pair (u,v)(u, v).

Graphs formalize relations between discrete objects. A symmetric binary relation on a set corresponds exactly to an undirected graph; a general binary relation corresponds to a directed graph.

In category theory, a directed graph (or quiver) is a diagram in the category of sets โ€” a pair of functions s,t:Eโ†’Vs, t : E \to V assigning source and target to each edge. A category can be seen as a graph with composition and identities.

Relations

Date created
Defines

Cite

@misc{emsenn2026-graph,
  author    = {emsenn},
  title     = {Graph},
  year      = {2026},
  url       = {https://emsenn.net/library/math/domains/number-theory/terms/graph/},
  publisher = {emsenn.net},
  license   = {CC BY-SA 4.0}
}