-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - refactor: enforce the predicate on the ContinuousFunctionalCalculus
is nontrivial
#14100
Conversation
PR summary a3c62aa812Import changesNo significant changes to the import graph
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ADedecker I know you're busy with other things, but I would appreciate it if you could take a few minutes to review this. Frederic and I talked about it and think it makes sense, but I wanted to make sure you agree.
@ADedecker I understand you're a bit busy at the moment, so I'll just go ahead and merge this. bors r+ |
… is nontrivial (#14100) add a condition to the unital and non-unital continuous functional calculus class which ensures that the predicate is nontrivial by requiring `p 0` to hold. This guarantees in unital algebras that `p (algebraMap R A r)` holds, which is about all one can expect given that sometimes `p := IsStarNormal`.
Build failed: |
bors r+ |
… is nontrivial (#14100) add a condition to the unital and non-unital continuous functional calculus class which ensures that the predicate is nontrivial by requiring `p 0` to hold. This guarantees in unital algebras that `p (algebraMap R A r)` holds, which is about all one can expect given that sometimes `p := IsStarNormal`.
Pull request successfully merged into master. Build succeeded: |
ContinuousFunctionalCalculus
is nontrivialContinuousFunctionalCalculus
is nontrivial
add a condition to the unital and non-unital continuous functional calculus class which ensures that the predicate is nontrivial by requiring
p 0
to hold. This guarantees in unital algebras thatp (algebraMap R A r)
holds, which is about all one can expect given that sometimesp := IsStarNormal
.see #14065 for motivation