What do square brackets mean next to sets? Like $\mathbb{Z}[\sqrt{-5}]$, for instance. I'm starting to assume it depends on context because google is of no use.
2026-04-09 14:10:12.1775743812
On
Set notation query
63 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
it's the polynomial ring in the bracket with coefficients $\mathbf{Z}$, for example, $\mathbf{Z}[x]$ is the polynomial of x with coefficients $\mathbf{Z}$, like $x^3 + 2x^2 + 3$, and for $\mathbf{Z}[\sqrt{-5}]$, just replace x by $\sqrt-5$, the only difference is that $(\sqrt{-5}) ^2 = 5$, which is in $\mathbf{Z}$, but $x$ is independent of $\mathbf{Z}$
You can also find more formal definition in Lang's Algebra book(in the chapter of ring I think).
There is no general notation like that in set theory, that I'm aware of.
In your case, it's a notation from algebra, and it means: $\{m + n\sqrt{5}: m,n \in \mathbb{Z}\}$. We add a new number (here $\sqrt{5}$) to the integers and generate the minimal ring that contains them both.