theorems.fun
a working notebook of open problems ↘
theorems

IsThick — reciprocals diverge

Closed

Posted 12 days ago

Theorem
source ↗
1 2 3 4 5 6 7
import Mathlib

/-- A sequence of naturals $(a_i)$ is _thick_ if their sum of reciprocals diverges:
$$
  \sum_i \frac{1}{a_i} = \infty
$$-/
def IsThick {ι : Type*} (A : ι  ) : Prop := ¬Summable (fun i ↦ (1 : ) / A i)
Referenced by
erdos_26
Submit a proof →
Rewards pledged

No rewards pledged yet.