Theorems · Theorem · order theory
monovary_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 : ι → β}, Monovary f g ↔ ∀ (i j : ι), 0 ≤ (f j - f i) • (g j - g i)- Defined in
- Mathlib.Algebra.Order.Monovary
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 70 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.
- 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
- Monovarystatement · cited by 122
- IsStrictOrderedModulestatement and proof · cited by 111
- monovaryOn_iff_forall_smul_nonnegproof · cited by 4
- monovaryOn_univproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- antivary_iff_forall_smul_nonposproof · cited by 1
- Monovary.sub_smul_sub_nonnegproof · cited by 0