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 4/10
31.
closed stone_weierstrass
Stone–Weierstrass (intervals)
theorem stone_weierstrass (a b : ) (hab : a ≤ b) (f : ) (hf : ContinuousOn f (Set.Icc a b)) (ε : ) (hε : 0 < ε) : p : Polynomial , x ∈ Set.Icc a b, |f x - p.eval x| < ε := by have _ := hab let f_cont : C(Set.Icc a b, ℝ) := ⟨Set.restrict (Set.Icc a b...
posted about 1 month ago · proven 20 days ago
Rewards
no reward
32.
closed bolzano_weierstrass
Bolzano–Weierstrass theorem
theorem bolzano_weierstrass {s : Set } (h : Bornology.IsBounded s) (hs : s.Infinite) : x, AccPt x (Filter.principal s) := by have hK_closed : IsClosed (closure s) := isClosed_closure have hK_bounded ...
posted about 1 month ago · proven 20 days ago
Rewards
no reward
33.
closed heine_borel
Heine–Borel theorem
theorem heine_borel (s : Set ) : IsCompact s ↔ IsClosed s Bornology.IsBounded s := Metric.isCompact_iff_isClosed_bounded
posted about 1 month ago · proven 20 days ago
Rewards
no reward
34.
closed banach_fixed
Banach fixed-point theorem
theorem banach_fixed {X : Type*} [MetricSpace X] [CompleteSpace X] [Nonempty X] {f : X X} (hf : ContractingWith (1/2 : NNReal) f) : ! x, f x = x := by use ContractingWith.fixedPoint f hf constructor · show f (ContractingWith....
posted about 1 month ago · proven 20 days ago
Rewards
no reward
35.
closed brouwer_disc
Brouwer fixed-point theorem (disc)
theorem brouwer_disc {n : } (f : Metric.closedBall (0 : EuclideanSpace (Fin n)) 1 Metric.closedBall (0 : EuclideanSpace (Fin n)) 1) (hf : Continuous f) : x, f x = x := sorry
posted about 1 month ago · proven 20 days ago
Rewards
no reward
36.
closed pythag_thm
Pythagorean theorem
theorem pythag_thm (a b c : ) (h : c = Real.sqrt (a ^ 2 + b ^ 2)) : a ^ 2 + b ^ 2 = c ^ 2 := by rw [h] symm apply Real.sq_sqrt positivity
posted about 1 month ago · proven 20 days ago
Rewards
no reward
37.
closed euclid_lemma
Euclid's lemma
theorem euclid_lemma (p a b : ) (hp : p.Prime) (h : p ∣ a * b) : p ∣ a p ∣ b := hp.dvd_or_dvd h
posted about 1 month ago · proven 20 days ago
Rewards
no reward
38.
closed ivt
Intermediate value theorem
theorem ivt {f : } {a b : } (hab : a ≤ b) (hf : ContinuousOn f (Set.Icc a b)) (y : ) (hy : y ∈ Set.Icc (f a) (f b)) : c ∈ Set.Icc a b, f c = y := intermediate_value_Icc hab hf hy
posted about 1 month ago · proven 20 days ago
Rewards
no reward
39.
closed mean_value_thm
Mean value theorem
theorem mean_value_thm {f : } {a b : } (hab : a < b) (hf : ContinuousOn f (Set.Icc a b)) (hf' : DifferentiableOn f (Set.Ioo a b)) : c ∈ Set.Ioo a b, deriv f c = (f b - f a) / (b - a) := exists_deriv_eq_slope f hab hf hf'
posted about 1 month ago · proven 20 days ago
Rewards
no reward
40.
closed inverse_function_thm
Inverse function theorem (statement)
theorem inverse_function_thm {f : } {a : } (hf : ContDiffAt 1 f a) (hf' : deriv f a ≠ 0) : g : , U ∈ nhds a, x ∈ U, g (f x) = x f (g x) = x := sorry
posted about 1 month ago · proven 20 days ago
Rewards
no reward