I have a variable $K$, that is the sum of its components $K_a$, $K_b$, $K_c$. Now I want to describe a set of $K$'s, but I can't use $K_i$ because I already used the subscript notation to differentiate between the components of $K$.
I don't want to call the components e.g. $a$, $b$, and $c$, because it would be confusing, since they're less conceptually connected, and I'd also be running out of alphabet.
I also don't want to mix this with function notation, e.g. $K(i)$ or $K_a(i)$ because that's also confusing, since this is a set.
I also don't want to double subscript, e.g. $K_{a_i}$ since that's even more confusing and conflates components with values in the set.
Are there any other alternatives?