Alphabeta Math
CounterexampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-02
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.

Two triangles sharing one vertex form an Eulerian graph with no Hamilton cycle

Statement refuted

Every finite simple graph with an Euler circuit has a Hamilton cycle.

xabcd123456

Counterexample

Let GG have vertices x,a,b,c,dx,a,b,c,d and edges

xa,ab,bx,xc,cd,dx.xa,ab,bx,xc,cd,dx.

Thus GG consists of two triangles sharing only xx. It is Eulerian but not Hamiltonian.

Facts & Assumptions

Given: The explicitly displayed finite simple graph GG.

[L2]

If a graph has a Hamilton cycle, deleting a nonempty proper set SS leaves at most S|S| components (If GG has a Hamilton cycle, then deleting any nonempty proper vertex set SS leaves at most S|S| connected components).

[F2]

A finite simple graph can be regarded as the multigraph with the same vertex and edge sets and with each edge assigned its two endpoints (Multigraphs, loops and directed graphs as variants distinct from the default finite simple graph).

Verification

technique · direct
1.1

Regard GG as the corresponding multigraph from [F2]. It is connected, deg(x)=4\deg(x)=4, and each of a,b,c,da,b,c,d has degree two. Hence every degree is even, and [L1] gives an Euler circuit; explicitly, x,a,b,x,c,d,xx,a,b,x,c,d,x uses every edge once.

givenF1F2L1algebra
1.2

Deleting S={x}S=\{x\} leaves the two disjoint edges abab and cdcd, hence two connected components. Since 2>S=12>|S|=1, [L2] shows that GG cannot have a Hamilton cycle.

givenL2algebra
2.1

Thus GG is Eulerian and non-Hamiltonian, refuting the proposed implication.

step 1.1step 1.2

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 27 results over 16 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources