I Question on invertibility in finite fields

Albert01
Messages
14
Reaction score
0
Hello all,

I have here an excerpt from Wikipedia about the discrete Fourier transform:

1693031347473.png


My question(s) are about the red underlined part.

1.) If ##n## divides ##p-1##, why does this imply that ##n## is invertible?
2.) Why does Wikipedia take the effort to write out the ##n## as ##n = 1+1+...+1##, what is behind this?

I would be glad if someone could help me a little bit here.
 
Physics news on Phys.org
Albert01 said:
1.) If ##n## divides ##p-1##, why does this imply that ##n## is invertible?
Because then ##p## cannot divide ##n##.
Albert01 said:
2.) Why does Wikipedia take the effort to write out the ##n## as ##n = 1+1+...+1##, what is behind this?
That is the definition of ##n## in a field.
 
If you already accept that ##GF(q)=GF(p^m)## is a field, then all elements except zero are invertible. And zero in a field of characteristic ##p## is
$$
0=\underbrace{1+1+\ldots+1}_{p\text{ times}}
$$
Now consider any natural number ##n,## as @martinbn mentioned, defined as
$$
n=\underbrace{1+1+\ldots+1}_{n\text{ times}}
$$
and assume ##n=k\cdot p.## Then
$$
n=\underbrace{\underbrace{1+1+\ldots+1}_{p\text{ times }=0}+\underbrace{1+1+\ldots+1}_{p\text{ times }=0}+\ldots+\underbrace{1+1+\ldots+1}_{p\text{ times }=0}}_{k\text{ times }=0}=0
$$
and all other numbers are unequal zero modulo ##p## hence invertible. The Euclidean algorithm allows us to write
$$
n=r\cdot p + s\qquad , \qquad 0<s<p
$$
if ##p## does not divide ##n## so ##n\equiv s \neq 0 \pmod{p}## and as @martinbn mentioned, ##n<p## prevents that ##p\,|\,n## or ##s=0.## Furthermore, ##n## and ##p## are coprime, i.e. their greatest common divisor is ##1.## This means by Bézout's identity that we can write
$$
1=a \cdot n + b \cdot p \quad \text{ or }\quad a\cdot n \equiv 1\pmod{p}
$$
and ##a## is the inverse of ##n## modulo ##p.##
 
Thank you for the very good answer!

A few questions:
1.) Why can we assume ##n=kp##? You only do this here as an example to show the difference between ##n = kp## and ##n = rp + s##, right?

2) The inequality ##n < p## is due to the fact that all elements in the field are smaller than ##p##, right?
 
Albert01 said:
Thank you for the very good answer!

A few questions:
1.) Why can we assume ##n=kp##? You only do this here as an example to show the difference between ##n = kp## and ##n = rp + s##, right?
Yes. I assumed ##n=kp## to show why multiples of ##p## do not have an inverse modulo ##p##.
Albert01 said:
2) The inequality ##n < p## is due to the fact that all elements in the field are smaller than ##p##, right?
That was a misunderstanding on my side. All we need is ##p\,\nmid \,n##.
(If ##p\,|\,n## and ##n\,|\,(q-1)=p^m-1## then ##p\,|\,(p^m-1)## which is impossible. Thus ##p\,\nmid \,n.##)
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top