Theorems · Theorem · order theory
mul_neg_iff
∀ {R : Type u} [inst : Ring R] [inst_1 : LinearOrder R] {a b : R} [PosMulStrictMono R] [MulPosStrictMono R]
[AddLeftReflectLT R] [AddLeftStrictMono 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
- AddLeftStrictMonostatement and proof · cited by 203
- PosMulStrictMonostatement and proof · cited by 151
- MulPosStrictMonostatement and proof · cited by 94
- neg_posproof · cited by 74
- neg_lt_zeroproof · cited by 36
- AddLeftReflectLTstatement and proof · cited by 33
- neg_mul_eq_mul_negproof · cited by 15
- mul_pos_iffproof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- Real.rpow_lt_one_iff_of_posproof · cited by 1
- sub_mul_sub_neg_iffproof · cited by 0