WhoCites
Definitions
DiscrMathExt
Sections
NuprlLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
The number of which an integer multiset is a factorization
Who Cites eval
factorization?
eval_factorization
Def
{
a
..
b
}(
f
) ==
i
:{
a
..
b
}.
i
f
(
i
)
Thm*
a
,
b
:
,
f
:({
a
..
b
}
).
{
a
..
b
}(
f
)
iter_via_intseg
Def
Iter(
f
;
u
)
i
:{
a
..
b
}.
e
(
i
)
Def
== if
a
<
b
f
(Iter(
f
;
u
)
i
:{
a
..
b
-1
}.
e
(
i
),
e
(
b
-1)) else
u
fi
Def
(recursive)
Thm*
f
:(
A
A
A
),
u
:
A
,
a
,
b
:
,
e
:({
a
..
b
}
A
). (Iter(
f
;
u
)
i
:{
a
..
b
}.
e
(
i
))
A
lt_int
Def
i
<
j
== if
i
<
j
true
; false
fi
Thm*
i
,
j
:
. (
i
<
j
)
Syntax:
{
a
..
b
}(
f
)
has structure:
eval_factorization(
a
;
b
;
f
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
DiscrMathExt
Sections
NuprlLIB
Doc