Module docstring
{"# Big operators for ideals
This contains some results on the big operators ∑ and ∏ interacting with the Ideal type.
"}
{"# Big operators for ideals
This contains some results on the big operators ∑ and ∏ interacting with the Ideal type.
"}
Ideal.sum_mem
theorem
(I : Ideal α) {ι : Type*} {t : Finset ι} {f : ι → α} : (∀ c ∈ t, f c ∈ I) → (∑ i ∈ t, f i) ∈ I
theorem sum_mem (I : Ideal α) {ι : Type*} {t : Finset ι} {f : ι → α} :
(∀ c ∈ t, f c ∈ I) → (∑ i ∈ t, f i) ∈ I :=
Submodule.sum_mem I