proven
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
-
no assumptions
thm✓Lax17.Mader
Theorem
Every eligible splitting centre has a pair of incident edges whose split-off preserves the relevant local edge-connectivities.
Lean source view on GitHub
| 1 | import Lax17.TerminalConnectivity |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Mader's admissible split-off theorem |
| 6 | type: theorem |
| 7 | --- |
| 8 | Every eligible splitting centre has a pair of incident edges whose split-off |
| 9 | preserves the relevant local edge-connectivities. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax17.Mader |
| 13 | |
| 14 | universe u |
| 15 | |
| 16 | /-- Mader's admissible split-off theorem, including the exceptional |
| 17 | degree-three exclusion. -/ |
| 18 | axiom maderAdmissibleSplitOff : |
| 19 | ∀ {V : Type u} [Fintype V] [DecidableEq V] |
| 20 | (H : Lax17.TerminalConnectivity.EdgeIndexedGraph V) (s : V), |
| 21 | 2 ≤ H.degree s → H.degree s ≠ 3 → H.NoIncidentCutEdge s → |
| 22 | ∃ p : H.SplitPair s, H.IsMaderAdmissible p |
| 23 | |
| 24 | end Lax17.Mader |
| 25 |
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