PrintForm
Definitions
automata
4
Sections
AutomataTheory
Doc
At:
auto
iso
sym
1
1
1
1
4
1
1.
Alph:
Type
2.
S1:
Type
3.
S2:
Type
4.
A1:
Automata(Alph;S1)
5.
A2:
Automata(Alph;S2)
6.
f:
S1
S2
7.
Bij(S1; S2; f)
8.
s:S1, a:Alph. f(
A1(s,a)) =
A2(f(s),a)
9.
f(InitialState(A1)) = InitialState(A2)
10.
g:
S2
S1
11.
InvFuns(S1; S2; f; g)
12.
s:
S2
13.
FinalState(A1)(g(s)) = FinalState(A2)(f(g(s)))
FinalState(A2)(s) = FinalState(A1)(g(s))
By:
RW (LowerC add_composeC) 13
Generated subgoal:
1
13.
(FinalState(A1) o g)(s) = FinalState(A2)((f o g)(s))
FinalState(A2)(s) = FinalState(A1)(g(s))
About: