Alphabeta Math
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

✓ 7 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 7 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Plane Graphs, Euler's Formula and the Five Colour Theorem — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

Euler's formula checked on a plane tree, a cycle, and the four-face embedding of K4

Example

Euler's formula gives the same value on a plane tree, a cycle, and the tetrahedral embedding of K4.

Facts & Assumptions

Given: A plane tree on n≥1 vertices, a plane cycle on n≥3 vertices, and the standard plane embedding of K4.

[L1]

Every connected plane graph satisfies ∣V∣−∣E∣+∣F∣=2 (Euler's formula ∣V∣−∣E∣+∣F∣=2 for every connected plane graph).

[L2]

A finite forest satisfies ∣V∣=∣E∣+c, so a tree on n vertices has n−1 edges (For every forest, ∣V∣=∣E∣+c, where c is the number of connected components).

Verification

technique · direct
1.1

By [L2], a tree on n vertices has n−1 edges, and its plane embedding has one face by Every plane forest has exactly one face. Thus ∣V∣−∣E∣+∣F∣=n−(n−1)+1=2. This includes the one-vertex tree, for which the edge count is zero.

L1L2algebra
1.2

A plane cycle Cn, in the notation of Empty and complete graphs, complete bipartite graphs, and the convention that Pn and Cn have n vertices, has n vertices and n edges. Its polygon bounds one face and has the unbounded face on the other side, so ∣V∣−∣E∣+∣F∣=n−n+2=2.

L1algebra
2.1

Embed three vertices of K4 as a triangle and place the fourth inside it, joined to all three corners. The graph has four vertices, six edges, three bounded triangular faces, and the unbounded triangular face. Hence ∣V∣−∣E∣+∣F∣=4−6+4=2, as [L1] requires.

L1constructalgebra∎
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

K4 is planar but has chromatic number four, so the five-colour bound cannot be lowered to three

Statement refuted

The conclusion of Five colour theorem: every planar graph has chromatic number at most five can be strengthened to say that every planar graph is three-colourable.

Facts & Assumptions

Counterexample

technique · direct
1.1

Draw three vertices as a triangle, place the fourth inside it, and join that vertex to the three corners. The six edges meet only at their common endpoints, so this is a plane embedding of K4.

F2construct
2.1

By [F1] and [F2], the four vertices must receive pairwise distinct colours in any proper colouring. Assigning a different colour to each vertex is proper, so χ(K4)=4. Thus a planar graph need not be three-colourable, although Five colour theorem: every planar graph has chromatic number at most five supplies five colours for every planar graph.

F1F2step 1.1∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

The Petersen graph is nonplanar by an explicit subdivision of K3,3 after deleting one vertex

Example

Deleting one vertex from the Petersen graph exposes a subdivision of K3,3.

Facts & Assumptions

Given: Label a Petersen vertex by a two-element subset of {1,2,3,4,5}, with adjacency exactly when labels are disjoint, as in The Petersen graph on the two-element subsets of a five-element set, adjacent when disjoint.

[L1]

A finite graph is planar exactly when it contains neither a subdivision of K5 nor a subdivision of K3,3 (Kuratowski–Wagner theorem: a finite graph is planar exactly when it has neither a K5 nor a K3,3 minor, equivalently neither subdivision).

[F1]

Two Petersen vertices are adjacent exactly when their two-element labels are disjoint (The Petersen graph on the two-element subsets of a five-element set, adjacent when disjoint).

Verification

technique · constructive
1.1

Delete the vertex 12. Take the branch classes A={13,14,15} and B={23,24,25}. The six direct branch connections are 13 to 24,25, 14 to 23,25, and 15 to 23,24. The remaining three are the paths 13−45−23, 14−35−24, and 15−34−25.

F1construct
2.1

Every consecutive pair in the displayed list has disjoint labels, so it is an edge by [F1]. The internal vertices 45,35,34 are distinct and are not branch vertices; all other listed connections are single edges. Thus the nine paths are internally disjoint and form a subdivision, in the sense of Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors, of K3,3 with branch classes A and B. This subdivision lies in a subgraph of the Petersen graph, so [L1] proves that the Petersen graph is nonplanar.

L1F1step 1.1discharge-construct∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

Two plane embeddings of one connected planar graph have nonisomorphic dual multigraphs

Example

The abstract graph below has two plane embeddings whose dual multigraphs are distinguished by their degree multisets. For a finite multigraph with the endpoint map of Multigraphs, loops and directed graphs as variants distinct from the default finite simple graph, count an ordinary incident edge once and a loop twice in the degree. An isomorphism of such endpoint-map structures is a pair of vertex and edge bijections preserving endpoints, and therefore preserves the degree multiset.

Facts & Assumptions

Given: Let G have vertices s,t,a,b,c,w. Its edges form three internally disjoint s-t paths P1=st, P2=sat, and P3=sbct, together with the bridge sw.

[F1]

An endpoint-preserving multigraph isomorphism preserves the degree multiset because it bijects the incident edge-ends at every vertex, with a loop contributing two ends.

Verification

technique · constructive
1.1

Embed the three s-t paths in cyclic order. Write f12,f23,f31 for the faces between the indicated path pairs. In the dual of The plane dual multigraph, with a vertex for each face and one crossing edge for each primal edge, the path lengths 1,2,3 give respectively that many parallel dual edges between the two faces on each side of the path. Before accounting for sw, the degrees of f12,f23,f31 are 3,5,4. The bridge may be drawn into any one of these face sectors at s; it then gives a dual loop at that face.

L1construct
2.1

In one embedding draw sw into f12; the dual degree multiset is then {5,5,4}. In another draw it into f31; the dual degree multiset is {3,5,6}. These multisets differ, since a loop contributes two to its incident degree. By [F1] the two dual multigraphs are nonisomorphic, although both arise from the same connected planar graph G.

L1F1step 1.1discharge-construct∎
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A degree-five vertex is inserted into a plane graph after one explicit Kempe-chain colour swap

Example

One Kempe swap extends a five-colouring across the centre of a plane wheel with five rim vertices.

Facts & Assumptions

Given: Let v1,v2,v3,v4,v5 occur in this cyclic order on a plane 5-cycle. Colour vi with colour i, and plan to insert a vertex v inside the cycle adjacent to every vi.

[L1]

Swapping two colours on one Kempe component preserves a proper colouring (Swapping the two colours on one Kempe component preserves a proper colouring).

[L2]

The alternating Kempe connections between cyclic neighbours v1,v3 and v2,v4 cannot both occur (For five cyclically ordered neighbours of a plane vertex, alternating Kempe paths between the first and third and between the second and fourth cannot both occur).

Verification

technique · constructive
1.1

Before v is inserted, its five prospective neighbours use all five colours. In the subgraph induced by colours 1 and 3, both v1 and v3 are isolated: their two cycle neighbours have colours 2,5 and 2,4, respectively. In particular there is no alternating 1-3 path between them, consistently with [L2].

L2construct
2.1

Swap colours 1 and 3 on the Kempe component {v1}. The colouring remains proper by [L1]; now both v1 and v3 have colour 3, but they are nonadjacent, and no rim vertex has colour 1. Give the inserted centre v colour 1. Every spoke then has differently coloured endpoints, producing an explicit five-colouring of the plane wheel and illustrating the swap used in Five colour theorem: every planar graph has chromatic number at most five.

L1step 1.1discharge-construct∎
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

K3,3 satisfies ∣E∣≤3∣V∣−6 but is nonplanar, so the planar edge bound is not sufficient

Statement refuted

Every finite simple graph with n≥3 vertices and at most 3n−6 edges is planar.

Facts & Assumptions

Counterexample

technique · direct
1.1

The two parts of K3,3 contain three vertices each, so ∣V∣=6. Every vertex in either part is adjacent to all three vertices of the other part, giving ∣E∣=3⋅3=9; equivalently this follows from Handshake lemma: the sum of the vertex degrees is twice the number of edges. Consequently 9≤3⋅6−6=12, so the necessary inequality in [L1] holds.

L1algebra
2.1

Nevertheless [L2] says that this graph is nonplanar. Hence satisfying the planar simple-graph edge bound does not suffice for planarity.

L2step 1.1∎
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

An injective nonpolygonal arc drawing is excluded by the page's finite polygonal plane-graph convention

Statement refuted

Every injective continuous drawing of an abstract edge is a plane graph under this page's definition.

Facts & Assumptions

Given: Let γ:[0,1]→R2 be defined by γ(0)=(0,0) and γ(t)=(t,tsin⁡(1/t)) for t>0.

[F1]

A path is a continuous map from the unit interval (Paths, path-connected spaces and path components).

[L1]

Counterexample

technique · direct
1.1

The first coordinate of γ(t) is t, so γ is injective. For t>0 it is continuous, and ∣tsin⁡(1/t)∣≤t shows continuity at 0. Thus [F1] makes it a continuous arc with distinct endpoints. It is not polygonal: the second coordinate vanishes at infinitely many points t=1/(kπ) accumulating at 0 and changes sign between them, whereas a finite union of line segments either has only finitely many such crossings of the horizontal axis or contains a nontrivial segment of that axis. The latter is impossible here because tsin⁡(1/t) is not identically zero on any interval.

F1construct
2.1

Use the image of γ as the drawing of the sole edge of a two-vertex abstract graph. The drawing is injective but its edge is not a polygonal arc in the sense of Polygonal arcs and polygons as non-self-intersecting finite unions of line segments in R2, so [L1] excludes this particular drawing from the page's class of plane graphs. This does not make the abstract one-edge graph nonplanar: drawing its edge as a straight segment gives a plane embedding.

L1step 1.1construct∎

Sources