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 a connected simple graph with all degrees even that is not a cycle
Statement refuted
The false statement FALSE: a connected simple graph in which every vertex has even degree must itself be a cycle claims that every connected simple graph whose degrees are all even is itself a cycle.
Facts & Assumptions
Given: The graph with vertices and edges .
Degree is the number of neighbours (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).
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 degree .
Counterexample
The edges form the triangles and . Every vertex reaches within its triangle, so every two vertices are joined by a path and is connected.
The vertex has degree , while each have degree . Thus every degree is even by [F1].
Since has degree , [F2] shows that is not a cycle graph. Steps 1.1 and 1.2 supply the required connected even-degree counterexample.
Remarks
tikz \begin{tikzpicture}[ vertex/.style={draw,circle,fill=white,minimum size=8mm,inner sep=1pt,font=\small}, centre/.style={vertex,draw=red!75!black,fill=red!12,line width=1.4pt}, edge/.style={draw=gray!75,line width=1.1pt} ] \node[centre] (x) at (0,0) {$x$}; \node[vertex] (a) at (-2,1.25) {$a$}; \node[vertex] (b) at (-2,-1.25) {$b$}; \node[vertex] (c) at (2,1.25) {$c$}; \node[vertex] (d) at (2,-1.25) {$d$}; \draw[edge] (x)--(a)--(b)--(x); \draw[edge] (x)--(c)--(d)--(x); \node[font=\scriptsize,red!75!black,anchor=west] at (.45,.2) {$\deg(x)=4$}; \node[font=\scriptsize] at (0,-1.9) {$\deg(a)=\deg(b)=\deg(c)=\deg(d)=2$}; \end{tikzpicture}
Depends on
- FALSE: a connected simple graph in which every vertex has even degree must itself be a cycle
- Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree
- Empty and complete graphs, complete bipartite graphs, and the convention that $P_n$ and $C_n$ have $n$ vertices
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
9 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Cornell Mathematics, Graph Theory notes (standard reference, not scraped)