(9steps)
PrintForm
Definitions
Lemmas
mb
automata
1
Sections
GenAutomata
Doc
At:
apply
alist
non
member
2
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))
apply_alist(v;x;d) = d
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
if 1of(u) =
x
2of(u) else apply_alist(v;x;d) fi = d
By:
SplitITE 0
THEN
Try TrivialOr
Generated subgoals:
1
10.
1of(u) = x
Pattern
2of(u) = d
2
10.
1of(u) = x
Pattern
apply_alist(v;x;d) = d
About:
(9steps)
PrintForm
Definitions
Lemmas
mb
automata
1
Sections
GenAutomata
Doc