(22steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc
At:
list
exists
is
member
append
lemma
1
1
1
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,N:T List, x:T. P(x) & v = (M @ (x.N)))
7.
x
v.P(x)
M,N:T List, x:T. P(x) & u.v = (M @ (x.N))
By:
FwdThru -2 [-1]
THEN
Repeat (Analyze -1)
Generated subgoal:
1
8.
M:
T List
9.
N:
T List
10.
x:
T
11.
P(x)
12.
v = (M @ (x.N))
M,N:T List, x:T. P(x) & u.v = (M @ (x.N))
About:
(22steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc