2 Notations [00B]

  • \(ℕ\) are the natural numbers, including zero.

  • \(ℤ\) are the integers.

  • \(ℚ\) are the rational numbers.

  • \(ℝ\) is the real line.

  • \(ℂ\) are the complex numbers.

A list of symbols is also available at the start of the index.

Remark 1

[2DM]The symbols \(∧\) and \(∨\) can be used in two different contexts, where they assume different meanings.

  • If \(x,y∈ℝ\) are real numbers, then \(x ∧ y\) is the minimum of the two numbers, while \(x ∨ y\) is the maximum of the two numbers. This meaning is also appropriate when \(x,y\) are in a totally ordered set. 1

  • In mathematical logic, \(∧\) is the conjunction and \(∨\) is the disjunction. See 6.

Remark 2

[2FG]The parentheses symbols \(()\) are unfortunately quite overloaded in common Mathematical language.

  • They are used to group algebraic operations, to induce a different order of operations (wrt the standard rules of precedence). For example, for \(x,y∈ℝ\),  2 the expression \( x(y+2)\) is identical to \( xy +2x\) and not to \(xy+2\).

  • They are used to denote arguments of functions. For example the expression \( f(x+y)\) should be read as \( fx +fy\), if \(f,x,y∈ ℝ\)  3 ; whereas, if \(f\) is a function \(f:ℝ→ B\), then \( f(x+y)\) is the result \(f(z)\) obtained by evaluating \(f\) on the element \(z=x+y\).

    To distinguish these two usages, it may be sufficient to add an explicit symbol to denote "multiplication", writing \( f*(x+y)\) when it should be read as \( f*x +f*y\). (Some authors also write \( f.(x+y)\) with a "dot")

  • They are used to define intervals, for example, \((1,𝜋)\) may be shorthand for: «the set of real numbers larger than 1 and smaller than \(𝜋\);» in formula

    \[ (1,𝜋)=\{ t∈ℝ:1{\lt}t{\lt}𝜋 \} ~ ; \]

    this extends to ordered sets, see Sect. ??.

  • They are used to represent elements of the Cartesian product; for example, \((1,𝜋)\) is point in \(ℝ^ 2\) with 1 as abscissa and \(𝜋\) as ordinate.

While the first and second situations are usually discernable and recognizable, the third and fourth can cause confusion.

Some care is needed in parsing statements involving Cartesian products of ordered sets, such as: «a point \((x,y)\) in the rectangle \(R\) of the plane that is the product \(R=(0,1)× (2,4)\)». Here \((x,y)\) is a point in \(ℝ^ 2\) whereas \((0,1), (2,4)\) are intervals in \(ℝ\).

To avoid confusion, we may use a different notation for points and/or for intervals: many symbols that are similar to "parentheses" are available nowadays in the extended Unicode codespace, and are available to LaTeX users through the unicode-math package.

For example, in the above statement, we may use this (non-standard) notation: use barred parentheses \( ⦗\ldots ⦘\) to denote the point in \(ℝ^ 2\) with \(x\) as abscissa and \(y\) as ordinate; use double parentheses \( ⦅ a,b ⦆= \{ t∈ℝ : a{\lt}t{\lt}b\} \) for intervals; so as to obtain «a point \(⦗x,y⦘\) in the rectangle \(R\) of the plane that is the product \(R= ⦅ 0,1 ⦆× ⦅ 2,4 ⦆\)». In this case, for typographic consistency, we may use at the same time double brackets for closed-ended intervals, such as \(⟦2,4 ⟧\).

This may be considered overkill for this example. But the situation can be more complicated, though!

For example, we may be dealing with intervals of elements of an ordered set \(X\), that is also a Cartesian product \(X=X_ 1× X_ 2\) of ordered sets \(X_ 1,X_ 2\) (!) 4 In that case, we should first label the orders, for example: \(≤_ 1\) being the order relation on \(X_ 1\), \(≤_ 2\) being the order relation on \(X_ 2\), and \(⪯\) being the order relation on \(X\); and use a (non-standard) notation for intervals, such as

\[ ⦅ a,b ⦆_ 1 = \{ t∈ X_ 1 : a ~ {\lt}_ 1 ~ t~ {\lt}_ 1~ b\} \]

for open-ended intervals in the first set (with extremes \(a,b∈ X_ 1\)),

\[ ⦅ z,w ⦆_⪯ = \{ x∈ X : w ~ ≺ ~ x~ ≺~ z\} \]

for open-ended intervals in the Cartesian product \(X\) (with extremes \(z,w∈ X\)), and so on. Again, for typographic consistency, we may use double brackets for closed-ended intervals, such as

\[ ⟦a,b ⟧_ 1 = \{ x∈ X_ 1 : a ~ ≤_ 1 ~ x~ ≤_ 1~ b\} \]

and so on.

In the following we will often use the usual parentheses \(()\) ; but in certain contexts we will use the notation proposed in this note (when it could help in understanding the text).

See also Remarks 8 and 169.

  1. \(∧\) and \(∨\) are also used in partially ordered set, but we will not discuss their definition in this text.
  2. Or, more in general, if \(x,y\) are elements of a ring where multiplication is denoted by justaposition of symbols.
  3. Again, more in general, if \(f,x,y\) are elements of a ring where multiplication is denoted by justaposition.
  4. BTW, there is a standard method to order a Cartesian product of ordered sets, see Sect. ??.