[Merged by Bors] - feat(Analysis/InnerProductSpace/Reproducing): lemmata for reproducing kernels#37533
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 39328e9cd8Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: Monica Omar <23701951+themathqueen@users.noreply.github.com>
|
I updated the implicit |
themathqueen
left a comment
There was a problem hiding this comment.
I think the first four (or maybe all?) of your results should have H explicit. But I'm not entirely sure. Maybe someone else has an opinion on this.
You mean because the results apply to the kernel of H, and there is not something else that really fixes H for you? |
Yup. But let's wait for another opinion on this |
Co-authored-by: Monica Omar <23701951+themathqueen@users.noreply.github.com>
I think |
themathqueen
left a comment
There was a problem hiding this comment.
Thanks! Looks good. Just two small comments.
maintainer delegate?
|
🚀 Pull request has been placed on the maintainer queue by themathqueen. |
|
✌️ TJHeeringa can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
… kernels (#37533) Co-authored-by: Heeringa <t.j.heeringa@utwente.nl>
|
Pull request successfully merged into master. Build succeeded: |
These are several lemmata regarding pointwise properties of reproducing kernels.
norm_le_sq_norm_mul_diagandnorm_sq_le_norm_mul_diagfollow from Cauchy-Schwartz onkerFunbut are expressed in terms of the kernel. The names containdiagbecause a kernel is an infinite dimension matrix and thuskernel H x xandkernel H y yare diagonal elements.zero_row_iff_zero_diagandzero_col_iff_zero_diaghave the same proof. One implies the other due to the kernel being Hermitian.AI:
I wrote the proofs myself, and then asked Claude to compact them because they were too long and I could see that they could be shortened. It gave some good suggestions but mostly broke the proofs, so fixed and compacted it myself (taking into account its useful suggestions).