(23steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc
At:
not
list
all
not
iff
list
exists
1
2
1.
T:
Type
2.
P:
T
Prop
3.
x:T. Dec(P(x))
4.
L:
T List
5.
x
L.P(x)
x
L.(
P(x))
By:
ListInd 4
Generated subgoals:
1
x
nil.P(x)
x
nil.(
P(x))
2
5.
u:
T
6.
v:
T List
7.
x
v.P(x)
x
v.(
P(x))
x
(u.v).P(x)
x
(u.v).(
P(x))
About:
(23steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc