open
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
Theorem
Every path graph is outerplanar.
Lean source view on GitHub
| 1 | import Lax68.Paths |
| 2 | import Lax68.Outerplanar |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Paths are outerplanar |
| 7 | type: theorem |
| 8 | --- |
| 9 | Every path graph is outerplanar. |
| 10 | -/ |
| 11 | |
| 12 | set_option autoImplicit false |
| 13 | |
| 14 | namespace Lax68.PathOuterplanar |
| 15 | |
| 16 | axiom path_outerplanar {V : Type*} {G : SimpleGraph V} : |
| 17 | Lax68.Paths.IsPath G → |
| 18 | Lax68.Outerplanar.IsOuterplanar G |
| 19 | |
| 20 | end Lax68.PathOuterplanar |
| 21 |
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