Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21cf76ecde936cd

Jump to content

// Workers AI · dad joke modeAre edge and vertex spaces a good couple? They're a perfect match at every corner.

From Wikipedia, the free encyclopedia
(Redirected from Edge space)
Vertex space for 3 vertex graphs, or edge space for 3 edge graphs.

In the mathematical discipline of graph theory, the edge space and vertex space of an undirected graph are vector spaces defined in terms of the edge and vertex sets, respectively. These vector spaces make it possible to use techniques of linear algebra in studying the graph.

Definition

[edit]

Let be a finite undirected graph. The vertex space of G is the vector space over the finite field of two elements of all functions . Every element of naturally corresponds the subset of V which assigns a 1 to its vertices. Also every subset of V is uniquely represented in by its characteristic function. The edge space is the -vector space freely generated by the edge set E. The dimension of the vertex space is thus the number of vertices of the graph, while the dimension of the edge space is the number of edges.

These definitions can be made more explicit. For example, we can describe the edge space as follows:

  • elements are subsets of , that is, as a set is the power set of E
  • vector addition is defined as the symmetric difference:
  • scalar multiplication is defined by:

The singleton subsets of E form a basis for .

One can also think of as the power set of V made into a vector space with similar vector addition and scalar multiplication as defined for .

Properties

[edit]

The incidence matrix for a graph defines one possible linear transformation

between the edge space and the vertex space of . The incidence matrix of , as a linear transformation, maps each edge to its two incident vertices. Let be the edge between and then

The cycle space and the cut space are subspaces of the edge space.

References

[edit]
  • Diestel, Reinhard (2005), Graph Theory (3rd ed.), Springer, ISBN 3-540-26182-6 (the electronic 3rd edition is freely available on author's site).

See also

[edit]