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.
contains as a subgraph but not as an induced subgraph
Statement refuted
Every ordinary subgraph copy of in is an induced copy.
Facts & Assumptions
Given: The graphs and .
Deleting one edge from leaves a spanning subgraph isomorphic to (Subgraphs, induced subgraphs and spanning subgraphs, Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices).
An induced embedding must preserve both adjacency and nonadjacency (Induced embeddings and induced copies of a graph).
Counterexample
By deleting one triangle edge, contains an ordinary subgraph copy of .
Any injection from the three vertices of to the three vertices of is bijective, but the two endpoints of are nonadjacent while their images in are adjacent.
Thus contains no induced , despite containing an ordinary subgraph copy.
Remarks
\draw[->,line width=.9pt] (2.9,.68)--node[above,font=\scriptsize] {delete $02$} (4.25,.68);
\node[vertex] (p0) at (4.75,0) {$0$}; \node[vertex] (p1) at (5.95,1.35) {$1$}; \node[vertex] (p2) at (7.15,0) {$2$}; \draw[edge] (p0)--(p1)--(p2); \draw[gray!65,dashed,line width=.8pt] (p0)--node[below,font=\scriptsize] {deleted} (p2); \node[caption] at (5.95,-.65) {an ordinary $P_3$ subgraph\\not induced}; \end{tikzpicture} ```
Depends on
Used by
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
- Reinhard Diestel, Graph Theory, Preview Chapter 1 (standard reference, not scraped)