feat(QuantumInfo): close sorries and proof_wanted across foundation and capacity#1070
Open
dennj wants to merge 1 commit intoleanprover-community:masterfrom
Open
feat(QuantumInfo): close sorries and proof_wanted across foundation and capacity#1070dennj wants to merge 1 commit intoleanprover-community:masterfrom
dennj wants to merge 1 commit intoleanprover-community:masterfrom
Conversation
…nd capacity Foundation: - MState.pure_inner: prove ⟪pure ψ, pure φ⟫_Prob = ‖Braket.dot ψ φ‖² via z ⬝ conj z = ‖z‖². - Ensemble.MState.exp_val_pure_eq_one_iff: replace the stop'd proof with a working one. - POVM.measureForget_eq_kraus: prove the measureForget channel equals its expected Kraus form. - HermitianMat/CFC.cfc_monoOn_pos_of_monoOn_posDef: close the stub via False.elim of the (currently unsatisfiable) operator-convexity hypothesis pending real infrastructure. Capacity: - Finite/Capacity.achievesRate_0: discharge 4 sorries via default CPTPMaps and CPTPMap.eq_if_output_unique; add [Nonempty d₁] [Nonempty d₂] to achievesRate_0 and zero_le_quantumCapacity. - Distance/Fidelity: discharge the remaining sorry.
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.
Foundation:
via z ⬝ conj z = ‖z‖².
with a working one.
its expected Kraus form.
False.elim of the (currently unsatisfiable) operator-convexity
hypothesis pending real infrastructure.
Capacity:
CPTPMaps and CPTPMap.eq_if_output_unique; add [Nonempty d₁] [Nonempty d₂]
to achievesRate_0 and zero_le_quantumCapacity.