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.
FALSE: a connected simple graph in which every vertex has even degree must itself be a cycle
Statement
FALSE. Every connected finite simple graph in which every vertex has even degree is a cycle graph.
Facts & Assumptions
Given: The bowtie graph with vertices and edges , consisting of two triangles that share only .
Degree counts the neighbours of a vertex (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).
A connected graph has a path between every two vertices (Connected graphs and connected components defined by the existence of vertex paths).
In the cycle graph each vertex is joined by an edge exactly to its predecessor and its successor modulo (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices); with [F1] this gives every vertex of a cycle graph exactly two neighbours.
Refutation
Every two vertices of the bowtie are joined by a path, using when they lie in different triangles, so the graph is connected by [F2].
The vertex has neighbours and hence degree ; each other vertex has degree . Thus all degrees are even by [F1].
The bowtie is not a cycle graph because its vertex has degree , whereas [F3] gives degree at every vertex of a cycle graph. Steps 1.1 and 1.2 therefore refute the claim.
Depends on
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 17 results over 11 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
- Cornell Mathematics, Graph Theory notes (standard reference, not scraped)