Definitions
Complete_graph

Complete graph

In the mathematical field of graph theory, a complete graph is a simple graph in which every pair of distinct vertices is connected by an edge. The complete graph on n vertices has n vertices and n(n-1)/2 edges, and is denoted by K_n. It is a regular graph of degree n-1. All complete graphs are their own cliques. They are maximally connected as the only vertex cut which disconnects the graph is the complete set of vertices.

A complete graph with n-nodes represents the edges of an (n-1)-simplex. Geometrically K_3 relates to a triangle, K_4 a tetrahedron, K_5 a pentachoron, etc.

K_1 through K_4 are all planar. Kuratowski's theorem says that a planar graph cannot contain K_5 (or the complete bipartite graph K_{3,3}) as a minor. Since K_n includes K_{n-1}, no complete graph K_n with n greater than or equal to 5 is planar.

Since a complete graph contains all n(n-1)/2 possible edges, it gives a quadratic worst-case upper bound on the number of connections in large connected systems like social and computer networks.

Complete graphs on n vertices, for n between 1 and 8, are shown below along with the numbers of connections:

K_1: 0 K_2: 1 K_3: 3 K_4: 6
K_5: 10 K_6: 15 K_7: 21 K_8: 28

See also

External links

Search another word or see Complete_graphon Dictionary | Thesaurus |Spanish
  • Please Login or Sign Up to use the Recent Searches feature