feat(QuantumMechanics): adjoint of continuous operators#1443
Conversation
|
Thank you for this PR, which will now be reviewed. If submitting to ./Physlib or ./QuantumInfo, please see our review guidelines if you are not familiar with the process. You should expect a back and forth with a reviewer before your PR is merged. See also that link for how to add appropriate labels to your PR. The PR will also go through a number of automated checks. You can learn more about these here, including how to run them locally. If you are submitting to ./PhyslibAlpha there will be a lighter review process, though your PR must still pass the automated checks. If you want to bring attention to this PR, please write a message on this thread of the Lean Zulip. Important: If a reviewer adds an |
adjoint_domain_of_continuous:U†.domain = ⊤whenUis a continuous (equivalently, bounded) operatorHasDenseDomain.adjoint_add_continuous(and asubvariant):(T₁ + T₂)† = T₁† + T₂†withT₂continuous (equivalently, bounded).IsUnbounded.orthogonal_closure_sub_rangeusingadjoint_sub_continuousAlso takes the opportunity to move the
IsUnboundedsection ofUnbounded.leanbefore those forIsSymmetric, etc. so that results for general unbounded operators can be used in more specialized cases.Currently a draft since will need to merge after #1432.