(15steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc
At:
list
all
append
lemma
T:Type, P:(T
Prop), L,M:T List.
x
(L @ M).P(x)
x
L.P(x) &
x
M.P(x)
By:
UnivCD
THEN
Analyze 0
THEN
Analyze 0
Generated subgoals:
1
1.
T:
Type
2.
P:
T
Prop
3.
L:
T List
4.
M:
T List
5.
x
(L @ M).P(x)
x
L.P(x) &
x
M.P(x)
2
1.
T:
Type
2.
P:
T
Prop
3.
L:
T List
4.
M:
T List
5.
x
L.P(x) &
x
M.P(x)
x
(L @ M).P(x)
About:
(15steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc