0

I am reading combinatorics publications and I came across the following statement. $$\sigma(\cdot) \text{ is a permutation of } [x]: = \{1, \ldots,x\}$$

  1. What exactly does the dot inside the parentheses next to sigma signify? My intuition is that it represents all the possible values.
  2. Why is there a colon after $[x]$?

I understand the gist of what that statement is saying, but I would like to be able to mathematically characterize it.

Jonathan
  • 736

1 Answers1

4
  1. The dot is a placeholder. It means "This is where the argument goes". In other words, it's telling us that we write $\sigma(1),\sigma(2)$, add so on.
  2. The symbol "$:=$" is used by some authors to mean "is defined as". This is because usually, the $=$ symbol can mean many different things. For instance, "is defined as" (definition, you have an example there), "is always equal to" (identity, for instance $\sin^2(x)+\cos^2(x)=1$) or "is assumed to be equal to" (equation, for instance $x^2-3x+1=0$). Using $:=$ is an attempt to separate out one of the meanings for clarity.
Arthur
  • 199,419