Theorems · Theorem · combinatorics
SimpleGraph.IsTree.exists_ne_and_degree_eq_one
∀ {V : Type u_1} {G : SimpleGraph V} [Nontrivial V] [Finite ↑G.edgeSet] [inst : G.LocallyFinite],
G.IsTree → ∃ u v, u ≠ v ∧ G.degree u = 1 ∧ G.degree v = 1A nontrivial finite tree has at least two leaves.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Finitestatement and proof · cited by 3,029
- Nontrivialstatement and proof · cited by 2,416
- SimpleGraph.Adjproof · cited by 1,346
- SimpleGraph.Walkproof · cited by 915
- Sym2statement · cited by 737
- Iff.notproof · cited by 489
- SimpleGraph.Walk.lengthproof · cited by 212
- SimpleGraph.edgeSetstatement and proof · cited by 199
- SimpleGraph.Walk.IsPathproof · cited by 140
- SimpleGraph.degreestatement and proof · cited by 112
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.