(6steps)
PrintForm
Definitions
mb
automata
3
Sections
GenAutomata
Doc
At:
assert
subst
mentions
trace
as:(Label
Term) List. subst_mentions_trace(as)
(
i:
||as||. mentions_trace(2of(as[i])))
By:
InductionOnList
THEN
Reduce 0
Generated subgoals:
1
1.
as:
(Label
Term) List
subst_mentions_trace(nil)
(
i:
0. mentions_trace(2of(nil[i])))
2
1.
as:
(Label
Term) List
2.
u:
Label
Term
3.
v:
(Label
Term) List
4.
subst_mentions_trace(v)
(
i:
||v||. mentions_trace(2of(v[i])))
subst_mentions_trace([u / v])
(
i:
(||v||+1). mentions_trace(2of([u / v][i])))
About:
(6steps)
PrintForm
Definitions
mb
automata
3
Sections
GenAutomata
Doc