PrintForm
Definitions
list
3
autom
Sections
AutomataTheory
Doc
At:
firstn
lem1
1
2
1.
T:
Type
2.
x:
3.
0 < x
4.
as:T*. x-1 < ||as||
firstn(x-1+1;as) = (firstn(x-1;as) @ [as[(x-1)]])
5.
as:
T*
6.
x < ||as||
firstn(x+1;as) = (firstn(x;as) @ [as[x]])
By:
ListInd 5
Generated subgoals:
1
x < ||nil||
firstn(x+1;nil) = (firstn(x;nil) @ [nil[x]])
T*
2
6.
u:
T
7.
v:
T*
8.
x < ||v||
firstn(x+1;v) = (firstn(x;v) @ [v[x]])
x < ||u.v||
firstn(x+1;u.v) = (firstn(x;u.v) @ [(u.v)[x]])
About: