(16steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc
At:
is
member
of
append
lemma
1
1
2
1.
T:
Type
2.
eq:
{T
}
3.
L:
T List
4.
M:
T List
5.
x:
T
6.
u:
T
7.
v:
T List
8.
x(
eq) (v @ M)
x(
eq) v
x(
eq) M
if eq(x,u)
true
else x(
eq) (v @ M) fi
if eq(x,u)
true
else x(
eq) v fi
x(
eq) M
By:
Analyze 0
Generated subgoal:
1
9.
if eq(x,u)
true
else x(
eq) (v @ M) fi
if eq(x,u)
true
else x(
eq) v fi
x(
eq) M
About:
(16steps)
PrintForm
Definitions
list
3
jlc
Sections
Support(jlc)
Doc