Theorems · Theorem · order theory
monovaryOn_iff_forall_smul_nonneg
∀ {ι : 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 → 0 ≤ (f j - f i) • (g j - g i)- Defined in
- Mathlib.Algebra.Order.Monovary
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 69 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 and proof · cited by 139
- IsStrictOrderedModulestatement and proof · cited by 111
- MonovaryOn.symmproof · cited by 7
Cited by4
Results whose statement or proof uses this declaration.
- monovaryOn_iff_smul_rearrangementproof · cited by 3
- monovary_iff_forall_smul_nonnegproof · cited by 2
- antivaryOn_iff_forall_smul_nonposproof · cited by 1
- MonovaryOn.sub_smul_sub_nonnegproof · cited by 0