PrevNext

Overview

Advanced number theory uses structure in modular arithmetic and prime powers. Orders and lifting techniques often simplify exponent problems.

Key Ideas

  • If ak1(modn)a^k\equiv1\pmod n, the least such kk is the order of aa mod nn.
  • LTE (lifting the exponent) helps with vp(anbn)v_p(a^n-b^n) when pp divides aba-b.
  • Factorization and parity arguments are constant companions.

Core Skills

Use Orders

If ak1(modn)a^k\equiv 1\pmod n, then kk divides φ(n)\varphi(n) when gcd(a,n)=1\gcd(a,n)=1.

Apply LTE Safely

Check the hypotheses for LTE: typically pabp\mid a-b and pabp\nmid ab.

Combine Moduli

Use CRT to combine congruences after working modulo prime powers.

Worked Example

Find the largest kk with 2k31212^k \mid 3^{12}-1.

Because 321=83^2-1=8, LTE gives v2(3121)=v2(321)+v2(12)=3+2=5v_2(3^{12}-1)=v_2(3^2-1)+v_2(12)=3+2=5. So k=5k=5.

More Examples

Example 1: Order

Find the order of 22 modulo 77.

21=22^1=2, 22=42^2=4, 23=1(mod7)2^3=1\pmod 7, so the order is 33.

Example 2: LTE

Find v3(2101)v_3(2^{10}-1).

Since 221=32^2-1=3, LTE gives v3(2101)=v3(221)+v3(5)=1+0=1v_3(2^{10}-1)=v_3(2^2-1)+v_3(5)=1+0=1.

Example 3: CRT

Solve x1(mod4)x\equiv 1\pmod 4, x2(mod5)x\equiv 2\pmod 5.

x6(mod20)x\equiv 6\pmod{20}.

Strategy Checklist

  • Compute orders when exponents are involved.
  • Verify LTE conditions before applying it.
  • Use CRT to combine prime-power congruences.

Practice Problems

StatusSourceProblem NameDifficultyTags
AIMEVery Hard
Show TagsModular Arithmetic, Orders
AIMEVery Hard
Show TagsDiophantine, LTE

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.

PrevNext