Origin Sections AutomataTheory Doc

automata_4

Nuprl Section: automata_4

Selected Objects
defauto_isoA1 A2 == f:(S1S2). Bij(S1; S2; f) & (s:S1, a:Alph. f(A1(s,a)) = A2(f(s),a)) & f(InitialState(A1)) = InitialState(A2) & (s:S1. FinalState(A1)(s) = FinalState(A2)(f(s)) )
THMauto_iso_symA1:Automata(Alph;S1), A2:Automata(Alph;S2). A1 A2 A2 A1
defrefineA1 A2 == x,y:Alph*. (Result(A1)x) = (Result(A1)y) S1 (Result(A2)x) = (Result(A2)y) S2
defconnectedCon(A) == s:St. l:Alph*. (Result(A)l) = s
defcard_le|S| |T| == f:(ST). Inj(S; T; f)
defcard_ge|S| |T| == f:(ST). Surj(S; T; f)
COMle_vs_ge_com'|S| |T|' does not imply '|T| |S|'
THMrefine_geA1:Automata(Alph;S1), A2:Automata(Alph;S2). Con(A1) & Con(A2) A1 A2 |S1| |S2|
THMrefine_isoA1:Automata(Alph;S1), A2:Automata(Alph;S2). Con(A1) & Con(A2) LangOf(A1) = LangOf(A2) A1 A2 & A2 A1 A1 A2
deflang_autoA(g) == < (s,a. a.s),nil,g >
THMlang_auto_computeL:LangOver(Alph), g:((x,y:Alph*//(x L-induced Equiv y))), l:Alph*. (Result(A(g))l) = l x,y:Alph*//(x L-induced Equiv y)
THMlang_auto_lemL:LangOver(Alph), g:((x,y:Alph*//(x L-induced Equiv y))). (l:Alph*. L(l) g(l)) LangOf(A(g)) = L
THMlang_auto_is_minAuto:Automata(Alph;St), g:((x,y:Alph*//(x LangOf(Auto)-induced Equiv y))). Auto A(g)
THMhomo_initAuto:Automata(Alph;St), g:((x,y:Alph*//(x LangOf(Auto)-induced Equiv y))), c:(StAlph*). (q:St. (Result(Auto)c(q)) = q) c(InitialState(Auto)) = nil x,y:Alph*//(x LangOf(Auto)-induced Equiv y)
THMhomo_stepAuto:Automata(Alph;St), g:((x,y:Alph*//(x LangOf(Auto)-induced Equiv y))), c:(StAlph*). (q:St. (Result(Auto)c(q)) = q) (q:St, a:Alph. c(Auto(q,a)) = A(g)(c(q),a) x,y:Alph*//(x LangOf(Auto)-induced Equiv y))