Properties of big operators extended non-negative real numbers #
In this file we prove elementary properties of sums and products on ℝ≥0∞, as well as how these
interact with the order structure on ℝ≥0∞.
@[simp]
@[simp]
@[simp]
@[simp]
theorem
ENNReal.ofReal_prod_of_nonneg
{α : Type u_2}
{s : Finset α}
{f : α → ℝ}
(hf : ∀ i ∈ s, 0 ≤ f i)
:
theorem
ENNReal.ofReal_sum_of_nonneg
{α : Type u_1}
{s : Finset α}
{f : α → ℝ}
(hf : ∀ i ∈ s, 0 ≤ f i)
:
theorem
ENNReal.finsetSum_iSup_of_monotone
{ι : Type u_1}
{α : Type u_2}
[Preorder ι]
[IsDirectedOrder ι]
{s : Finset α}
{f : α → ι → ENNReal}
(hf : ∀ (a : α), Monotone (f a))
: