(15steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc
At:
list
all
append
lemma
2
1
2
1.
T:
Type
2.
P:
T
Prop
3.
L:
T List
4.
u:
T
5.
v:
T List
6.
x
v.P(x)
(
M:T List.
x
M.P(x)
x
(v @ M).P(x))
P(u) &
x
v.P(x)
(
M:T List.
x
M.P(x)
P(u) &
x
(v @ M).P(x))
By:
Auto
Generated subgoal:
1
7.
P(u)
8.
x
v.P(x)
9.
M:
T List
10.
x
M.P(x)
x
(v @ M).P(x)
About:
(15steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc