feat: L-S48 MultiDieAggCorrect.v β 8-die merkle aggregation correctness proof (Wave-13b)#804
Open
gHashTag wants to merge 1 commit into
Open
feat: L-S48 MultiDieAggCorrect.v β 8-die merkle aggregation correctness proof (Wave-13b)#804gHashTag wants to merge 1 commit into
gHashTag wants to merge 1 commit into
Conversation
β¦ve-13b) Closes #803 Add Coq proof of 8-leaf inter-die merkle aggregation correctness. Pattern: opaque Parameter hash_combine + congruence (Wave-12c style). No Admitted. coqc 8.20.1 exit 0. Theorems: - super_root_deterministic: equal leaf-lists β equal super-root - super_root_assoc_layers: 3-stage (8->4->2->1) β‘ flat hash expansion - super_root_refl: corollary (reflexivity) RTL citation: src/multi_die_reducer.v (tt-trinity-gf16, Wave-13b) Sim token: MULTI_DIE_REDUCER_GREEN (88/88 PASS) Also adds: - docs/phd/artifacts/coq_citation_map.json: mapping β multi_die_reducer.v PhD anchor: ΟΒ² + Οβ»Β² = 3 DOI: 10.5281/zenodo.19227877 Apache-2.0 Author: Dmitrii Vasilev <admin@t27.ai>
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.
Closes #803
L-S48 Multi-Die Aggregation Correctness Proof (Wave-13b)
PhD anchor: ΟΒ² + Οβ»Β² = 3 | DOI: 10.5281/zenodo.19227877
Coq Proof Summary
File:
docs/phd/theorems/igla/MultiDieAggCorrect.vPattern: Opaque
Parameter hash_combine+congruence(Wave-12c style) β keeps proof O(1).Theorems proved:
super_root_deterministicforall leaves leaves', leaves = leaves' -> super_root leaves = super_root leaves'subst; congruencesuper_root_assoc_layersunfolddefinitions +congruencesuper_root_refl(corollary)Verification
RTL Citation
gHashTag/tt-trinity-gf16src/multi_die_reducer.vFiles
docs/phd/theorems/igla/MultiDieAggCorrect.vdocs/phd/artifacts/coq_citation_map.jsonTopology Note
The 3-stage merkle tree maps exactly to RTL pipeline:
Author: Dmitrii Vasilev admin@t27.ai
Apache-2.0