nLab simplicial type

Redirected from "meromorphic map".

Contents

Idea

In dependent type theory, given a bounded poset II, simplicial types are those for which II behaves as a bounded total order. This is important in triangulated type theory to identify the objects which behave as simplicial objects relative to the distributive lattice interval 𝕀\mathbb{I}, in order to define things such as ( , 1 ) (\infty,1) -categories, which are the 𝕀\mathbb{I}-simplicial Rezk types in triangulated type theory.

 Definition

In dependent type theory, let II be a bounded poset, such as a distributive lattice. A type AA is II-simplicial if for all elements i:Ii:I and j:Ij:I the function

λx.λt.x:A((ijji)A)\lambda x.\lambda t.x:A \to ((i \leq j \vee j \leq i) \to A)

which takes elements x:Ax:A to constant functions λt.x:(ijji)A\lambda t.x:(i \leq j \vee j \leq i) \to A is an equivalence of types

isSimp I(A)isEquiv(λx.λt.x)\mathrm{isSimp}_I(A) \coloneqq \mathrm{isEquiv}(\lambda x.\lambda t.x)

Theorem

Suppose that II is a total order. Then every type AA is II-simplicial.

Proof

In a total order, the type ijjii \leq j \vee j \leq i is a contractible type for all i:Ii:I and j:Ij:I, and given any contractible type BB, the function λx.λt.x:A(BA)\lambda x.\lambda t.x:A \to (B \to A) is an equivalence of types. Thus, AA is II-simplicial for all types AA.

In particular, this means that in simplicial type theory with bounded total order 𝕀\mathbb{I}, every type is 𝕀\mathbb{I}-simplicial.

 References

Created on April 11, 2025 at 00:15:32. See the history of this page for a list of all contributions to it.