(13steps)
PrintForm
Definitions
mb
automata
3
Sections
GenAutomata
Doc
At:
decls
mng
rename
member
1
1
1
1
2
1.
ds1:
Collection(dec())
2.
ds2:
Collection(dec())
3.
x:
Label
4.
y:
Label
5.
rho:
Decl
6.
v:
d:{d:dec()| d
ds1 }. [[d]] rho(x)
7.
d:dec(). d
ds2
d.lbl = y
mk_dec(x, d.typ)
ds1
8.
d:
{d:dec()| d
ds2 }
9.
d.lbl =
y
10.
v
[[mk_dec(x, d.typ)]] rho(x)
v
[[d]] rho(y)
By:
Unfold `dec_mng` -1
THEN
Unfold `dbase` -1
THEN
Reduce -1
THEN
EqLblReflexive -1
Generated subgoal:
1
10.
v
[[d.typ]] rho
v
[[d]] rho(y)
About:
(13steps)
PrintForm
Definitions
mb
automata
3
Sections
GenAutomata
Doc