2

[6] x [6] -> Z

I know it's the cartesian product of [6], but I don't quite understand what [6] means? Does it mean all numbers until 6, or is another way to write {6}?

Asaf Karagila
  • 393,674

1 Answers1

2

$[n]$ is a common notation for the set $\{1,2,\dots,n\}$.

bof
  • 78,265