WhoCites
Definitions
NuprlPrimitives
Sections
NuprlLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites sfa
doc
ntuple
contains?
sfa_doc_ntuple_contains
Def
u
in
X
:
A
^
n
.
P
(
u
)
Def
==
n
= 1
&
P
(
X
)
n
2 & (
X
/
a
,
rest
.
P
(
a
)
(
u
in
rest
:
A
^(
n
-1).
P
(
u
)))
Def
(recursive)
Thm*
A
:Type,
P
:(
A
Prop),
n
:
,
X
:(
A
^
n
). (
u
in
X
:
A
^
n
.
P
(
u
))
Prop
ge
Def
i
j
==
j
i
Thm*
i
,
j
:
. (
i
j
)
Prop
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
le
Def
A
B
==
B
<
A
Thm*
i
,
j
:
. (
i
j
)
Prop
not
Def
A
==
A
False
Thm*
A
:Prop. (
A
)
Prop
Syntax:
u
in
X
:
A
^
n
.
P
(
u
)
has structure:
sfa_doc_ntuple_contains(
n
;
u
.
P
(
u
);
X
;
A
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
NuprlPrimitives
Sections
NuprlLIB
Doc