Processing math: 100%

Complete graph

Set

context V,E … set
definiendum V,E,ψit(E,V)
postulate V,E,ψ … simple graph
for all u,vV
postulate uv!(eE). ψ(e)={u,v}

Discussion

In a complete (undirected) graph, every two distinct vertices are connected.

The axiom {u}im(ψ) says that there are no loops on a single vertex.

Theorems

When dealing with simple graphs, if you add another vertex to a graph with n vertices, you can add n new edges at best. So a complete graph with n vertices has maximally n1k=1k=12n(n1) edges.

Reference

Wikipedia: Complete graph

Parents

Subset of

Simple graph