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.

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.

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