At: refine ge 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2
1. Alph: Type
2. S1: Type
3. S2: Type
4. A1: Automata(Alph;S1)
5. A2: Automata(Alph;S2)
6.
s:S1.
l:Alph*. (Result(A1)l) = s
7. f: S1
Alph*
8.
x:S1. (Result(A1)f(x)) = x
9. b: S2
10. l: Alph*
11. (Result(A2)l) = b
12. (Result(A2)f(Result(A1)l)) = (Result(A2)l)
(Result(A2)f(Result(A1)l)) = b
By: RWH (HypC 11) 12
Generated subgoals:None
About: