Finding the Minimum Non-Zero Element of a Set

  • Context: Graduate 
  • Thread starter Thread starter azal
  • Start date Start date
  • Tags Tags
    Element Minimum Set
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
azal
Messages
8
Reaction score
0
Hi there,

As part of my paper I need to define the minimum non-zero element of some set.
In particular I have,
[itex] \begin{equation}<br /> \zeta(j):= \displaystyle \min_{\substack{ k\in1..\kappa\\<br /> t\in 1..\kappa+1,~i \in \mathcal I^{t,j},\\<br /> b_i^{t,j} \mod \theta_k \neq 0}} b_i^{t,j} \mod \theta_k.<br /> \end{equation}[/itex]
But this is not very nice.
Is there maybe a nicer and more concise way to do this?
 
Last edited:
Mathematics news on Phys.org
you don't absolutely have to put everything in the 'minimum of' sign you could just state

ζ(j):=min b[itex]^{t,j}_{i}[/itex] modθ[itex]_{k}[/itex]

where k[itex]\in[/itex]{1,...,κ}, t[itex]\in[/itex]{1,...,κ+1},
i[itex]\in[/itex]I[itex]^{t,j}[/itex] and b[itex]^{t,j}_{i}[/itex] modθ[itex]_{k}[/itex][itex]\neq[/itex]0.
 
oh that's a good idea ... haha, don't know why i didn't think of that!