Nuprl Definition : sublist_occurence
sublist_occurence(T;L1;L2;f) ==  increasing(f;||L1||) ∧ (∀j:ℕ||L1||. (L1[j] = L2[f j] ∈ T))
Definitions occuring in Statement : 
select: L[n], 
length: ||as||, 
increasing: increasing(f;k), 
int_seg: {i..j-}, 
all: ∀x:A. B[x], 
and: P ∧ Q, 
apply: f a, 
natural_number: $n, 
equal: s = t ∈ T
Definitions occuring in definition : 
and: P ∧ Q, 
increasing: increasing(f;k), 
all: ∀x:A. B[x], 
int_seg: {i..j-}, 
natural_number: $n, 
length: ||as||, 
equal: s = t ∈ T, 
select: L[n], 
apply: f a
FDL editor aliases : 
sublist_occurence
Latex:
sublist\_occurence(T;L1;L2;f)  ==    increasing(f;||L1||)  \mwedge{}  (\mforall{}j:\mBbbN{}||L1||.  (L1[j]  =  L2[f  j]))
Date html generated:
2016_05_15-PM-01_57_23
Last ObjectModification:
2015_09_23-AM-07_37_33
Theory : list!
Home
Index