Theorems · Theorem · order theory
mul_nonpos_iff
∀ {R : Type u} [inst : Ring R] [inst_1 : LinearOrder R] {a b : R} [MulPosStrictMono R] [PosMulStrictMono R]
[AddLeftReflectLE R] [AddLeftMono R], a * b ≤ 0 ↔ 0 ≤ a ∧ b ≤ 0 ∨ a ≤ 0 ∧ 0 ≤ b- Cited by
- 2 results in Mathlib
- Foundations
- Depth 19 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.
- LinearOrderstatement and proof · cited by 8,572
- Ringstatement and proof · cited by 7,463
- AddLeftMonostatement and proof · cited by 687
- PosMulStrictMonostatement and proof · cited by 151
- AddLeftReflectLEstatement and proof · cited by 119
- MulPosStrictMonostatement and proof · cited by 94
- neg_nonnegproof · cited by 60
- neg_nonposproof · cited by 31
- neg_mul_eq_mul_negproof · cited by 15
- mul_nonneg_iffproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- sub_mul_sub_nonpos_iffproof · cited by 0
- Real.rpow_le_one_iff_of_posproof · cited by 0