(24steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc
At:
append
is
member
lemma
1
1
1
1
1.
T:
Type
2.
eq:
{T=
}
3.
eq
T
T
4.
x,y:T. eq(x,y)
x = y
5.
L:
T List
6.
x:
T
7.
M:
T List
8.
N:
T List
9.
nil = (M @ (x.N))
False
By:
ListInd 7
Generated subgoals:
1
nil = (nil @ (x.N))
False
2
9.
u:
T
10.
v:
T List
11.
nil = (v @ (x.N))
False
nil = ((u.v) @ (x.N))
False
About:
(24steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc