Using the Binomial Theorem $(x+1)^p$ can be written out as $$ (x+1)^p = \sum_{k=0}^p \binom{p}{k} x^k\,. $$ All that's left to show then is that, if $q$ is a proper prime factor of $p$, then one of $\binom{p}{1}, \dots, \binom{p}{p-1}$ isn't divisible by $q$. For that consider $\binom{p}{q^t}$ where $q^t$ is the biggest power of $q$ that occurs in $p$. This coefficient is $$ \binom{p}{q^t} = \frac{p(p-1) \cdots (p-q^t+1)}{q^t(q^t-1) \cdots 1} = q \bigg(q^{t-1}k\frac{(p-1) \cdots (p - q^t + 1)}{q^t(q^t-1) \cdots 1} \bigg) $$ for some integer $k$. So, if we can just show that this big parenthesis doesn't work out to an integer, we're done. And I feel like there ought to be a quick way to finish the argument. But the only way I see to proceed is to painstakingly count the number of occurrences of $q$ in both the numerator and denominator and show that there aren't enough in the numerator to fully cancel the denominator. That's quite messy. Is there a more elegant maneuver?
2026-03-26 08:00:28.1774512028
Why isn't $(x+1)^p \equiv_q x^p + 1$ if $q$ is a prime factor of $p$?
121 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in PRIME-FACTORIZATION
- For which natural numbers are $\phi(n)=2$?
- Fractions of the form $\frac{a}{k}\cdot\frac{b}{k}\cdot\frac{c}{k}\cdots=\frac{n}{k}$
- (Number of perfect powers ≤ n) ∼ $\sqrt{n}$?
- How do I solve complicated prime factorization problems? (Ex: 20711)
- Is there a pattern to addition of primesFactored numbers?
- Proof of Fundamental Theorem of Arithmetic: Uniqueness Part of Proof
- Find a prime factor of $7999973$ without a calculator
- Proof verification: Let $gcd(x,y)=1$. If $xy$ is a perfect square, then $x$ and $y$ are perfect squares.
- An idea for approaching Brocard's problem ($n!+1=m^2$)
- Looking for complex roots of unity which also happen to be complex primes
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
In general it may actually be the case that indeed $(x+1)^p\equiv_q x^p+1$. As an example, take $q=3,p=9$.
In fact we can classify exactly which $p$ do this; it turns out that $(x+1)^p\equiv_q x^p+1$ for all $x$ if and only if $p=q(qk-k+1)$ for some $k$.
To see why this is true, let $g$ be a primitive generator of $\mathbb{F}_q^*$, i.e., $g^n=1$ iff ${q-1}|n$. Suppose $(x+1)^p\equiv_qx^p+1$. By plugging in $x=1$ and using induction, this would imply that $x^p\equiv_q x$ for all $x$, so $x^{p-1}\equiv_q 1$. In particular, $g^{p-1}\equiv_q 1$, so by definition $q-1|p-1$.
Writing out $p=q\cdot m$, this means there exists some $n$ such that $n(q-1)=mq-1$. Then $(n+(q-1))(q-1) = (m+(q-2))q$. Since $q$ cannot divide $q-1$ and $q$ is prime, this means $q|n+q-1$, so $q|n-1$. Thus we can write $n=qk+1$, which gives $mq-1 = (qk+1)(q-1)$, so expanding out the terms gives $m=qk-k+1$.
Conversely, if $p$ can be written in this form, then since every element $x\in\mathbb{F}_q^*$ has order dividing $q-1$, we get $x^p=x^{q(qk-k+1)}\equiv_q x^{k}x^{-k}x\equiv_q x$, from which the stated equality immediately holds.
EDIT. To answer your other question of whether it is true that $\binom{p}{q^t}\not\equiv_q 0$ where $q^{t}\mid p$ but $q^{t+1}\nmid p$: This can be proven as follows.
Let $m,n$ be arbitrary integers, and consider $\binom{mn}{m}=\frac{(mn)(mn-1)\cdots\left(mn-(m-1)\right)}{m!}$. We can remove a factor of $m$ from the top and bottom and are left with $\binom{mn}{m}=\frac{n(mn-1)\cdots\left(mn-(m-1)\right)}{(m-1)!}$. Now if $k$ is any factor of $m$ that divides $mn-j$ for some $j$, then $k$ must also divide $j$. Thus we can remove factors from the top and bottom until we're left with $\binom{mn}{m}=\frac{np}{q}$ where $m\nmid p$. Thus if $m$ divides $\binom{mn}{m}$ it must also divide $n$.
Now substituting $m=q^t$ and $mn=p$ immediately gives the desired result, since $q^t\mid\binom{p}{q^t}\implies q^t\mid\frac{p}{q^t}\implies q^{2t}\mid p$, contradicting maximality of $t$.