Mathlib Map

Theorems · Theorem · linear algebra

le_iff_realPart_imaginaryPart

∀ {A : Type u_1} [inst : NonUnitalRing A] [inst_1 : StarRing A] [inst_2 : PartialOrder A] [StarOrderedRing A]
  [inst_4 : Module ℂ A] [inst_5 : StarModule ℂ A] {a b : A},
  a ≤ b ↔ realPart a ≤ realPart b ∧ imaginaryPart a = imaginaryPart b
Defined in
Mathlib.LinearAlgebra.Complex.Module
Cited by
2 results in Mathlib
Foundations
Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonUnitalRingStarRingPartialOrderStarOrderedRingModuleStarModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.