-
Notifications
You must be signed in to change notification settings - Fork 91
Cauchy-Schwarz inequality #1712
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
base: master
Are you sure you want to change the base?
Conversation
…shake-out-signed-rational
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
|
Please remember that the Cauchy–Schwarz inequality is also a Wikipedia theorem |
|
Seeing as @malarbol provided the proof strategy for the main theorem here, it seems reasonable to me to award him co-authorship, both of the PR, and the 100-theorems and Wikipedia theorem entries. Is this something you have discussed? I don't want to meddle in your affairs if this is settled, of course. |
We haven't discussed it and I'd be glad to be mentioned as co-author. All other proofs mentioned in #1690 are basically the same:
In our case, we don't have the disjunction
|
| **Author:** [Louis Wasserman](https://github.com/lowasser) | ||
|
|
||
| **Author:** [malarbol](http://www.github.com/malarbol) |
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.
| **Author:** [Louis Wasserman](https://github.com/lowasser) | |
| **Author:** [malarbol](http://www.github.com/malarbol) | |
| **Author:** [Louis Wasserman](https://github.com/lowasser) and [malarbol](http://www.github.com/malarbol) |
| **Author:** [Louis Wasserman](https://github.com/lowasser) | ||
|
|
||
| **Author:** [malarbol](http://www.github.com/malarbol) |
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.
| **Author:** [Louis Wasserman](https://github.com/lowasser) | |
| **Author:** [malarbol](http://www.github.com/malarbol) | |
| **Author:** [Louis Wasserman](https://github.com/lowasser) and [malarbol](http://www.github.com/malarbol) |
| ( similarity-reasoning-ℝ | ||
| abs-ℝ (raise-ℝ l2 x) | ||
| ~ℝ abs-ℝ x | ||
| by preserves-sim-abs-ℝ (sim-raise-ℝ' l2 x) | ||
| ~ℝ raise-ℝ l2 (abs-ℝ x) | ||
| by sim-raise-ℝ l2 (abs-ℝ x)) |
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.
this lemma should be registered separately
|
|
||
| ## Idea | ||
|
|
||
| This file describes properties of |
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.
| This file describes properties of | |
| On this page we describe properties of |
Completes #1690. Builds on #1705.