请输入您要查询的字词:

 

单词 A13DependentPairTypesSigmatypes
释义

A.1.3 Dependent pair types (Σ-types)


We introduce primitive constants cΣ and c𝗉𝖺𝗂𝗋. Anexpression of the form cΣ(A,λa.B) is written as ∑(a:A)B,and an expression of the form c𝗉𝖺𝗂𝗋⁢(a,b) is written as (a,b). We write A×B instead of ∑(x:A)B if x is not free in B.

Judgments concerning such expressions are introduced by the followingrules:

  • •

    if A:𝒰n and B:A→𝒰n, then ∑(x:A)B⁢(x):𝒰n

  • •

    if, in additionPlanetmathPlanetmath, a:A and b:B⁢(a), then (a,b):∑(x:A)B⁢(x)

If we have A and B as above, C:∑(x:A)B⁢(x)→𝒰m, and

d:∏(x:A)∏(y:B(x))C⁢((x,y))

we can introduce a defined constant

f:∏(p:∑(x:A)B(x))C⁢(p)

with the defining equation

f((x,y)):≡d(x,y).

Note that C, d, x, and y may contain extra implicit parameters x1,…,xn if they were obtained in some non-empty context; therefore, the fully explicit recursion schema is

f(x1,…,xn,(x(x1,…,xn),y(x1,…,xn))):≡d(x1,…,xn,(x(x1,…,xn),y(x1,…,xn))).
随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2026/9/28 3:52:21