(35steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc
At:
list
exists
is
member
lemma
2
1
1.
T:
Type
2.
eq:
T
T
3.
(
x,y:T. eq(x,y)
x = y) & eq
T
T
4.
P:
T
Prop
5.
L:
T List
y
nil.P(y)
(
x:T. x(
eq) nil & P(x))
By:
Rewrite (HigherC list_exists_unrollC) 0
Generated subgoals:
None
About:
(35steps)
PrintForm
Definitions
Lemmas
list
3
jlc
Sections
Support(jlc)
Doc