Question on invertibility in finite fields

Click For Summary
SUMMARY

This discussion centers on the invertibility of elements in finite fields, specifically addressing why an integer \( n \) is invertible if it divides \( p-1 \). The key conclusion is that if \( n \) divides \( p-1 \), then \( p \) cannot divide \( n \), ensuring \( n \) is coprime to \( p \). The discussion also clarifies that the representation of \( n \) as \( n = 1 + 1 + \ldots + 1 \) (summed \( n \) times) is fundamental to understanding its properties in the context of finite fields, particularly in relation to the characteristic \( p \).

PREREQUISITES
  • Understanding of finite fields, specifically \( GF(q) = GF(p^m) \)
  • Familiarity with modular arithmetic and coprimality
  • Knowledge of Bézout's identity and the Euclidean algorithm
  • Basic concepts of the discrete Fourier transform
NEXT STEPS
  • Study the properties of finite fields and their characteristics
  • Learn about the Euclidean algorithm and its applications in number theory
  • Explore Bézout's identity and its implications in modular arithmetic
  • Investigate the discrete Fourier transform and its relevance in finite fields
USEFUL FOR

Mathematicians, computer scientists, and students studying algebraic structures, particularly those focusing on finite fields and their applications in coding theory and cryptography.

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.
 
  • Like
Likes   Reactions: Albert01
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.##
 
  • Love
Likes   Reactions: Albert01
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.##)
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 43 ·
2
Replies
43
Views
7K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K