Modulo Arithmetic: Division Defined?

In summary, the group of integers modulo p is usually denoted by (\mathbb{Z}/p\mathbb{Z})^* and is defined as the set of elements of \mathbb{Z}/p\mathbb{Z} which have an inverse under multiplication. \mathbb{Z}/p\mathbb{Z} is a group only under addition. So:\mathbb{Z}/5\mathbb{Z} = \{1,2,3,4\} and (\mathbb{Z}/5\mathbb{Z})^*=\{1,2,3,4\}\math
  • #1
gazzo
175
0
Hey, umm... I can't find an answer for this anywhere.

if we have a group [itex]\mathbb{Z}/p\mathbb{Z}[/itex] (for sufficient p) under multiplication modulo p, is divsion defined

[tex]\frac{a}{b} = ab^{-1}[/tex]

ie in [itex]\mathbb{Z}/5\mathbb{Z} = \{1,2,3,4\}[/itex]; would [itex]\frac{3}{2}[/itex] be [itex](3)(2^{-1}) \equiv (3)(3) \equiv 4[/itex]

Maybe I've completely understood modulo arithmetic
 
Physics news on Phys.org
  • #2
Seems alright to me.

By the way, the multiplicative group of integers modulo p is usually denoted by [tex](\mathbb{Z}/p\mathbb{Z})^*[/tex] and is defined as the set of elements of [tex]\mathbb{Z}/p\mathbb{Z}[/tex] which have an inverse under multiplication. [tex]\mathbb{Z}/p\mathbb{Z}[/tex] is a group only under addition. So:

[tex]\mathbb{Z}/5\mathbb{Z} = \{0,1,2,3,4\} [/tex] and [tex](\mathbb{Z}/5\mathbb{Z})^*=\{1,2,3,4\}[/tex]

[tex]\mathbb{Z}/9\mathbb{Z} = \{0,1,2,3,4,5,6,7,8\} [/tex] and [tex](\mathbb{Z}/9\mathbb{Z})^*=\{1,2,4,5,7,8\}[/tex]
 
  • #3
inverses of all non-zero elements are defined for ALL p when p is a prime. and only for elements coprime to p when p is not a prime (actually this implies they all are invertible if p is a prime).

i would never say anything like "i completely understand SUBJECT" since there is always someone cleverer than you who understands more about it.
 
  • #4
hehe that's true :) thanks.
 
  • #5
if you'd like to put your knowledge to the test then how abhout this:

let p be a prime and work mod p.

show that x^2=1 mod p has exactly two solutions.

hence show that (p-1)!=-1 mod p

hint: every element x has a unique y such that xy=1, paur them up. what can you not pair with a distinct inverse? see previous question).

show that pCr (p choose r) is 0 mod p unless r=1 or p (when it is 1)

if you know group theory explain why a^{p-1}=1 mod p. if you don't know group theory, use the previous exercise to show it by considering (1+1+..+1)^p {a 1's added together} to show why.
 

1. What is modulo arithmetic and how does it differ from regular arithmetic?

Modulo arithmetic, also known as clock arithmetic, is a mathematical operation that calculates the remainder of a division. It differs from regular arithmetic because it only considers the remainder and ignores the quotient. For example, in regular arithmetic, 11 divided by 3 equals 3 with a remainder of 2. In modulo arithmetic, the same equation would result in a remainder of 2.

2. How is division defined in modulo arithmetic?

In modulo arithmetic, division is defined as finding the remainder when a number is divided by another number. This is represented by the symbol %, known as the modulo operator. For example, 11 % 3 would equal 2, as the remainder when 11 is divided by 3 is 2.

3. What are some real-life applications of modulo arithmetic?

Modulo arithmetic has various real-life applications, such as calculating time and distance, cryptography, and computer programming. In time and distance calculations, modulo arithmetic is used to determine the hour on a clock or the day of the week. In cryptography, it is used to encrypt and decrypt messages. In computer programming, it is used for indexing and looping through arrays and other data structures.

4. Can negative numbers be used in modulo arithmetic?

Yes, negative numbers can be used in modulo arithmetic. The result will always be a positive number, as the remainder is always positive. For example, -11 % 3 would result in a remainder of 2.

5. How does one solve equations involving modulo arithmetic?

To solve equations involving modulo arithmetic, the same rules of regular arithmetic apply. However, when performing operations such as addition, subtraction, or multiplication, the modulo operator is applied after each step to ensure the result remains within the desired range. For example, to solve the equation 11 + 9 ≡ x (mod 5), we first add 11 and 9 to get 20, then apply the modulo operator to get a remainder of 0, so the solution is x = 0.

Similar threads

  • Linear and Abstract Algebra
Replies
9
Views
898
  • Linear and Abstract Algebra
Replies
15
Views
959
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
14
Views
946
Replies
5
Views
887
  • Linear and Abstract Algebra
Replies
11
Views
3K
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
10
Views
965
  • Linear and Abstract Algebra
Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
642
Back
Top