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 3/10
22.
closed false
False
theorem false : False := sorry
posted 22 days ago · proven 22 days ago
Rewards
no reward
23.
closed googol_add_prime
Primality of 10^100 + 267
theorem googol_add_prime : a b, 1 < a 1 < b a * b ≠ (10 ^ 100 + 267) := sorry
posted 22 days ago · proven 20 days ago
Rewards
no reward
24.
closed erdos_discrepancy
Erdős discrepancy problem
theorem erdos_discrepancy : (s : ({-1, 1} : Set )), C : , d n : , 0 < d 0 < n C < |∑ k ∈ Finset.range n, (s (d * (k + 1)) : )| := sorry
posted about 1 month ago · proven 20 days ago
Rewards
no reward
25.
closed fermat_two_squares
Sum of two squares (Fermat)
theorem fermat_two_squares (p : ) (hp : p.Prime) (h : p % 4 = 1) : a b : , p = a ^ 2 + b ^ 2 := sorry
posted about 1 month ago · proven 22 days ago
Rewards
no reward
26.
closed lagrange_four_squares
Lagrange four-square theorem
theorem lagrange_four_squares (n : ) : a b c d : , n = a ^ 2 + b ^ 2 + c ^ 2 + d ^ 2 := by obtain ⟨a, b, c, d, h⟩ := Nat.sum_four_squares n use a, b, c, d rw [h]
posted about 1 month ago · proven 22 days ago
Rewards
no reward
27.
closed sylow_one
Sylow's first theorem
theorem sylow_one {G : Type*} [Group G] [Fintype G] (p : ) (hp : p.Prime) (n : ) (h : p ^ n ∣ Fintype.card G) : H : Subgroup G, Nat.card H = p ^ n := by haveI : Fact p.Prime := ⟨hp⟩ rw [← Nat.card_eq_fintype_card] at h exact Sy...
posted about 1 month ago · proven 20 days ago
Rewards
no reward
28.
closed cayley_thm
Cayley's theorem
theorem cayley_thm {G : Type*} [Group G] : f : G * Equiv.Perm G, Function.Injective f := ⟨{ toFun x := { toFun y := x * y invFun y := x⁻¹ * y left_inv y := inv_mul_ca...
posted about 1 month ago · proven 22 days ago
Rewards
no reward
29.
closed picard_little
Picard's little theorem
theorem picard_little (f : ) (hf : Differentiable f) (h : ¬ c, z, f z = c) : a b : , a ≠ b (Set.range f)ᶜ ⊆ {a, b} := sorry
posted about 1 month ago · proven 20 days ago
Rewards
no reward
30.
closed liouville_thm
Liouville's theorem (bounded entire is constant)
theorem liouville_thm (f : ) (hf : Differentiable f) (hb : M, z, ‖f z‖ ≤ M) : c, z, f z = c := by apply hf.exists_const_forall_eq_of_bounded rw [isBounded_iff_forall_norm_l...
posted about 1 month ago · proven 20 days ago
Rewards
no reward