What is the common usage for "let" for multiple variables?

98 Views Asked by At

Should I use

Let $x$ be (...), let $y$ be (...), ...

or

Let $x$ be (...). Let $y$ be (...). ...

or

Let $x$ be (...), $y$ be (...), ...

or even something different? What variant is commonly used in English?

1

There are 1 best solutions below

0
On BEST ANSWER

All three are common. The second variant is preferred if the descriptions are long.