Test Contest 1 Problem B

Let $k$ be a nonnegative integer. Let $A = 2 ^ k - 2$ and $B = 2 ^ kA$. Show that $A + 1$ and $B + 1$ have the same set of prime divisors.

import Mathlib.RingTheory.Int.Basic

theorem solution (k : ℕ) (p a b : ℤ) (hp : Prime p) (ha : a = 2 ^ k - 2) (hb : b = 2 ^ k * a) :
    p ∣ (a + 1) ↔ p ∣ (b + 1) := sorry

Submit Solution

Login to submit a solution.

Recent Submissions

# User Time (UTC) Status
323 Seferovic 2026-03-02T14:46 Forbidden axiom
248 Sul_A. Long time ago PASSED
247 Sul_A. Long time ago PASSED
235 Kitsune Long time ago PASSED
233 kappa Long time ago PASSED
230 kappa Long time ago PASSED
225 FelixMP Long time ago PASSED
View all