Theorems · Theorem · order theory
smul_nonneg_iff_pos_imp_nonneg
∀ {α : 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 ↔ (0 < a → 0 ≤ b) ∧ (0 < b → 0 ≤ a)- Defined in
- Mathlib.Algebra.Order.Module.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- smul_nonneg_iffproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- smul_nonneg_iff_neg_imp_nonposproof · cited by 0
- smul_nonpos_iff_pos_imp_nonposproof · cited by 0
- smul_nonpos_iff_neg_imp_nonnegproof · cited by 0