-
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 <[email protected]>
Co-authored-by: Fredrik Bakke <[email protected]>
Co-authored-by: Fredrik Bakke <[email protected]>
Co-authored-by: Fredrik Bakke <[email protected]>
Co-authored-by: Fredrik Bakke <[email protected]>
src/metric-spaces/pointwise-continuous-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/classically-pointwise-continuous-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/classically-pointwise-continuous-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/classical-limits-of-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/classical-limits-of-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/classical-limits-of-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/pointwise-continuous-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/pointwise-continuous-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/pointwise-continuous-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
src/metric-spaces/pointwise-continuous-functions-metric-spaces.lagda.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Fredrik Bakke <[email protected]>
| ( f) | ||
| ( is-uniformly-continuous-is-short-function-Metric-Space X Y f H) | ||
|
|
||
| pointwise-continuous-short-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.
| pointwise-continuous-short-function-Metric-Space : | |
| pointwise-continuous-map-short-function-Metric-Space : |
| where | ||
|
|
||
| abstract | ||
| is-pointwise-continuous-const-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-const-Metric-Space : | |
| is-pointwise-continuous-map-const-Metric-Space : |
| where | ||
|
|
||
| abstract | ||
| is-pointwise-continuous-is-isometry-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-isometry-Metric-Space : | |
| is-pointwise-continuous-map-is-isometry-Metric-Space : |
| is-pointwise-continuous-is-uniformly-continuous-function-Metric-Space | ||
| f H x = map-trunc-Prop (λ (μ , is-mod-μ) → (μ , is-mod-μ x)) H | ||
|
|
||
| pointwise-continuous-uniformly-continuous-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.
| pointwise-continuous-uniformly-continuous-function-Metric-Space : | |
| pointwise-continuous-map-uniformly-continuous-function-Metric-Space : |
| where | ||
|
|
||
| abstract | ||
| is-pointwise-continuous-is-uniformly-continuous-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-uniformly-continuous-function-Metric-Space : | |
| is-pointwise-continuous-map-is-uniformly-continuous-function-Metric-Space : |
| ( f) | ||
| ( is-uniformly-continuous-is-isometry-Metric-Space X Y f H) | ||
|
|
||
| pointwise-continuous-isometry-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-isometry-Metric-Space : | |
| pointwise-continuous-map-isometry-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.
The convention in order-theory is to call a subtype of an ordering a subordering, i.e., here, `Strict-Subpreorder. Are you intentionally going against that convention? C.f. for instance subpreorders.
| is-classical-limit-is-limit-function-ℝ : | ||
| is-limit-function-ℝ f x y → is-classical-limit-function-ℝ f x y |
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.
Here the terminology map should also be preferred over function and for the rest of this file. If you prefer, I'm willing to postpone the renaming to a dedicated PR.
| is-classically-pointwise-continuous-prop-function-ℝ : Prop (lsuc l1 ⊔ l2) | ||
| is-classically-pointwise-continuous-prop-function-ℝ = |
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.
Here and for the rest of this file also map should be preferred over function. Again I'm open to postpone renamings for a dedicated PR.
| is-increasing-prop-function-ℝ : | ||
| {l1 l2 : Level} → (ℝ l1 → ℝ l2) → Prop (lsuc l1 ⊔ l2) | ||
| is-increasing-prop-function-ℝ {l1} {l2} = | ||
| preserves-order-prop-Poset (ℝ-Poset l1) (ℝ-Poset l2) | ||
|
|
||
| is-increasing-function-ℝ : | ||
| {l1 l2 : Level} → (ℝ l1 → ℝ l2) → UU (lsuc l1 ⊔ l2) |
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.
same here
| is-limit-prop-function-ℝ : | ||
| {l1 l2 : Level} → (ℝ l1 → ℝ l2) → ℝ l1 → ℝ l2 → Prop (lsuc l1 ⊔ l2) | ||
| is-limit-prop-function-ℝ {l1} {l2} = | ||
| is-point-limit-prop-function-Metric-Space | ||
| ( metric-space-ℝ l1) | ||
| ( metric-space-ℝ l2) | ||
|
|
||
| is-limit-function-ℝ : | ||
| {l1 l2 : Level} → (ℝ l1 → ℝ l2) → ℝ l1 → ℝ l2 → UU (lsuc l1 ⊔ l2) | ||
| is-limit-function-ℝ f x y = type-Prop (is-limit-prop-function-ℝ f x y) |
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.
same here
| is-pointwise-continuous-prop-function-ℝ : | ||
| {l1 l2 : Level} → (ℝ l1 → ℝ l2) → Prop (lsuc l1 ⊔ l2) | ||
| is-pointwise-continuous-prop-function-ℝ {l1} {l2} = | ||
| is-pointwise-continuous-prop-map-Metric-Space | ||
| ( metric-space-ℝ l1) | ||
| ( metric-space-ℝ l2) |
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.
same here and for the rest of this file
| abstract | ||
| extensionality-principle-strict-preorder-ℝ : | ||
| (l : Level) → | ||
| extensionality-principle-Strict-Preorder (strict-preorder-ℝ l) | ||
| extensionality-principle-strict-preorder-ℝ l x y (_ , x~y) = | ||
| eq-sim-ℝ | ||
| ( sim-le-same-rational-ℝ x y | ||
| ( λ q → | ||
| ( inv-iff (le-iff-le-right-raise-ℝ l y (real-ℚ q))) ∘iff | ||
| ( x~y (raise-real-ℚ l q)) ∘iff | ||
| ( le-iff-le-right-raise-ℝ l x (real-ℚ q)))) | ||
|
|
||
| strict-order-ℝ : (l : Level) → Strict-Order (lsuc l) l | ||
| strict-order-ℝ l = | ||
| ( strict-preorder-ℝ l , | ||
| extensionality-principle-strict-preorder-ℝ l) |
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, nice, it's good to know that this extensionality principle is sensible!
|
This PR has gotten very large, and I think it needs a proper re-review before I'm confident to merge it. Would it be possible to split it up into a few smaller PRs? |
Builds on some material from #1712 .