I am trying to formulate the following.
I have a Set A={x, y, z}, I also have a Set B, C and D, which all are subsets of A. It is not exactly defined which elements are in B, C and D. I only want to define a constraint so that the sum of all elements x in B, C and D equals 1.
What would be the mathematically correct way to describe this constraint? I really have a problem finding the correct notation for something like this.
If I understand correctly, your constraint should read
$$ \sum_{x \in B\cup C\cup D} x = 1 $$