list
3
jlc
Sections
Support(jlc)
Doc
Def
x
L.P(x) == (letrec all L = (Case of L; nil
true
; h.t
P(h)
(all(t))) ) (L)
is mentioned by
Thm*
P:(T
), L:T List.
x
L.P(x)
x
L.P(x)
[list_all_2_all]
Thm*
L:T List, P:(T
).
x
L.P(x)
x
L.P(x)
[list_all_iff_assert_list_all_2]
Thm*
eq:{T
}, P:(T
), L:T List.
x
L.P(x)
(
x:{x:T| x(
eq) L }.
P(x))
[not_list_all_2_implies_exists_not]
Def
(
eq)(L,M) ==
x
L.x(
eq) M
[sublist_2]
list
3
jlc
Sections
Support(jlc)
Doc