User:Inthar/Style guide: Difference between revisions
| Line 13: | Line 13: | ||
** Blackdye is <math>\mathsf{Flought}(\mathrm{Pyth}[5]; 10/9)</math> | ** Blackdye is <math>\mathsf{Flought}(\mathrm{Pyth}[5]; 10/9)</math> | ||
=== | === Sets === | ||
* For <math>x \in \mathbb{R}</math> and <math>n\in \mathbb{Z}_{>0},</math> <math>[n]_x</math> denotes <math>\{x, x+1, ..., x+n-1\}.</math> You may also use <math>[i:j]</math> for <math>[j-i]_i.</math> For ''n'' = 0, [0]<sub>x</sub> is the empty set. For <math>n = \omega</math>, [ω]<sub>''x''</sub> is the set <math>\{x + n : n \in \mathbb{Z}_{\geq 0}\}.</math> | * For conciseness the following notation is provided for ranges. For <math>x \in \mathbb{R}</math> and <math>n\in \mathbb{Z}_{>0},</math> <math>[n]_x</math> denotes <math>\{x, x+1, ..., x+n-1\}.</math> You may also use <math>[i:j]</math> for <math>[j-i]_i.</math> For ''n'' = 0, [0]<sub>x</sub> is the empty set. For <math>n = \omega</math>, [ω]<sub>''x''</sub> is the set <math>\{x + n : n \in \mathbb{Z}_{\geq 0}\}.</math> | ||
=== Words === | === Words === | ||