Theorems · Theorem · ring theory
Finset.prod_add_ordered
∀ {ι : Type u_1} {R : Type u_4} [inst : CommSemiring R] [inst_1 : LinearOrder ι] (s : Finset ι) (f g : ι → R),
∏ i ∈ s, (f i + g i) = ∏ i ∈ s, f i + ∑ i ∈ s, (g i * ∏ j ∈ s with j < i, (f j + g j)) * ∏ j ∈ s with i < j, f j∏ i, (f i + g i) = (∏ i, f i) + ∑ i, g i * (∏ j < i, f j + g j) * (∏ j > i, f j).
- Defined in
- Mathlib.Algebra.BigOperators.Ring.Finset
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringLinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- add_commproof · cited by 1,535
- Finset.filterstatement and proof · cited by 949
- add_assocproof · cited by 746
- Finset.prod_congrproof · cited by 646
Cited by2
Results whose statement or proof uses this declaration.
- Finset.prod_one_add_orderedproof · cited by 1
- Finset.prod_sub_orderedproof · cited by 1