Homotopy Type Theory limit of a net > history (Rev #13)

Contents

Definition

In rational numbers

Let \mathbb{Q} be the rational numbers and let +\mathbb{Q}_{+} be the type of positive rational numbers. Given a directed type II, a term l:l:\mathbb{Q} is a limit of a net x:Ix: I \to \mathbb{Q} or that xx converges to ll if ll comes with a term

λ: ϵ: + N:I i:I(iN)(|x il|<ϵ)\lambda: \prod_{\epsilon:\mathbb{Q}_{+}} \Vert \sum_{N:I} \prod_{i:I} (i \geq N) \to (\vert x_i - l \vert \lt \epsilon) \Vert

The type of all limits of a net is defined as

limx l:( ϵ: + N:I i:I(iN)(|x il|<ϵ))\lim x \coloneqq \sum_{l:\mathbb{Q}} \left(\prod_{\epsilon:\mathbb{Q}_{+}} \Vert \sum_{N:I} \prod_{i:I} (i \geq N) \to (\vert x_i - l \vert \lt \epsilon) \Vert\right)

A limit of a sequence a:a:\mathbb{N} \to \mathbb{Q} is usually written as

lim xa(x)\lim_{x \to \infty} a(x)

In Archimedean ordered fields

Let FF be an Archimedean ordered field and let F +F_{+} be the type of positive rational numbers. Given a directed type II, a term l:Fl:F is a limit of a net x:IFx: I \to F or that xx converges to ll if ll comes with a term

λ: ϵ:F + N:I i:I(iN)(|x il|<ϵ)\lambda: \prod_{\epsilon:F_{+}} \Vert \sum_{N:I} \prod_{i:I} (i \geq N) \to (\vert x_i - l \vert \lt \epsilon) \Vert

The type of all limits of a net is defined as

limx l:F( ϵ:F + N:I i:I(iN)(|x il|<ϵ))\lim x \coloneqq \sum_{l:F} \left(\prod_{\epsilon:F_{+}} \Vert \sum_{N:I} \prod_{i:I} (i \geq N) \to (\vert x_i - l \vert \lt \epsilon) \Vert\right)

A limit of a sequence a:Fa:\mathbb{N} \to F is usually written as

lim xa(x)\lim_{x \to \infty} a(x)

Most general definition

Let SS be a type with a predicate \to between the type of all nets in SS

I:𝒰isDirected(I)×(IS)\sum_{I:\mathcal{U}} isDirected(I) \times (I \to S)

and SS itself.

Given a directed type II, a term l:Sl:S is a limit of a net x:ISx: I \to S or that xx converges to ll if the proposition xlx \to l is contractible.

The type of all limits of a net is defined as

limx l:Sxl\lim x \coloneqq \sum_{l:S} x \to l

See also

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