Documentation

PFR.ForMathlib.Summable

theorem tsum_eq_toReal_tsum_ofReal {S : Type u_1} {f : S} (hf : ∀ (s : S), 0 f s) :
∑' (s : S), f s = (∑' (s : S), ENNReal.ofReal (f s)).toReal

Currently not needed.

theorem tsum_of_not_summable {S : Type u_1} {f : S} (hf : ∀ (s : S), 0 f s) (hsum : ¬Summable f) :
∑' (s : S), ENNReal.ofReal (f s) =

Currently not needed.