1 | 1. as: (LabelTerm) List subst_mentions_trace(nil) (i:0. mentions_trace(2of(nil[i]))) |
2 | 1. as: (LabelTerm) List 2. u: LabelTerm 3. v: (LabelTerm) 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: