open
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
No proof in the archive yet — this claim is open.
Theorem
Every wheel graph is a Halin graph.
Lean source view on GitHub
| 1 | import Lax68.Wheels |
| 2 | import Lax68.HalinGraphs |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Wheels are Halin graphs |
| 7 | type: theorem |
| 8 | --- |
| 9 | Every wheel graph is a Halin graph. |
| 10 | -/ |
| 11 | |
| 12 | set_option autoImplicit false |
| 13 | |
| 14 | namespace Lax68.WheelHalin |
| 15 | |
| 16 | axiom wheel_halin |
| 17 | {V : Type*} {G : SimpleGraph V} : |
| 18 | Lax68.Wheels.IsWheel G → |
| 19 | Lax68.HalinGraphs.IsHalin G |
| 20 | |
| 21 | end Lax68.WheelHalin |
| 22 |
Community review
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.
0 comments