PrintForm
Definitions
automata
4
Sections
AutomataTheory
Doc
At:
homo
init
1
1
1
2
1
1.
Alph:
Type
2.
St:
Type
3.
Auto:
Automata(Alph;St)
4.
EquivRel x,y:Alph*. x LangOf(Auto)-induced Equiv y
5.
g:
(x,y:Alph*//(x LangOf(Auto)-induced Equiv y))
6.
c:
St
Alph*
7.
q:St. (Result(Auto)c(q)) = q
8.
(Result(Auto)c(InitialState(Auto))) = (Result(Auto)nil)
9.
Auto
A(g)
c(InitialState(Auto)) = nil
x,y:Alph*//(x LangOf(Auto)-induced Equiv y)
By:
Unfold `refine` 9
Generated subgoal:
1
9.
x,y:Alph*. (Result(Auto)x) = (Result(Auto)y)
(Result(A(g))x) = (Result(A(g))y)
c(InitialState(Auto)) = nil
x,y:Alph*//(x LangOf(Auto)-induced Equiv y)
About: