-
Notifications
You must be signed in to change notification settings - Fork 91
Odd powers of real numbers are strictly increasing #1737
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
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>
src/real-numbers/pointwise-continuous-functions-real-numbers.lagda.md
Outdated
Show resolved
Hide resolved
src/real-numbers/strictly-increasing-functions-real-numbers.lagda.md
Outdated
Show resolved
Hide resolved
src/real-numbers/strictly-increasing-functions-real-numbers.lagda.md
Outdated
Show resolved
Hide resolved
src/real-numbers/strictly-increasing-functions-real-numbers.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/pointwise-continuous-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
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.
Very nice work! My comments mostly regard naming of certain entries and file organization.
Co-authored-by: Fredrik Bakke <fredrbak@gmail.com>
| (f : type-function-Metric-Space X Y) | ||
| where | ||
|
|
||
| is-pointwise-continuous-prop-function-Metric-Space : Prop (l1 ⊔ l2 ⊔ l4) |
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.
| is-pointwise-continuous-prop-function-Metric-Space : Prop (l1 ⊔ l2 ⊔ l4) | |
| is-pointwise-continuous-prop-map-Metric-Space : Prop (l1 ⊔ l2 ⊔ l4) |
| (f : type-function-Metric-Space X Y) | ||
| where | ||
|
|
||
| is-classically-pointwise-continuous-prop-function-Metric-Space : |
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.
| is-classically-pointwise-continuous-prop-function-Metric-Space : | |
| is-classically-pointwise-continuous-prop-map-Metric-Space : |
| where | ||
|
|
||
| abstract | ||
| is-pointwise-continuous-is-classically-pointwise-continuous-ACω-function-Metric-Space : |
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.
| is-pointwise-continuous-is-classically-pointwise-continuous-ACω-function-Metric-Space : | |
| is-pointwise-continuous-is-classically-pointwise-continuous-map-acω-Metric-Space : |
| (y : type-Metric-Space Y) | ||
| where | ||
|
|
||
| is-classical-limit-prop-function-Metric-Space : Prop (l1 ⊔ l2 ⊔ l4) |
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.
| is-classical-limit-prop-function-Metric-Space : Prop (l1 ⊔ l2 ⊔ l4) | |
| is-classical-limit-prop-map-Metric-Space : Prop (l1 ⊔ l2 ⊔ l4) |
| where | ||
|
|
||
| abstract | ||
| is-classical-limit-is-limit-function-Metric-Space : |
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.
| is-classical-limit-is-limit-function-Metric-Space : | |
| is-classical-limit-is-limit-map-Metric-Space : |
| where | ||
|
|
||
| abstract | ||
| is-limit-is-classical-limit-ACω-function-Metric-Space : |
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.
| is-limit-is-classical-limit-ACω-function-Metric-Space : | |
| is-limit-is-classical-limit-map-acω-Metric-Space : |
| ( leq-right-min-ℚ⁺ (μf ε) (μg ε)) | ||
| ( Ncc')))) | ||
|
|
||
| product-pointwise-continuous-map-Metric-Space : |
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.
| product-pointwise-continuous-map-Metric-Space : | |
| pointwise-continuous-map-product-Metric-Space : |
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.
compare to equiv-product. This should be seen as a functorial action of products.
| is-pointwise-continuous-is-isometry-Metric-Space X X id | ||
| ( is-isometry-id-Metric-Space X) | ||
|
|
||
| pointwise-continuous-id-Metric-Space : |
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.
| pointwise-continuous-id-Metric-Space : | |
| id-pointwise-continuous-map-Metric-Space : |
| where | ||
|
|
||
| abstract | ||
| is-pointwise-continuous-id-Metric-Space : |
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.
| is-pointwise-continuous-id-Metric-Space : | |
| is-pointwise-continuous-map-id-Metric-Space : |
| is-pointwise-continuous-is-short-function-Metric-Space X Y _ | ||
| ( is-short-constant-function-Metric-Space X Y y) | ||
|
|
||
| pointwise-continuous-constant-function-Metric-Space : |
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.
const-pointwise-continuous-map
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.
please use the predefined const function in your definition
Builds on some material from #1712 .