Mathlib Map

Theorems · Theorem · functional analysis

StarOrderedRing.le_iff

∀ {R : Type u_3} {inst : NonUnitalSemiring R} {inst_1 : PartialOrder R} {inst_2 : StarRing R} [self : StarOrderedRing R]
  (x y : R), x ≤ y ↔ ∃ p ∈ AddSubmonoid.closure (Set.range fun s => star s * s), y = x + p

characterization of the order in terms of the StarRing structure.

Defined in
Mathlib.Algebra.Order.Star.Basic
Cited by
5 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound
Assumes
StarOrderedRing

Around this declaration

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

Cites8

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

Cited by5

Results whose statement or proof uses this declaration.