docs: sync mumei-side live generated theorem path count to thirteen - #491
Merged
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
AkiraTamai
marked this pull request as ready for review
August 2, 2026 06:50
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
docs-sync only.
docs/CROSS_PROJECT_ROADMAP.md§SI-6 already lists 13 live generated Lean bridge paths (throughpredicate_guard_collapse), but three other places still carried stale counts:docs/STDLIB.md: "eight live generated theorem paths" + 8-item list → thirteen, addingrtgs_transfer_conservation,ff_mul_commutative,ff_mul_associative,ff_mul_add_distributive,predicate_guard_collapse.docs/ROADMAP.md: "(ten in total: …)" → thirteen with the same list.docs/CROSS_PROJECT_ROADMAP.mdV1 summary table/prose (10 live generated theorem paths→13), noting that paths 12/13 have no bridge lemma template and are adopted by the deterministic 16-candidate tactic search (mumei_ff_mod/tauto), sobridge_lemma_hashis unchanged.Source of truth is the mumei-lean implementation (
tests/test_lean_bridge_e2e.py+ the 13 live*.proof-cert.jsonfixtures); the matching mumei-lean docs sync is mumei-lang/mumei-lean#109. No vocabulary, verdict, or audit-key change:harness_contract,intent_fidelity,artifact_paths,budget_policy_fingerprint,lean_verifiedand the 8 fixed audit keys are untouched.Regression commands
Link to Devin session: https://app.devin.ai/sessions/adfa18cdf78948c09b218b54aa5a83b0
Requested by: @AkiraTamai