proven
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Theorem
An ordered path in the meta-tree of a strong tree-of-sets system yields a strong path-of-sets system on its internal clusters.
Lean source view on GitHub
| 1 | import Lax17.PathOfSets |
| 2 | import Lax17.TreeOfSets |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Strong path extraction |
| 7 | type: theorem |
| 8 | --- |
| 9 | An ordered path in the meta-tree of a strong tree-of-sets system yields a |
| 10 | strong path-of-sets system on its internal clusters. |
| 11 | -/ |
| 12 | |
| 13 | namespace Lax17.StrongPathExtraction |
| 14 | |
| 15 | universe u |
| 16 | |
| 17 | /-- An ordered meta-tree path yields a strong path-of-sets system on its |
| 18 | internal clusters. -/ |
| 19 | axiom strongPathExtraction : |
| 20 | ∀ {V : Type u} [DecidableEq V] {G : SimpleGraph V} |
| 21 | {m w ℓ : ℕ} (T : Lax17.TreeOfSets.StrongSystem G m w), |
| 22 | 0 < ℓ → |
| 23 | Lax17.TreeOfSets.HasMetaPath T (ℓ + 2) → |
| 24 | Nonempty (Lax17.PathOfSets.StrongSystem G ℓ w) |
| 25 | |
| 26 | end Lax17.StrongPathExtraction |
| 27 |
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