PrintForm
Definitions
list
3
autom
Sections
AutomataTheory
Doc
At:
nth
tl
lem1
1
1.
T:
Type
2.
x:
y:
, as:T*. nth_tl(x;nth_tl(y;as)) = nth_tl(x+y;as)
By:
NatInd 2
Generated subgoals:
1
y:
, as:T*. nth_tl(0;nth_tl(y;as)) = nth_tl(0+y;as)
2
2.
x:
3.
0 < x
4.
y:
, as:T*. nth_tl(x-1;nth_tl(y;as)) = nth_tl(x-1+y;as)
y:
, as:T*. nth_tl(x;nth_tl(y;as)) = nth_tl(x+y;as)
About: