Mathlib Map

Theorems · Theorem · linear algebra

isStarNormal_iff_commute_realPart_imaginaryPart

∀ {A : Type u_1} [inst : NonUnitalNonAssocRing A] [inst_1 : StarRing A] [inst_2 : Module ℂ A] [IsScalarTower ℂ A A]
  [SMulCommClass ℂ A A] [inst_5 : StarModule ℂ A] {x : A}, IsStarNormal x ↔ Commute ↑(realPart x) ↑(imaginaryPart x)

An element in a non-unital star -algebra is normal if and only if its real and imaginary parts commute.

Defined in
Mathlib.LinearAlgebra.Complex.Module
Cited by
1 results in Mathlib
Foundations
Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonUnitalNonAssocRingStarRingModuleIsScalarTowerSMulCommClassStarModule

Around this declaration

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

Cites27

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

Cited by1

Results whose statement or proof uses this declaration.