The following is the notation for Fermat's Last Theorem
$\neg\exists_{\{a,b,c,n\},(a,b,c,n)\in(\mathbb{Z}^+)\color{blue}{^4}\land n>2\land abc\neq 0}a^n+b^n=c^n$
I understand everything in the notation besides the 4 highlighted in blue. Can someone explain to me what this means?
The notation $(\mathbb Z^+)^4$ is just the set of tuples of $4$ positive integers. So, it says that $(a,b,c,n)$ is a tuple of $4$ positive integers. It would be equally clear to write $a\in\mathbb Z^+,b\in\mathbb Z^+,c\in\mathbb Z^+,n\in\mathbb Z^+$ or even to write $a,b,c,n\in\mathbb Z^+$ - all of which are equivalent. The author is likely looking to emphasize that Fermat's theorem is a statement about the non-existence of such a $4$-tuple by writing it that way - i.e. they're making the domain very explicit.