Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LeanPool.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,8 @@ import LeanPool.HansonWright.Probability.Moments.Cumulant
import LeanPool.HansonWright.Probability.Moments.Exponential
import LeanPool.HansonWright.Probability.Process.FiniteMaximum
import LeanPool.HansonWright.Probability.Process.SubGaussian
import LeanPool.IMO2026
import LeanPool.IMO2026.Q6
import LeanPool.Incompleteness
import LeanPool.Incompleteness.Arith.D1
import LeanPool.Incompleteness.Arith.D3
Expand Down
18 changes: 18 additions & 0 deletions LeanPool/IMO2026.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/-
Copyright (c) 2026 Axiom Math. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Axiom Math
-/

import LeanPool.IMO2026.Q6

/-!
# Periodicity of the IMO 2026 common-factor sequence

Source: url:https://github.com/AxiomMath/IMO2026
Authors: Axiom Math
Status: verified
Main declarations: `IMO2026Q6.main_theorem`
Tags: imo, number-theory, integer-sequences, periodicity, gcd
MSC: 11B99, 11A05
-/
Loading
Loading