list
3
jlc
Sections
Support(jlc)
Doc
Rank
Theorem
Name
2
Thm*
P:(T
Prop), L:T List.
x
L.P(x)
(
M,N:T List, x:T. P(x) & L = (M @ (x.N)))
[list_exists_is_member_append_lemma]
cites
1
Thm*
P:(T
Prop), L,M:T List.
x
(L @ M).P(x)
x
L.P(x)
x
M.P(x)
[list_exists_append_lemma]
list
3
jlc
Sections
Support(jlc)
Doc