Nuprl Definition : add-indices
add-indices(L) == map(λi.<i, L[i]>;upto(||L||))
Definitions occuring in Statement :
upto: upto(n)
,
select: L[n]
,
length: ||as||
,
map: map(f;as)
,
lambda: λx.A[x]
,
pair: <a, b>
Definitions occuring in definition :
map: map(f;as)
,
lambda: λx.A[x]
,
pair: <a, b>
,
select: L[n]
,
upto: upto(n)
,
length: ||as||
FDL editor aliases :
add-indices
Latex:
add-indices(L) == map(\mlambda{}i.<i, L[i]>upto(||L||))
Date html generated:
2016_05_15-PM-04_25_34
Last ObjectModification:
2015_09_23-AM-07_48_26
Theory : general
Home
Index