Alphabeta Math
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01
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.

K3 contains P3 as a subgraph but not as an induced subgraph

Statement refuted

Every ordinary subgraph copy of H in G is an induced copy.

Facts & Assumptions

Given: The graphs P3 and K3.

[F2]

An induced embedding must preserve both adjacency and nonadjacency (Induced embeddings and induced copies of a graph).

Counterexample

technique · direct
1.1

By deleting one triangle edge, K3 contains an ordinary subgraph copy of P3.

F1
1.2

Any injection from the three vertices of P3 to the three vertices of K3 is bijective, but the two endpoints of P3 are nonadjacent while their images in K3 are adjacent.

F2
2.1

Thus K3 contains no induced P3, despite containing an ordinary subgraph copy.

step 1.1step 1.2∎

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