PrintForm
Definitions
automata
7
Sections
AutomataTheory
Doc
At:
auto
maction
1
1.
Alph:
Type
2.
St:
Type
3.
Auto:
Automata(Alph;St)
4.
l:
Alph*
(Result(Auto)l) = (Action(Auto):l
InitialState(Auto))
By:
ListInd 4
THEN
RecUnfold `compute_list` 0
THEN
RecUnfold `maction` 0
THEN
Reduce 0
Generated subgoals:
1
InitialState(Auto) = InitialState(Auto)
2
5.
u:
Alph
6.
v:
Alph*
7.
(Result(Auto)v) = (Action(Auto):v
InitialState(Auto))
Auto((Result(Auto)v),u) =
Auto((Action(Auto):v
InitialState(Auto)),u)
About: