Theorems · Theorem · order theory
MonovaryOn.smul_add_smul_le_smul_add_smul
∀ {ι : Type u_1} {α : Type u_2} {β : Type u_3} [inst : Ring α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α]
[inst_3 : AddCommGroup β] [inst_4 : LinearOrder β] [IsOrderedAddMonoid β] [inst_6 : Module α β]
[IsStrictOrderedModule α β] {f : ι → α} {g : ι → β} {s : Set ι},
MonovaryOn f g s → ∀ ⦃i : ι⦄, i ∈ s → ∀ ⦃j : ι⦄, j ∈ s → f i • g j + f j • g i ≤ f i • g i + f j • g jAlias of the forward direction of monovaryOn_iff_smul_rearrangement.
Two functions monovary iff the rearrangement inequality holds.
- Defined in
- Mathlib.Algebra.Order.Monovary
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Ringstatement and proof · cited by 7,463
- IsStrictOrderedRingstatement and proof · cited by 2,490
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- MonovaryOnstatement · cited by 139
- IsStrictOrderedModulestatement and proof · cited by 111
- monovaryOn_iff_smul_rearrangementproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- ConvexOn.smul'proof · cited by 3