(22steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc
At:
list
exists
is
member
append
lemma
1
1
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)))
x
(u.v).P(x)
(
M,N:T List, x:T. P(x) & u.v = (M @ (x.N)))
By:
Analyze 0
Generated subgoal:
1
7.
x
(u.v).P(x)
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