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

Definition

Let TT be a directed type and codirected type where the directed type operation \oplus is associative, and let SS be a TT-premetric space. We define the predicate

isCauchyApproximation(x) δ:T η:Tx δ δηx ηisCauchyApproximation(x) \coloneqq \prod_{\delta:T} \prod_{\eta:T} x_\delta \sim_{\delta \oplus \eta} x_\eta

xx is a TT-Cauchy approximation if

x:TSc(x):isCauchyApproximation(x)x:T \to S \vdash c(x): isCauchyApproximation(x)

The type of TT-Cauchy approximations in SS is defined as

C(S,T) x:TSisCauchyApproximation(x)C(S, T) \coloneqq \sum_{x:T \to S} isCauchyApproximation(x)

Properties

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

Thus, there is a family of dependent terms

x:TSn(x):isCauchyApproximation(x)isCauchyNet(x)x:T \to S \vdash n(x): isCauchyApproximation(x) \to isCauchyNet(x)

A TT-Cauchy approximation is the composition xMx \circ M of a net xx and a TT-modulus of Cauchy convergence MM.

See also

References

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