(12steps)
PrintForm
Definitions
Lemmas
mb
automata
1
Sections
GenAutomata
Doc
At:
apply
alist
member
2
1
1
1
1
1.
T:
Type
2.
as:
(Label
T) List
3.
u:
Label
T
4.
v:
(Label
T) List
5.
d:T, x:Label. (x
map(
p.1of(p);v))
( < x,apply_alist(v;x;d) >
v)
6.
d:
T
7.
x:
Label
8.
x = 1of(u)
(x
map(
p.1of(p);v))
9.
apply_alist([u / v];x;d) ~ if 1of(u) =
x
2of(u) else apply_alist(v;x;d) fi
10.
1of(u) = x
Pattern
< x,2of(u) > = u
By:
Analyze 3
THEN
All Reduce
THEN
Analyze
Generated subgoal:
1
3.
u1:
Label
4.
u2:
T
5.
v:
(Label
T) List
6.
d:T, x:Label. (x
map(
p.1of(p);v))
( < x,apply_alist(v;x;d) >
v)
7.
d:
T
8.
x:
Label
9.
x = u1
(x
map(
p.1of(p);v))
10.
apply_alist([ < u1,u2 > / v];x;d) ~ if u1 =
x
u2 else apply_alist(v;x;d) fi
11.
u1 = x
Pattern
x = u1
About:
(12steps)
PrintForm
Definitions
Lemmas
mb
automata
1
Sections
GenAutomata
Doc