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.
An -vertex simple graph with more than edges is connected
Statement
Let be a finite simple graph with vertices. If , then is connected.
Facts & Assumptions
Given: A finite simple graph with and .
If is disconnected, its components partition into at least two nonempty sets and no edge joins different components (Connected graphs and connected components defined by the existence of vertex paths, The connected components of a graph partition its vertex set and are its maximal connected subgraphs).
A simple graph on a -element vertex set has at most edges, with equality for the complete graph (A finite simple graph is a finite vertex set together with a set of two-element vertex subsets, A finite set with elements has exactly two-element subsets, and , A subset of a finite set is finite, with , and equality holds if and only if , The complete graph on an -element vertex set has edges).
Proof
Suppose, for contradiction, that is disconnected. Choose one component with vertex set , put , and write . Then , , and no edge joins to .
By [L1], the edges with both endpoints in number at most , and those with both endpoints in number at most . Step 1.1 accounts for every edge, so .
For , elementary binomial algebra gives .
Steps 2.1 and 2.2 give , contradicting the hypothesis. Therefore is connected.
Depends on
- Connected graphs and connected components defined by the existence of vertex paths
- The connected components of a graph partition its vertex set and are its maximal connected subgraphs
- A finite simple graph is a finite vertex set together with a set of two-element vertex subsets
- A finite set with $n$ elements has exactly $\binom{n}{2}$ two-element subsets, and $2\binom{n}{2} = n(n-1)$
- A subset of a finite set is finite, with $\lvert B\rvert \le \lvert A\rvert$, and equality holds if and only if $B = A$
- The complete graph on an $n$-element vertex set has $\binom{n}{2}$ edges
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 72 results over 23 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)