Level: Lib Thy Top: 1 2
Hypotheses:- Alph :

- St :

- Auto : Automata(Alph;St)
- x : Alph List
- y : Alph List
- z : Alph List
- Auto(x) = Auto(y)
- u : Alph
- v : Alph List
- Auto(v @ x) = Auto(v @ y)
Conclusion:
Auto((u::v) @ x) = Auto((u::v) @ y)
Applied Tactic: RecUnfold `compute_list` 0
Generated subgoals:1. if null((u::v) @ x) then I(Auto) else
Auto Auto(tl(((u::v) @ x))) hd(((u::v) @ x)) fi
= if null((u::v) @ y) then I(Auto) else
Auto Auto(tl(((u::v) @ y))) hd(((u::v) @ y)) fi