1

I was reading 'Mathematical circles' and it used parity to solve a lot of questions. I was curious that, is there a standard definition of parity over rational numbers or maybe real numbers?

2 Answers2

2

The notion of parity can be extended to many rings - but certainly not all rings, since if $\,2\,$ has an inverse $\,u\,$ then $\,2u = 1\ \Rightarrow 2\mid 1\mid x\,$ so everything is "even". So we can't extend it to all rationals, but if we restrict to the subring of rationals with odd denominator then integer parity has a unique extension: the parity of $\,m/(2n+1)\,$ is the parity of $\,m,\,$ by $\bmod 2\!:\ (2n+1)^{-1}\equiv 1^{-1}\equiv 1.\,$

More generally we can always apply parity arguments in any ring which has $\,\Bbb Z/2 = $ integers $\!\bmod 2\,$ as a homomorphic image, e.g. the Gaussian integers $\,\mathbb Z[i],\,$ where the image $\ \mathbb Z[i]/(2,i\!-\!1) \cong \mathbb Z/2\ $ yields the natural parity definition that $\ a+b\,i\ $ is even $\iff a\equiv b\pmod{\! 2}\ $, i.e. if $\ a+b\,i\ $ maps to $\,0\,$ via the above isomorphism, which maps $\ 2\to 0,\ i\to 1\,$.

Similar ideas work for many rings of algebraic integers (though parity need not exist nor be unique in general). See this answer for further discussion. See also this answer which uses parity in $\,\mathbb Z[\sqrt{5}]\,$ to show the integer $\,(9+4\sqrt{5})^n + (9-4\sqrt{5})^n\,$ is even, and see this answer for parity in an ordered ring with infinite elements.

Bill Dubuque
  • 272,048
0

There is no standard definition of parity for rational numbers. You can look at the power of $2$ that appears when you write a nonzero rational number in lowest terms. That function is usually written as $\nu_2$, so for example $$ \begin{align} \nu_2(8) &= 3 \\ \nu_2(24) &= 3 \\ \nu_2(5/8) &= -3 \\ \nu_2(5/3) &= 0 \\ \end{align} $$ Then a nonzero integer $n$ is even just when $\nu_2(n) > 0$.

You can generalize by defining $\nu_p$ for any prime $p$.

There's no good way to do any of this for real numbers.

Ethan Bolker
  • 95,224
  • 7
  • 108
  • 199