feat(QuantumInfo): Finish Data Processing Inequality#1082
Merged
Conversation
import files from https://github.com/Hayata-Yamasaki-Group/lean-quantum/tree/main/Quantum/TraceInequality to check if we can make them work together
Finish DPI + GQSL
Didn't mean to touch the README! Git got confused during a merge.
jstoobysmith
approved these changes
May 6, 2026
Member
jstoobysmith
left a comment
There was a problem hiding this comment.
Approved - feel free to merge when you are ready.
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.
This adds the formalization of the data processing inequality for the sandwiched relative Renyi entropy for quantum states. This was the final sorry needed to finish the proof of the Generalized Quantum Stein's Lemma. The quantum-specific stuff is in DPI.lean, but then it depends on several other operator inequalities.
Some of the operator inequalities are proved fresh in QuantumInfo, but some come from a separate project of Hayata Yamasaki's group. They're wanting to eventually publish their project separately (before, I believe, eventually upstreaming) -- but they've agreed to allow it here in the interim. (I think this is so that, primarily, they can get proper academic credit when they have their project done.) In order to make the credit here abundantly clear, their 10 files are in a dedicated folder
QuantumInfo/ForMathlib/HayataGroup. It has been edited lightly to (1) move it to the module system, (2) remove long lines, and (3) port to the current version of Mathlib.