Mathlib Map

Theorems · Theorem · order theory

mul_pos_iff

∀ {R : Type u} [inst : Semiring R] [inst_1 : LinearOrder R] {a b : R} [ExistsAddOfLE R] [PosMulStrictMono R]
  [MulPosStrictMono R] [AddLeftStrictMono R] [AddLeftReflectLT R], 0 < a * b ↔ 0 < a ∧ 0 < b ∨ a < 0 ∧ b < 0
Defined in
Mathlib.Algebra.Order.Ring.Unbundled.Basic
Cited by
8 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringLinearOrderExistsAddOfLEPosMulStrictMonoMulPosStrictMonoAddLeftStrictMonoAddLeftReflectLT

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.

Cited by8

Results whose statement or proof uses this declaration.