WhoCites
Definitions
graph
1
1
Sections
Graphs
Doc
Who Cites l
ball?
l_ball
Def (
x
L.P(x)) == reduce(
x,b. P(x)
b;true
;L)
Thm*
T:Type, L:T List, P:(T
). (
x
L.P(x))
band
Def
p
q == if p
q else false
fi
Thm*
p,q:
. (p
q)
reduce
Def
reduce(f;k;as) == Case of as; nil
k ; a.as'
f(a,reduce(f;k;as')) (recursive)
Thm*
A,B:Type, f:(A
B
B), k:B, as:A List. reduce(f;k;as)
B
Syntax:
(
x
L.P(x))
has structure:
l_ball(L; x.P(x))
About:
WhoCites
Definitions
graph
1
1
Sections
Graphs
Doc