(37steps total)
PrintForm
Definitions
Lemmas
hol
list
1
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
list
iso
2
3
1.
'a
: S
2.
x
: (
'a
)
3.
x'
:
'a
List.
x
= rep_list(
'a
;
x'
)
is_list_rep(
x
)
By:
Last Analyze THEN Unab [`his_list_rep`] THEN Simp THEN StrongAuto
Generated subgoal:
1
3.
x'
:
'a
List
4.
x
= rep_list(
'a
;
x'
)
f
:(
'a
),
n
:
.
x
= <
m
:
. if
m
<
n
then
f
(
m
) else @
x
:
'a
. true
fi ,
n
>
7
steps
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
(37steps total)
PrintForm
Definitions
Lemmas
hol
list
1
Sections
HOLlib
Doc