Documentation

FormalConjectures.ErdosProblems.«730»

Erdős Problem 730 #

References:

@[reducible, inline]
abbrev S :
Equations
Instances For

    Are there infinitely many pairs of integers $n < m$ such that $\binom{2n}{n}$ and $\binom{2m}{m}$ have the same set of prime divisors?

    For example, $(87,88)$ and $(607,608)$ are such pairs.

    Show that for all $n$, the binomial coefficient $\binom{2n}{n}$ is even.

    theorem Erdos730.erdos_730.variants.delta_ne_one :
    ∃ (n : ) (m : ), (n, m) S m n + 1

    There are examples where $(n, m) ∈ S$ with $m ≠ n + 1$.

    (Found by AlphaProof, although it was implicit already in [A129515])