Proof involving invertible modulo and congruence modulo

  • Thread starter Thread starter dpryor5
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving a statement related to invertibility in modular arithmetic. Specifically, it examines the conditions under which an integer \( x \) must be congruent to zero modulo \( n \) given that \( a \) is invertible modulo \( n \) and \( ax \equiv 0 \mod n \).

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the relationships between the congruences \( as \equiv 1 \mod n \) and \( ax \equiv 0 \mod n \), discussing how to manipulate these equations to derive the conclusion that \( x \equiv 0 \mod n \). There are attempts to substitute and solve for \( a \) and \( x \), with some participants expressing uncertainty about their approaches and seeking clarification on modular arithmetic operations.

Discussion Status

The discussion is active, with participants sharing their attempts and reasoning. Some guidance has been offered regarding the algebraic manipulation of modular equations, and there is an ongoing exploration of how to effectively apply these concepts to reach a proof.

Contextual Notes

Participants note challenges in converting modular relations into integer equations and express a desire for a clearer understanding of the reasoning required for a formal proof.

dpryor5
Messages
4
Reaction score
0

Homework Statement



Prove the following statement, or provide a counterexample showing its falsity:

Let n be an integer greater than 1. For all a ∈ Z, if a is invertible mod n and there exists x ∈ Z such that
ax ≡ 0 (mod n), then x ≡ 0 (mod n).

Homework Equations



If a is invertible mod n, then there exists some integer s such that as ≡ 1 (mod n).

The Attempt at a Solution



I start with the following congruence relations:
as ≡ 1 (mod n)
ax ≡ 0 (mod n)

and I need to derive the following relation from them:
x ≡ 0 (mod n)

I've tried using different modular equivalences for the relations and doing modular arithmetic, but I can't seem to get rid of the s and a. I don't know if I'm approaching this problem in an entirely incorrect way, but I would appreciate a nudge in the right direction.
 
Last edited:
Physics news on Phys.org
How would you go about solving the system:
as=1
ax=0​
to demonstrate that x is zero?
 
Solving for a in the first equation, and substituting for it in the second.

The closest I've been able to get to a system like that is using the equivalence of a ≡ b (mod n) to a mod n = b mod n. Applying that to the two congruence relations I start with produces:

as mod n = 1 and
ax mod n = 0.

But, if I then use the definition of mod to get a system of equations such as as = nq + 1 for some integer q and ax = nt for some integer t, I've just introduced two new variables I have to eliminate in order to establish the conclusion.

I feel like I'm missing something really simple, but I can't get a grasp of it.
 
dpryor5 said:
Solving for a in the first equation, and substituting for it in the second.
Could you show me what you mean? It's not what I would have expected -- and I think you're omitting the particular detail I was trying to get you to say and think about.


I feel like I'm missing something really simple, but I can't get a grasp of it.
The "simple" thing is that you can do algebra with modular equations. Usually, it's simpler and more efficient than trying to replace them with integer equations (e.g. by replacing as=1 (mod n) with as = 1 + nq, as you did) -- you just have to be careful to do the algebra correctly, since there are a couple ways algebra behaves differently modulo n.


If you're unsure about doing it correctly, you can always convert to integer equations after you've figured out what needs to be done to solve the system, to be sure things work out.
 
Could you show me what you mean? It's not what I would have expected -- and I think you're omitting the particular detail I was trying to get you to say and think about.

as = 1 => a = 1/s
ax = 0 => (1/s)x = 0 => x = 0.
 
dpryor5 said:
(1/s)x = 0 => x = 0.
The important thing to think about is what you're doing in this step...
 
Try starting with x = x \cdot 1 = \cdots.
 
Hurkyl said:
The important thing to think about is what you're doing in this step...

This makes intuitive sense to me. n divides into a*s with a remainder of 1, whereas a*x is divisible by n. It follows necessarily that x is divisible by n. But, it feels like this reasoning has to be explained more concretely for a good proof. I've been unable to do this by converting the modular relations into integer equations. I'm not sure how to establish this with modular arithmetic.
 
dpryor5 said:
This makes intuitive sense to me. n divides into a*s with a remainder of 1, whereas a*x is divisible by n. It follows necessarily that x is divisible by n. But, it feels like this reasoning has to be explained more concretely for a good proof. I've been unable to do this by converting the modular relations into integer equations. I'm not sure how to establish this with modular arithmetic.
What is preventing you from doing nearly the exact same thing you did in post #5?
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K