Documentation

Mathlib.Algebra.Notation

Notations for operations involving order and algebraic structure #

Notation #

class PosPart (α : Type u_1) :
Type u_1

A notation class for the positive part function: a⁺.

  • posPart : αα

    The positive part of an element a.

Instances
    class OneLePart (α : Type u_1) :
    Type u_1

    A notation class for the positive part function (multiplicative version): a⁺ᵐ.

    • oneLePart : αα

      The positive part of an element a.

    Instances
      class NegPart (α : Type u_1) :
      Type u_1

      A notation class for the negative part function: a⁻.

      • negPart : αα

        The negative part of an element a.

      Instances
        class LeOnePart (α : Type u_1) :
        Type u_1

        A notation class for the negative part function (multiplicative version): a⁻ᵐ.

        • leOnePart : αα

          The negative part of an element a.

        Instances
          def «term_⁺ᵐ» :
          Lean.TrailingParserDescr

          The positive part of an element a.

          Instances For
            def «term_⁻ᵐ» :
            Lean.TrailingParserDescr

            The negative part of an element a.

            Instances For
              def «term_⁺» :
              Lean.TrailingParserDescr

              The positive part of an element a.

              Instances For
                def «term_⁻» :
                Lean.TrailingParserDescr

                The negative part of an element a.

                Instances For