Theorems · Theorem · real analysis
MonovaryOn.sum_mul_comp_perm_eq_sum_mul_iff
∀ {ι : Type u_1} {α : Type u_2} [inst : Semiring α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] [ExistsAddOfLE α]
{s : Finset ι} {σ : Equiv.Perm ι} {f g : ι → α},
MonovaryOn f g ↑s → {x | σ x ≠ x} ⊆ ↑s → (∑ i ∈ s, f i * g (σ i) = ∑ i ∈ s, f i * g i ↔ MonovaryOn f (g ∘ ⇑σ) ↑s)Equality case of the Rearrangement Inequality: Pointwise multiplication of f and g,
which monovary together on s, is unchanged by a permutation if and only if f and g ∘ σ
monovary together on s. Stated by permuting the entries of g.
- Defined in
- Mathlib.Algebra.Order.Rearrangement
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Semiringstatement and proof · cited by 13,802
- Finsetstatement and proof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Set.ofPredstatement and proof · cited by 6,101
- Finset.sumstatement · cited by 5,195
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Equiv.Permstatement and proof · cited by 1,375
- ExistsAddOfLEstatement and proof · cited by 330
- MonovaryOnstatement and proof · cited by 139
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.