Prove the dimension-2 and dimension-3 SIC-POVM benchmarks - #266
Draft
DomTheDeveloper wants to merge 31 commits into
Draft
Prove the dimension-2 and dimension-3 SIC-POVM benchmarks#266DomTheDeveloper wants to merge 31 commits into
DomTheDeveloper wants to merge 31 commits into
Conversation
|
👋 This is an automated welcome message. 🤖 A few friendly reminders while the review gets started:
Thanks again for helping improve Formal Conjectures. |
Owner
Author
|
Focused canonical Lean compile and exact in-source axiom audit are green. Requesting the full repository |
Owner
Author
|
The strict focused gate inspected the current source declarations directly, avoiding stale cached OLEANs. No |
Owner
Author
|
Keeping this draft until the full repository build finishes; no merge is being attempted. |
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
Closes the four low-dimensional benchmark placeholders in
FormalConjectures/OpenQuantumProblems/23.lean:qubitSICFamily_pairwisehasSICPOVM_twohesseFamily_pairwisehasSICPOVM_threeThe dimension-2 proof verifies the tetrahedral qubit family by exact finite algebra. The dimension-3 proof checks all distinct pairs in the nine-vector Hesse family, using explicit identities for the cube root of unity and the normalization constants.
This adapts the low-dimensional finite-verification strategy from the earlier unmerged upstream work in google-deepmind#3652 to the current compressed definitions and Mathlib version.
Verification
The focused audit:
FormalConjectures/OpenQuantumProblems/23.leansource;#print axiomsto the canonical source in the same Lean compilation;sorryAx,Lean.ofReduceBool, andLean.trustCompiler.Final focused result: green.
Status
Kept as a draft until the repository-wide
lake --wfail buildis green.