Graph Structure and Proof Clinic
Retrieval Prompts
- State the handshaking lemma.
- List three equivalent characterizations of a tree.
- State the Euler criterion for an Euler circuit.
- State one sufficient obstruction to planarity.
Compare and Distinguish
Separate these pairs:
- path versus cycle
- connected versus complete
- Euler path versus Hamilton path
- bipartite versus 2-colorable
- planar drawing versus planar graph
Common Mistake Check
Explain what is wrong in each claim:
- "This drawing has crossings, so the graph is nonplanar."
- "The graph has
n - 1edges, so it is automatically a tree." - "All degrees are even, so the graph must have a Hamilton cycle."
Mini Application
For each graph problem, do all three tasks:
- identify the controlling invariant
- state the relevant theorem or definition
- write a short proof or disproof
Problems:
- A graph has 10 vertices, each of degree 3. Can it exist?
- Prove that every tree with at least two vertices has at least two leaves.
- Decide whether
K3,3is bipartite, planar, both, or neither. - Give an example of a graph with an Euler path but no Euler circuit.
Evidence Check
This page is complete only if your graph arguments name the correct invariant explicitly: degree sum, parity, unique paths, odd cycles, or planar edge bounds.