Notations for operations involving order and algebraic structure #
Notations #
a⁺ᵐ = a ⊔ 1
: Positive component of an elementa
of a multiplicative lattice ordered groupa⁻ᵐ = a⁻¹ ⊔ 1
: Negative component of an elementa
of a multiplicative lattice ordered groupa⁺ = a ⊔ 0
: Positive component of an elementa
of a lattice ordered groupa⁻ = (-a) ⊔ 0
: Negative component of an elementa
of a lattice ordered group
A notation class for the positive part function: a⁺
.
- posPart : α → α
The positive part of an element
a
.
Instances
A notation class for the positive part function (multiplicative version): a⁺ᵐ
.
- oneLePart : α → α
The positive part of an element
a
.
Instances
A notation class for the negative part function: a⁻
.
- negPart : α → α
The negative part of an element
a
.
Instances
A notation class for the negative part function (multiplicative version): a⁻ᵐ
.
- leOnePart : α → α
The negative part of an element
a
.
Instances
The positive part of an element a
.
Equations
- «term_⁺ᵐ» = Lean.ParserDescr.trailingNode `«term_⁺ᵐ» 1024 1024 (Lean.ParserDescr.symbol "⁺ᵐ ")
The negative part of an element a
.
Equations
- «term_⁻ᵐ» = Lean.ParserDescr.trailingNode `«term_⁻ᵐ» 1024 1024 (Lean.ParserDescr.symbol "⁻ᵐ")
The positive part of an element a
.
Equations
- «term_⁺» = Lean.ParserDescr.trailingNode `«term_⁺» 1024 1024 (Lean.ParserDescr.symbol "⁺")
The negative part of an element a
.
Equations
- «term_⁻» = Lean.ParserDescr.trailingNode `«term_⁻» 1024 1024 (Lean.ParserDescr.symbol "⁻")