I understand that the term "disjoint" is ambiguous, so I want to explicitly define the set $A$ in a clear and, especially, concise way:
- $A = B \cup C \cup D \cup \{e,f\}$
- $B = \{b_{1}, b_{2}, \dots, b_{n}\}$
- $C = \{c_{1}, c_{2}, \dots, c_{m}\}$
- $D = \{d_{1}, d_{2}, \dots, d_{k}\}$
It should be clear that the sets $B, C, D, \{e, f\}$ are pairwise disjoint. What would be the correct and most concise way to explicitly state this property? Probably $B \cap C \cap D \cap \{e, f\} = \emptyset$?