GenAutomata
Sections
NuprlLIB
Doc
Def
sublist(T;L1;L2) ==
f:(
||L1||
||L2||). increasing(f;||L1||) & (
j:
||L1||. L1[j] = L2[(f(j))]
T)
is mentioned
In prior sections:
mb
list
1
mb
list
2
mb
hybrid
GenAutomata
Sections
NuprlLIB
Doc