Parity and structure
This chapter rigorously explores the fundamental concepts of parity and structural properties within number theory. Mastery of these techniques is crucial for constructing elegant proofs and solving complex problems frequently encountered in CMI examinations, particularly those involving divisibility and integer properties.
---
Chapter Contents
|
| Topic |
|---|-------| | 1 | Even-odd arguments | | 2 | Mixed modular-parity problems | | 3 | Prime-power structure | | 4 | Contradiction via divisibility |---
We begin with Even-odd arguments.
Part 1: Even-odd arguments
Even-Odd Arguments
Overview
Parity arguments use the distinction between even and odd integers to prove divisibility, impossibility, and structural properties. They are among the simplest tools in number theory, but at exam level they become powerful because they often give a contradiction immediately when other methods look complicated. ---Learning Objectives
After studying this topic, you will be able to:
- Use parity to simplify equations and expressions.
- Track the parity of sums, products, and powers.
- Detect contradictions by comparing both sides modulo or .
- Recognise when an argument needs only parity and not heavier modular arithmetic.
- Solve structural number theory problems using even-odd reasoning.
Core Facts
For integers:
- even even = even
- even odd = odd
- odd odd = even
- even anything = even
- odd odd = odd
- square of an even integer is even
- square of an odd integer is odd
- even square
- odd square
Minimal Worked Examples
Example 1 Can be odd if both and are odd? Yes, because So it cannot be odd. --- Example 2 Show that if is even, then is even. If were odd, then would also be odd, contradiction. So must be even. --- Example 3 Show that there are no integers satisfying Squares modulo are only or So can only be It can never be Hence such an equation has no integer solution. ---Standard Uses of Parity
- proving existence or nonexistence of integer solutions
- showing an expression is divisible by
- checking whether a square/root can exist
- distinguishing cases by even/odd structure
- proving one variable must have a certain parity
Common Patterns
- write an integer as if even
- write an integer as if odd
- compare parity of both sides of an equation
- reduce modulo or when squares are involved
Common Mistakes
- β Thinking odd + odd is odd
- β Using only modulo for square problems when modulo is sharper
- β Forgetting that product parity is easier than sum parity
CMI Strategy
- First ask whether only parity is enough.
- If squares appear, think modulo quickly.
- If a product appears, inspect whether any factor must be even.
- Try contradiction by assuming the βwrongβ parity.
Practice Questions
:::question type="MCQ" question="If is odd, then is" options=["even","odd","a multiple of ","always prime"] answer="B" hint="Use the parity of odd products." solution="If is odd, then is odd times odd, which is odd. Hence the correct option is ." ::: :::question type="NAT" question="What is the remainder when the square of an odd integer is divided by ?" answer="1" hint="Write the odd integer as ." solution="Let the odd integer be Then its square is So the remainder upon division by is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["Even + odd = odd","Odd + odd = even","Odd Γ odd = odd","If is even, then is odd"] answer="A,B,C" hint="Use the standard parity rules." solution="1. True.Summary
- Parity is often the quickest number-theoretic tool.
- Sums and products behave differently under parity.
- Squares are especially well-controlled modulo .
- Many impossibility proofs begin with an even-odd contradiction.
- Always try parity before using heavier machinery.
---
Proceeding to Mixed modular-parity problems.
---
Part 2: Mixed modular-parity problems
Mixed Modular-Parity Problems
Overview
Mixed modular-parity problems combine two of the strongest elementary tools in number theory:Learning Objectives
After studying this topic, you will be able to:
- combine parity reasoning with modular arithmetic,
- identify the possible residues of squares modulo and ,
- prove that certain numbers cannot be perfect squares,
- use parity of prime exponents to test square-ness,
- handle proof-style number theory questions using contradiction and casework.
Core Idea
An integer is:
- even if it is of the form ,
- odd if it is of the form ,
for some integer .
For integers with , we write
if divides .
Why These Two Tools Work Well Together
Parity gives coarse structure:
- even or odd,
- divisible by or not.
Modular arithmetic refines that:
- modulo ,
- modulo ,
- modulo other useful bases.
In many exam problems, parity alone gives the first idea, and modular arithmetic finishes the contradiction.
Squares and Their Residues
Every integer square is congruent to either
Every integer square is congruent to one of
Standard Consequences
- No integer of the form or can be a perfect square.
- The square of an odd integer is always modulo .
- If and are odd, then
- Since a square cannot be modulo , the sum of two odd squares is never a square.
Perfect Squares and Parity of Prime Exponents
A positive integer
is a perfect square if and only if every exponent is even.
If denotes the exponent of the prime in the factorization of , then
Why This Matters in Harder Problems
The PYQ attached to this topic is not a routine remainder question. It is really about deciding when a large factorial expression becomes a square. In such problems, modular arithmetic may guide the idea, but the decisive step is often:- track the exponent of a prime,
- check whether that exponent is even or odd.
Minimal Worked Examples
Example 1 Show that no integer of the form is a square. Every square is congruent to or modulo . But So it cannot be a square. --- Example 2 Show that if and are odd, then is not a square. Since are odd, Hence But a square can only be or modulo . So is not a square. ---Standard Methods
When the expression depends strongly on parity:
- assume the variable is even or odd,
- compute the expression in each case,
- derive the required conclusion.
To show a number cannot have a property:
- assume it does,
- compute its residue modulo or ,
- compare with the allowed residues.
When perfect squares or perfect powers are involved:
- factor the number,
- inspect the parity of prime exponents,
- conclude whether the number can be a square.
Common Patterns
- prove a number is not a square using modulo or ,
- show some expression is always even or always odd,
- determine whether a sum of squares can be a square,
- use prime-exponent parity to test square-ness,
- combine congruence with contradiction in proof questions.
Common Mistakes
- β using parity alone when modulus or is needed,
- β forgetting that not every non-square is detected by modulo ,
- β saying "odd square is odd" and stopping there,
- β checking only the exponent of when proving square-ness,
CMI Strategy
- First ask what the expression looks like modulo , , or .
- If perfect squares are involved, remember the allowed square residues.
- If modular checks are not decisive, switch to prime-exponent parity.
- In proof problems, write the contradiction clearly.
- Keep the reasoning short and structural; these problems reward clean ideas more than computation.
Practice Questions
:::question type="MCQ" question="Which of the following cannot be the remainder of a perfect square upon division by ?" options=["","","",""] answer="D" hint="List all possible square residues modulo ." solution="Every integer square is congruent to , , or modulo . Therefore cannot be the remainder of a perfect square modulo . Hence the correct option is ." ::: :::question type="NAT" question="If is an odd integer, find the remainder when is divided by ." answer="1" hint="Write ." solution="Let . Then Since one of and is even, is even. So is divisible by . Therefore Hence the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If is odd, then ","If is even, then is even","There exists an integer such that ","Consecutive integers always have opposite parity"] answer="A,B,D" hint="Recall the possible square residues modulo and ." solution="1. True. Every odd square is congruent to modulo .Summary
- Squares modulo are only or .
- Squares modulo are only , , or .
- Every odd square is modulo .
- A positive integer is a perfect square exactly when all prime exponents are even.
- Mixed modular-parity problems often combine remainder checks with exponent parity.
---
Proceeding to Prime-power structure.
---
Part 3: Prime-power structure
Prime-Power Structure
Overview
Prime-power structure means studying an integer through the exponents in its prime factorisation. This is one of the deepest structural ideas in elementary number theory. At exam level, it is used in divisibility, gcd/lcm problems, perfect powers, and counting divisors. Instead of treating a number as a single object, we study the power of each prime separately. ---Learning Objectives
After studying this topic, you will be able to:
- Write integers in prime-power factorised form.
- Use prime exponents to study divisibility.
- Compute gcd, lcm, and number of divisors from factorisation.
- Recognise perfect squares and perfect cubes from exponent conditions.
- Solve structural problems by comparing prime powers.
Prime Factorisation
Every integer can be written uniquely as
where the are distinct primes and the are positive integers.
Divisibility by Comparing Exponents
If
then
if and only if
for every prime involved.
gcd and lcm
If
and , then
Number of Divisors
If
then the number of positive divisors of is
Perfect Powers
- is a perfect square iff every prime exponent in its factorisation is even
- is a perfect cube iff every prime exponent is divisible by
- is a perfect th power iff every prime exponent is divisible by
Minimal Worked Examples
Example 1 Factorise We have So:- prime factorisation is
- number of divisors is
Common Patterns
- count divisors
- test divisibility
- compute gcd or lcm
- test for square/cube/perfect power
- find the smallest multiplier to make a square or cube
Smallest Multiplier Idea
To make a number a perfect square, multiply by whatever primes are needed to make every exponent even.
To make a number a perfect cube, multiply by whatever primes are needed to make every exponent a multiple of .
Common Mistakes
- β Forgetting primes with exponent when comparing gcd/lcm
- β Using addition of exponents in gcd
- β Thinking a number is a square because βmostβ exponents are even
CMI Strategy
- Factor early and factor cleanly.
- Translate the question into exponent language.
- Work prime by prime.
- Reassemble the answer only at the end.
- In divisor problems, think of independent exponent choices.
Practice Questions
:::question type="MCQ" question="The number of positive divisors of is" options=["","","",""] answer="C" hint="Use the divisor count formula." solution="The number of positive divisors is Hence the correct option is ." ::: :::question type="NAT" question="Find ." answer="6" hint="Factor both numbers or use common divisors directly." solution="We have and So Hence the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["A perfect square has all prime exponents even","The gcd uses minimum exponents","The lcm uses maximum exponents","Every number of the form is a perfect cube"] answer="A,B,C" hint="Use the exponent interpretation of factorisation." solution="1. True.- exponent of needs one more factor of
- exponent of is already even
- exponent of needs one more factor of
Summary
- Prime-power form reveals the structure of an integer.
- Divisibility, gcd, and lcm are all exponent comparisons.
- Divisor counting comes from exponent choices.
- Perfect powers are determined by divisibility of exponents.
- Working prime by prime often turns a hard problem into a routine one.
---
Proceeding to Contradiction via divisibility.
---
Part 4: Contradiction via divisibility
Contradiction via Divisibility
Overview
This topic is about proving that an integer equation has no nontrivial solution by showing that any supposed solution must become smaller in a controlled way, or must satisfy impossible divisibility conditions. In CMI-style number theory, this often appears through modular arithmetic, parity, divisibility by primes, and infinite descent. The central pattern is:Learning Objectives
After studying this topic, you will be able to:
- Use modular arithmetic to restrict square values.
- Force divisibility of variables from an equation.
- Apply contradiction using a minimal counterexample.
- Recognize infinite descent structure in Diophantine equations.
- Use parity and modular residues together in a proof.
Core Idea
To prove a statement is true, assume it is false and derive an impossibility.
Infinite descent is a method where a supposed positive or nonzero integer solution gives rise to another strictly smaller solution of the same type, and then another smaller one, and so on. This is impossible in the integers.
Minimal-Value Setup
When proving that an equation has only the trivial integer solution, a common setup is:
Assume there exists a nonzero integer solution. Among all such solutions, choose one for which
is as small as possible.
Square Residues Modulo Small Integers
A perfect square modulo can only be
A perfect square modulo can only be
A perfect square modulo can only be
A perfect square modulo can only be
A perfect square modulo can only be
A perfect square modulo can only be
Standard Forcing Pattern
Suppose an equation implies
Since squares mod are only or , the only way for a sum of two squares to be divisible by is
So both and are divisible by , which implies
Example Structure: Equation of the Form
For an equation like
the standard path is:
- choose a nonzero solution with smallest possible size
- reduce modulo a prime dividing or otherwise useful
- force divisibility of and
- substitute back to force divisibility of
- divide all variables by that prime
- obtain a smaller solution
- contradiction
Why Divisibility of a Square Implies Divisibility of the Number
If a prime divides , then divides .
- if , then
- if , then
Minimal Worked Example
Example 1 Show that the only integer solution to is Assume a nonzero integer solution exists and choose one with smallest value of . Now reduce modulo . Squares mod are only or . Since , the left side must be divisible by . The only possible sum of two square residues giving mod is . So . Write . Then so . Hence , so . Thus all of are divisible by . Dividing by gives a smaller nonzero integer solution, contradicting minimality. Therefore the only integer solution is . ---Modulo Choice Matters
In contradiction-via-divisibility proofs, the modulus must be chosen intelligently.
A useful modulus is one where the set of square residues is restrictive enough to force a variable or variables to be divisible by that modulus.
Sometimes:
- modulo works
- modulo does not
- modulo gives weaker information
So the best modulus is not always the largest divisor.
Common Patterns
- Show a Diophantine equation has only the trivial solution.
- Show an equation has no integer solution.
- Prove a number cannot be represented in a certain form.
- Use parity first, then a modulus such as or .
- Use a prime divisor of a coefficient to start infinite descent.
Common Mistakes
- β assuming a modulus works without listing square residues
- β proving only one variable is divisible by a prime when actually both are forced
- β dividing by a number without first proving divisibility
- β forgetting to explain why the new solution is smaller
- β confusing βdivisible by β with βcongruent to mod β without context
CMI Strategy
- Assume a nontrivial integer solution exists.
- Choose one of minimal size.
- Compute square residues modulo a useful prime.
- Force divisibility of variables.
- Substitute back into the equation.
- Show all variables share the divisor.
- Divide to get a smaller solution.
- Contradict minimality.
Practice Questions
:::question type="MCQ" question="A perfect square modulo can have which of the following remainders?" options=["","","",""] answer="A" hint="Check the residues of modulo ." solution="Modulo : So the only possible square residues mod are . Hence the correct option is ." ::: :::question type="NAT" question="How many possible square residues are there modulo ?" answer="2" hint="Check modulo ." solution="Modulo : So the possible square residues mod are , which has elements." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If , then ","A proof by infinite descent starts from a smallest positive or nonzero solution","Squares modulo can only be ","If , then automatically "] answer="A,B,C,D" hint="Use square residues modulo and ." solution="1. True.Summary
- Contradiction via divisibility often works through infinite descent.
- Square residues modulo small integers are essential tools.
- Minimal-counterexample arguments must end with a smaller valid solution.
- The choice of modulus is strategic, not automatic.
- Many Diophantine impossibility results come from repeated forced divisibility.
Chapter Summary
Parity arguments (even/odd analysis, modulo 2) are fundamental for proving existence, non-existence, or properties of integer solutions.
Many problems involving sums, products, or differences of integers can be significantly simplified by examining their parity or congruence modulo 2.
The prime-power structure of integers, particularly factorials and binomial coefficients, is precisely determined by Legendre's formula, .
Understanding (the exponent of the highest power of prime dividing ) is crucial for divisibility proofs and finding the largest power of an integer dividing a product.
Problems combining parity with other modular arithmetic concepts often require careful analysis of congruences modulo small primes or powers of 2.
Proof by contradiction, especially when applied through divisibility or parity arguments, is a powerful technique to establish the impossibility of certain conditions.
Chapter Review Questions
:::question type="MCQ" question="Can the equation have integer solutions for and ?" options=["Yes, for specific integers .","Yes, for any integers .","No, because is an odd number.","No, because ."] answer="No, because ." hint="Consider the possible values of squares modulo 4." solution="The square of any integer satisfies if is even, and if is odd. Therefore, can only be , , or . The number , so . Since can never be congruent to , there are no integer solutions for ."
:::
:::question type="NAT" question="Find the largest integer such that divides ." answer="48" hint="Apply Legendre's formula for ." solution="Using Legendre's formula,
.
Thus, the largest integer is 48."
:::
:::question type="MCQ" question="Which statement correctly proves that there are no integers such that ?" options=["This statement is false; such integers exist.","The equation implies and have different parities, which is impossible.","The equation implies and are both even, leading to a contradiction modulo 4.","The equation implies and are both odd, which is impossible."] answer="The equation implies and are both even, leading to a contradiction modulo 4." hint="Factor the left-hand side and analyze the parities of the factors." solution="We have .
Since is an even number, its factors and must either both be even or one is even and one is odd.
Consider the sum and difference of the factors: and .
If one factor were even and the other odd, then and would be odd, which is impossible for integers .
Therefore, both and must be even.
Let and for some integers .
Substituting these into the equation: .
Dividing by 2, we get .
However, is an odd number, while must always be an even number. This is a contradiction.
Thus, no such integers exist."
:::
:::question type="NAT" question="What is the largest integer such that divides the product of the first 100 positive even integers?" answer="24" hint="Rewrite the product in terms of a factorial and then apply Legendre's formula." solution="The product of the first 100 positive even integers is .
This can be written as .
We need to find the largest such that divides . This is equivalent to finding .
Using the property , we have .
Since is not a factor of , .
So we need to calculate using Legendre's formula:
.
Thus, the largest integer is 24."
:::
What's Next?
Having mastered parity and prime-power structures, you are well-equipped to tackle more advanced topics. The concepts learned here are foundational for Diophantine Equations, where integer solutions are sought, often leveraging modular arithmetic and divisibility. Furthermore, the understanding of is directly applicable to Number Theoretic Functions (e.g., ) and advanced Modular Arithmetic involving higher powers and orders. Continue your exploration by applying these tools to complex problems in these interconnected domains.