(6steps total)
PrintForm
Definitions
NuprlPrimitives
Sections
NuprlLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
sfa
doc
sexpr
size
wf
1
1
1
1.
A
: Type
2.
Q
: Sexpr(
A
)
Prop
3.
s
:{
s
:Sexpr(
A
)|
Q
(
s
) }. Size(
s
)
4.
x1
: {
s
:Sexpr(
A
)|
Q
(
s
) }
5.
x2
: {
s
:Sexpr(
A
)|
Q
(
s
) }
Size(Cons(
x1
;
x2
))
By:
Compute
Size(Cons(
x1
;
x2
))
*
Size(
x1
)+Size(
x2
)
Generated subgoal:
1
Size(
x1
)+Size(
x2
)
1
step
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
(6steps total)
PrintForm
Definitions
NuprlPrimitives
Sections
NuprlLIB
Doc