Nuprl Definition : l_mul
l_mul(L) ==  reduce(λx,y. (x * y);1;L)
Definitions occuring in Statement : 
reduce: reduce(f;k;as)
, 
lambda: λx.A[x]
, 
multiply: n * m
, 
natural_number: $n
Definitions occuring in definition : 
reduce: reduce(f;k;as)
, 
lambda: λx.A[x]
, 
multiply: n * m
, 
natural_number: $n
FDL editor aliases : 
l_mul
Latex:
l\_mul(L)  ==    reduce(\mlambda{}x,y.  (x  *  y);1;L)
Date html generated:
2016_05_14-PM-02_54_09
Last ObjectModification:
2016_01_05-PM-00_18_47
Theory : list_1
Home
Index