Homotopy Type Theory Cauchy approximation > history (Rev #9)

Definition

Let RR be a dense integral subdomain of the rational numbers \mathbb{Q} and let R +R_{+} be the positive terms of RR.

Let SS be a R +R_{+}-premetric space. We define the predicate

isCauchyApproximation(x) δ:R + η:R +x δ δ+ηx ηisCauchyApproximation(x) \coloneqq \prod_{\delta:R_{+}} \prod_{\eta:R_{+}} x_\delta \sim_{\delta + \eta} x_\eta

xx is a R +R_{+}-Cauchy approximation if

x:R +Sc(x):isCauchyApproximation(x)x:R_{+} \to S \vdash c(x): isCauchyApproximation(x)

The type of R +R_{+}-Cauchy approximations in SS is defined as

C(S,R +) x:R +SisCauchyApproximation(x)C(S, R_{+}) \coloneqq \sum_{x:R_{+} \to S} isCauchyApproximation(x)

Properties

Every R +R_{+}-Cauchy approximation is a Cauchy net indexed by R +R_{+}. This is because R +R_{+} is a strictly ordered type, and thus a directed type and a strictly codirected type, with N:R +N:R_{+} defined as NδηN \coloneqq \delta \otimes \eta for δ:R +\delta:R_{+} and η:R +\eta:R_{+}. ϵ:R +\epsilon:R_{+} is defined as ϵ+δη\epsilon + \delta \oplus \eta.

Thus, there is a family of dependent terms

x:R +Sn(x):isCauchyApproximation(x)isCauchyNet(x)x:R_{+} \to S \vdash n(x): isCauchyApproximation(x) \to isCauchyNet(x)

An R +R_{+}-Cauchy approximation is the composition xMx \circ M of a net xx and an R +R_{+}-modulus of Cauchy convergence MM.

See also

References

Revision on March 31, 2022 at 02:35:32 by Anonymous?. See the history of this page for a list of all contributions to it.