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.
and the disjoint union of two triangles have the same degree sequence but are not isomorphic
Statement refuted
The false statement FALSE: a finite simple graph is determined up to isomorphism by its degree sequence claims that a finite simple graph is determined up to isomorphism by its degree sequence.
Facts & Assumptions
Given: and , the disjoint union of two triangles.
is the cycle graph on vertices (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices).
Isomorphisms preserve adjacency and therefore preserve path-reachability and connectedness (Graph isomorphisms, automorphisms and graph complements, Connected graphs and connected components defined by the existence of vertex paths).
Counterexample
Every vertex of lies on the six-cycle and has degree . Every vertex of lies on one of its two triangles and has degree . Thus both degree sequences are .
The graph is connected, since either direction around the cycle gives a path between any two vertices. The graph is disconnected, since no edge joins its two triangles.
By [F2], connectedness is invariant under isomorphism, so . They have the same degree sequence by step 1.1, which refutes the stated claim.
Remarks
% C_3 dot-union C_3. \node[vertex] (h1) at (3.3,1) {}; \node[vertex] (h2) at (4.35,-.8) {}; \node[vertex] (h3) at (2.25,-.8) {}; \node[vertex] (j1) at (6.2,1) {}; \node[vertex] (j2) at (7.25,-.8) {}; \node[vertex] (j3) at (5.15,-.8) {}; \draw[edge] (h1)--(h2)--(h3)--cycle; \draw[edge] (j1)--(j2)--(j3)--cycle; \node[caption] at (4.75,-2) {$H=C_3\mathbin{\dot\cup}C_3$\\two components}; \node[font=\scriptsize] at (2.35,1.85) {every displayed vertex has degree $2$}; \end{tikzpicture} ```
Depends on
- FALSE: a finite simple graph is determined up to isomorphism by its degree sequence
- Empty and complete graphs, complete bipartite graphs, and the convention that $P_n$ and $C_n$ have $n$ vertices
- Graph isomorphisms, automorphisms and graph complements
- Connected graphs and connected components defined by the existence of vertex paths
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
12 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
- R. Diestel, Graph Theory, Chapter 1 preview (standard reference, not scraped)