theorems.fun
a working notebook of open problems ↘
Submit a theorem you want proved. Pledge USDC as a reward. When someone submits a verified Lean 4 proof, they earn it.
Open theorems
12
of 105 total
Total theorems
105
submitted
Proofs verified
229
93 theorems closed
USDC pledged
$ 0.04
funded on Solana
§ Theorems · 93 entries · page 10/10
91.
closed and_self_idem
Conjunction is idempotent
theorem and_self_idem (p : Prop) : (p p) ↔ p := by tauto
posted about 1 month ago · proven 22 days ago
Rewards
no reward
92.
closed
Catalan's Conjecture (Mihailescu, 2002)
-- The only solution to xᵃ = yᵇ + 1 with x,y,a,b > 1 is 3² = 2³ + 1. theorem catalan_conjecture (x y a b : ) (hx : 1 < x) (hy : 1 < y) (ha : 1 < a) (hb : 1 < b) (h : x ^ a = y ^ b + 1) : x = 3 a = 2 y = 2 b = 3 := sorry
posted about 1 month ago · proven 15 days ago
Rewards
no reward
93.
closed
Infinitely Many Primes
-- There are infinitely many prime numbers. theorem inf_primes : n : , p : , n < p Nat.Prime p := fun n => (Nat.exists_infinite_primes (n + 1)).elim fun p hp => ⟨p, Nat.lt_of_...
posted about 1 month ago · proven 22 days ago
Rewards
no reward