-
Notifications
You must be signed in to change notification settings - Fork 91
Normed real vector spaces #1704
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
…shake-out-signed-rational
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
fredrik-bakke
left a comment
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.
mental stuff
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
| ≤ zero-ℝ | ||
| by leq-sim-ℝ (right-zero-law-mul-ℝ _) | ||
| ≤ raise-ℝ l1 zero-ℝ | ||
| by leq-sim-ℝ (sim-raise-ℝ l1 zero-ℝ) | ||
| ≤ dist-Seminormed-ℝ-Vector-Space V v v | ||
| by | ||
| leq-eq-ℝ | ||
| ( inv (is-zero-diagonal-dist-Seminormed-ℝ-Vector-Space V v)) | ||
| ≤ ( map-seminorm-Seminormed-ℝ-Vector-Space V v) +ℝ | ||
| ( map-seminorm-Seminormed-ℝ-Vector-Space | ||
| ( V) | ||
| ( neg-Seminormed-ℝ-Vector-Space V v)) | ||
| by triangular-Seminormed-ℝ-Vector-Space V _ _ | ||
| ≤ ( map-seminorm-Seminormed-ℝ-Vector-Space V v) +ℝ | ||
| ( map-seminorm-Seminormed-ℝ-Vector-Space V v) | ||
| by | ||
| leq-eq-ℝ | ||
| ( ap-add-ℝ | ||
| ( refl) | ||
| ( seminorm-neg-Seminormed-ℝ-Vector-Space V v)) | ||
| ≤ real-ℕ 2 *ℝ map-seminorm-Seminormed-ℝ-Vector-Space V v | ||
| by leq-eq-ℝ (inv (left-mul-real-ℕ 2 _))) |
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.
It should be a lemma that zero-ℝ is less than or equal to any nonnegative real, and real-ℕ 2 *ℝ map-seminorm-Seminormed-ℝ-Vector-Space V v is nonnegative.
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.
Oh, this whole chain of inequalities should be simplified to the argument that multiplying by two preserves inequality, and zero is less than map-seminorm-Seminormed-ℝ-Vector-Space V v.
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.
I think your reasoning is circular. We don't know beforehand that "real-ℕ 2 *ℝ map-seminorm-Seminormed-ℝ-Vector-Space V v is nonnegative" or that "zero is less than map-seminorm-Seminormed-ℝ-Vector-Space V v", that's what we're here to prove.
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
Builds on #1689. Completes #1702 .