Add roadmap: equitable partitions and finite operator reduction - #257
Draft
emberian wants to merge 2 commits into
Draft
Add roadmap: equitable partitions and finite operator reduction#257emberian wants to merge 2 commits into
emberian wants to merge 2 commits into
Conversation
This was referenced Aug 17, 2026
emberian
force-pushed
the
ember/equitable-operator-reduction-roadmap
branch
from
August 19, 2026 06:21
3574392 to
f799eb4
Compare
The README roadmap list and the two issue-template `area` dropdowns are regenerated from the roadmap directories by the sync bot after merge, and the root `TauCetiRoadmap.lean` no longer carries an import list, because `lakefile.toml` globs every module under `TauCetiRoadmap/`. Editing these four files by hand was never required, and made this branch conflict with every other open roadmap pull request. Restoring them to the merge base makes this branch mergeable again; the roadmap is still registered automatically once it merges. Pushed by a maintainer to clear a repository-wide merge conflict, see TauCetiProject#273 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a roadmap for equitable partitions as finite operator reductions, centered on Mathlib-native finite types, matrices, and linear maps.
The roadmap separates four notions that are easy to conflate:
A E - E Q;It then identifies graph, stochastic, and symmetry-orbit adapters as consumers of the common operator API.
Scope and coordination
This PR owns the reusable finite reduction layer. The continuous- and discrete-time quantum-walk roadmaps consume it rather than re-defining quotient operators. It is distinct from graph regularity, which concerns approximation by large combinatorial partitions, and from the structured block-operator roadmap, where block constancy is a stronger hypothesis.
The proposed declarations are design probes, not claims that the layer is already implemented.
Provenance
The decomposition is informed by the formal development in
emberian/graphplayat commit822204afe580a93206aa71adbe66b98f9e2beac8(MIT/Apache-2.0). Graphplay's private graph wrappers are not proposed for import; the roadmap calls for refactoring the durable mathematics onto Mathlib-native foundations.Validation
lake build TauCetiRoadmap.EquitableOperatorReduction.Suggestedlake build(8,781 jobs)git diff --checkPrepared with GPT-5.6 Codex under Ember's direction. Ember is reviewing the mathematics and ownership boundaries before marking this ready for review.