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