(15steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc
At:
decidable
list
exists
1
2
1.
T:
Type
2.
P:
T
Prop
3.
L:
T List
4.
x:T. Dec(P(x))
5.
u:
T
6.
v:
T List
7.
Dec(
x
v.P(x))
Dec(
x
(u.v).P(x))
By:
Rewrite (HigherC list_exists_unrollC) 0
Generated subgoal:
1
Dec(P(u)
x
v.P(x))
About:
(15steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc