More concise way of saying this?

25 Views Asked by At

I have written this:

enter image description here

For the one highlighted in red, is there a more compact way of writing it?

1

There are 1 best solutions below

3
On

In my opinion, I don't think you need that. You can directly define $D$ as

$$ D = \left\{D_i\right\}_{i = 1}^6$$ and you say $D_i = \{x \in \mathbb{Z} | 0 \leq x \leq 9\}$, then there is no need for $\forall i \in \left\{1, 2, \ldots, 6\right\}$.