PrintForm
Definitions
action
sets
Sections
AutomataTheory
Doc
At:
lpower
alt
1
2
2
1
2
2
1
1
1.
Alph:
Type
2.
L:
Alph*
3.
n:
4.
0 < n
5.
(L
n-1) = if n-1=
0
nil else L @ (L
n-1-1) fi
6.
n = 0
7.
n-1 = 0
8.
(L
n-1) = (L @ (L
n-1-1))
(L
n) = ((L
n-1) @ L)
By:
RWH (AddrC [2] (RecUnfoldC `lpower`)) 0
Generated subgoal:
1
if n=
0
nil else (L
n-1) @ L fi = ((L
n-1) @ L)
About: