(8steps)
PrintForm
Definitions
Lemmas
mb
automata
3
Sections
GenAutomata
Doc
At:
trivial
term
subst
1
2
1
1.
t:
Term
2.
u:
Term
Type{i'}
3.
w:
t:{v:Term| u(v) }
as:(Label
Term) List. (
x:Label. unprime(apply_alist(as;x;x)) = x)
unprime(term_subst(as;t)) = unprime(t)
4.
x:
Label
5.
as:
(Label
Term) List
6.
x:Label. unprime(apply_alist(as;x;x)) = x
7.
unprime(apply_alist(as;x;x)) = x
8.
(x
1of(unzip(as)))
unprime(apply_alist(as;x;x')) = unprime(x')
By:
Subst (apply_alist(as;x;x') = apply_alist(as;x;x)) 0
Generated subgoals:
1
apply_alist(as;x;x') = apply_alist(as;x;x)
2
unprime(apply_alist(as;x;x)) = unprime(x')
About:
(8steps)
PrintForm
Definitions
Lemmas
mb
automata
3
Sections
GenAutomata
Doc