Homotopy Type Theory uniformly continuous function > history (Rev #3, changes)

Showing changes from revision #2 to #3: Added | Removed | Changed

Contents

Whenever editing is allowed on the nLab again, this article should be ported over there.

Definition

In homotopy type theory

In Archimedean ordered fields

Let FF be an Archimedean ordered field and let

F + a:F0<aF_{+} \coloneqq \sum_{a:F} 0 \lt a

be the positive elements in FF. A function f:FFf:F \to F is uniformly continuous in FF if

isUniformlyContinuous(f) ϵ:F + δ:F + x:F y:F(|xy|<δ)(|f(x)f(y)|<ϵ)isUniformlyContinuous(f) \coloneqq \prod_{\epsilon:F_{+}} \Vert \sum_{\delta:F_{+}} \prod_{x:F} \prod_{y:F} (\vert x - y \vert \lt \delta) \to (\vert f(x) - f(y) \vert \lt \epsilon) \Vert

In premetric spaces

Let SS be a premetric space and let

F + a:S0<aF_{+} \coloneqq \sum_{a:S} 0 \lt a

be the positive elements in SS. A function f:SSf:S \to S ff is uniformly continuous in SS if

isUniformlyContinuous(f) ϵ: + δ: + x:S y:S(x δy)(f(x) ϵf(y))isUniformlyContinuous(f) \coloneqq \prod_{\epsilon:\mathbb{Q}_{+}} \Vert \sum_{\delta:\mathbb{Q}_{+}} \prod_{x:S} \prod_{y:S} (x \sim_\delta y) \to (f(x) \sim_\epsilon f(y)) \Vert

See also

Revision on June 10, 2022 at 01:28:44 by Anonymous?. See the history of this page for a list of all contributions to it.