1

Can anyone explain what this means:

$\sum_{i=1}^n r_i b_i: r_i \in \mathbb{Z}(1 \leqq i \leqq n)$

I'm just having trouble understanding the second part. My understanding so far is that $r_i$ is an element of the set of integers $\mathbb{Z}$ but I don't understand the $\leqq$ sign in this context.

Jack A
  • 111

2 Answers2

1

We can unfold the notation to

$$ r_1b_1 + r_2b_2 + r_3b_3 + \cdots + r_nb_n $$ where $r_1\in\mathbb Z$ and $r_2\in\mathbb Z$ and $r_3\in\mathbb Z$ and ... and $r_n\in\mathbb Z$.

In context it must be a claim that there exist particular integers $r_1, r_2, \ldots, r_n$ such that the sum in the first line satisfies whatever the context says about it, as a function of $b_1$ up to $b_n$.

(It's not a particular nice notation. Unless it's a conference submission with a strict space limit, would it have killed the authors to use a word or two of prose to clarify the relation between the variables?)

  • Thank you so much! This is from 'Factoring Polynomials with Rational Coefficients' (https://www.math.leidenuniv.nl/~hwl/PUBLICATIONS/1982f/art.pdf). – Jack A Mar 28 '19 at 17:39
  • It's referring to the definition of a lattice, sorry for not specifying. So is it $1b_1 + 2b_1 + 3b_1 + ...$, $1b_2 + 2b_2 + 3b_2 + ...$ all the way up to $1b_n + 2b_n + 3*b_n + ...$ ? – Jack A Mar 28 '19 at 17:43
1

Here is the relevant portion of the paper: enter image description here

The expression you gave appears in the context of set-builder notation. Thus, the colon should be read as "such that". It is often useful to use a vertical bar ($\LaTeX$: \mid) for better spacing.

In general, the expression $\{ x \mid \Phi(x)\}$ or $\{x : \Phi(x) \}$ is read "all elements $x$ such that $\Phi(x)$ is true".

Pietro Paparella
  • 3,500
  • 1
  • 19
  • 29
  • Can you explain the $\leqq$ symbol in this context? I've looked up several definitions but I am not sure about which one is applicable. – Jack A Mar 28 '19 at 19:28
  • In the context above, it means "less than or equal to" – not sure why the authors used $\leqq$ instead of $\le$. – Pietro Paparella Mar 28 '19 at 19:31