Skip to content

Pathspace antichain oracles, sealed against prefix_subsumption - #99

Open
MesTTo wants to merge 2 commits into
trueagi-io:mainfrom
MesTTo:pr/mork-pathspace-oracles
Open

Pathspace antichain oracles, sealed against prefix_subsumption#99
MesTTo wants to merge 2 commits into
trueagi-io:mainfrom
MesTTo:pr/mork-pathspace-oracles

Conversation

@MesTTo

@MesTTo MesTTo commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Finite pathspace reference oracles, behind a pathspace_oracles feature: prefix_minimal_values (the prefix-minimal antichain), prefix_maximal_values (its dual), and shared_prefix_witnesses (prefix-maximal common prefixes), all deliberately materializing sorted path lists as the simplest correct semantics.

The minimal oracle is differentially sealed against the in-tree Space::prefix_subsumption: its self-representatives (out[i] == i) are exactly this antichain, verified on fixed shapes plus 80 deterministic random pathsets. The maximal and shared-prefix oracles pin semantics ahead of an implementation (no in-tree counterpart yet), which their docs now say plainly.

MesTTo added 2 commits June 23, 2026 21:57
The oracles now do oracle work: a differential test seals prefix_minimal_values
against the in-tree Space::prefix_subsumption, whose self-representatives are
exactly the prefix-minimal antichain, on fixed shapes plus 80 deterministic
random pathsets. The module moves behind a pathspace_oracles feature so the
default build carries no unconditional reference API, and the doc comments now
name the real in-tree counterpart instead of archive-only operations (the
maximal/shared-prefix oracles are marked as pinning semantics ahead of an
implementation).
@MesTTo MesTTo changed the title Add finite pathspace operation oracles Pathspace antichain oracles, sealed against prefix_subsumption Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant