I want to define a new set from two sets. In my example:
s,m,i,j are sets
alias(i,j)
Of i and j there is a subset: dummy_TS(i) and dummy_TS(j) respectively
defined sets: f(s,m,i,j) and h(dummy_TS)
Now I want to define a new set: t(s,dummy_TS)
s shall always be assigned to dummy_TS if at f(s,m,i,j) s is assigned to the subset dummy_TS over i or j.
I have already tried to work by means of intersection, but I have encountered a bunch of syntax errors.
I hope someone can help me

Many greetings
Janisch