WhoCites
Definitions
graph
1
3
Sections
Graphs
Doc
Who Cites upto?
upto
Def upto(i;j) == if i <
j
[i / upto(i+1;j)] else nil fi (recursive)
Thm*
i,j:
. upto(i;j)
{i..j
} List
lt_int
Def
i <
j == if i < j
true
; false
fi
Thm*
i,j:
. (i <
j)
Syntax:
upto(i;j)
has structure:
upto(i; j)
About:
WhoCites
Definitions
graph
1
3
Sections
Graphs
Doc