(22steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc
At:
list
exists
is
member
append
lemma
1
1.
T:
Type
2.
P:
T
Prop
3.
L:
T List
x
L.P(x)
(
M,N:T List, x:T. P(x) & L = (M @ (x.N)))
By:
Repeat (Analyze 0)
Generated subgoals:
1
4.
x
L.P(x)
M,N:T List, x:T. P(x) & L = (M @ (x.N))
2
4.
M,N:T List, x:T. P(x) & L = (M @ (x.N))
x
L.P(x)
About:
(22steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc