feat(QuantumMechanics): Add LinearPMap.compRestricted#1127
Merged
Conversation
Contributor
Author
|
t-quantum-mechanics |
| adjoint_isFormalAdjoint h₁ ⟨u, u.2.1⟩ ⟨w, w.2.1⟩, | ||
| adjoint_isFormalAdjoint h₂ ⟨u, u.2.2⟩ ⟨w, w.2.2⟩] | ||
|
|
||
| lemma adjoint_comp_le_comp_adjoint [CompleteSpace H] [CompleteSpace H'] |
Member
There was a problem hiding this comment.
should this be compRestricted not comp in the name?
Contributor
Author
There was a problem hiding this comment.
Thanks, I've fixed this and three other lemma names.
jstoobysmith
approved these changes
May 27, 2026
Member
jstoobysmith
left a comment
There was a problem hiding this comment.
Looks good to me. Will merge once linters finish
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.
The composition of two partial linear maps,
g.comp f, requires a proof that the range offis contained in the domain ofg. This PR definesg.compRestricted f(g ∘ᵣ f) which automatically restricts the domain offto thosexfor whichg (f x)is defined.Also includes:
g ∘ᵣ fand the relationship betweeng ∘ᵣ fand other compositions ofgwithf.U† ∘ᵣ V† ≤ (V ∘ᵣ U)†. (The same inequality but with∘ᵣreplaced by any composition on either side follows immediately from this,comp_le_compRestrictedandadjoint_antitone.)Tis symmetric then so too isT ∘ᵣ T.𝓜 f ∘ᵣ 𝓜 g ≤ 𝓜 (f • g)with equality when𝓜 gis bounded.