Theorems · Theorem · order theory
smul_nonneg_iff_neg_imp_nonpos
∀ {α : Type u_1} {β : Type u_2} [inst : Ring α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α]
[inst_3 : AddCommGroup β] [inst_4 : LinearOrder β] [IsOrderedAddMonoid β] [inst_6 : Module α β]
[PosSMulStrictMono α β] {a : α} {b : β}, 0 ≤ a • b ↔ (a < 0 → b ≤ 0) ∧ (b < 0 → a ≤ 0)- Defined in
- Mathlib.Algebra.Order.Module.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- PosSMulStrictMonostatement and proof · cited by 128
- neg_smul_negproof · cited by 9
- smul_nonneg_iff_pos_imp_nonnegproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.