(15steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc
At:
list
all
append
lemma
2
1
1.
T:
Type
2.
P:
T
Prop
3.
L:
T List
4.
M:
T List
5.
x
L.P(x)
6.
x
M.P(x)
x
(L @ M).P(x)
By:
MoveToConcl 4
THEN
ListInd 3
THEN
Reduce 0
Generated subgoals:
1
True
(
M:T List.
x
M.P(x)
x
M.P(x))
2
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))
About:
(15steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc