Monus

From Wikipedia, the free encyclopedia

Template:Short description Template:DMCA Template:CS1 config In mathematics, monus is an operator on certain commutative monoids that are not groups. A commutative monoid on which a monus operator is defined is called a commutative monoid with monus, or CMM. The monus operator may be denoted with the minus sign, "", because the natural numbers are a CMM under subtraction. It is also denoted with a dotted minus sign, "˙", to distinguish it from the standard subtraction operator.

Notation

glyph Unicode name Unicode code point[1] HTML character entity reference HTML/XML numeric character references TeX
˙ DOT MINUS U+2238 ∸ \dot -
MINUS SIGN U+2212 − − -

A use of the monus symbol is seen in Dennis Ritchie's PhD Thesis from 1968.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

Definition

Let (M,+,0) be a commutative monoid. Define a binary relation on this monoid as follows: for any two elements a and b, define ab if there exists an element c such that a+c=b. It is easy to check that is reflexive[2] and that it is transitive.[3] M is called naturally ordered if the relation is additionally antisymmetric and hence a partial order. Further, if for each pair of elements a and b, a unique smallest element c0 exists such that ab+c0, then M is called a commutative monoid with monusLua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. and the monus a˙b of any two elements a and b can be defined as this unique smallest element c0 such that ab+c0.

An example of a commutative monoid that is not naturally ordered is (,+,0), the commutative monoid of the integers with usual addition, as for any a,b there exists c such that a+c=b, so ab holds for any a,b, so is not antisymmetric and therefore not a partial order. There are also examples of monoids that are naturally ordered but are not semirings with monus.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

Other structures

Beyond monoids, the notion of monus can be applied to other structures. For instance, a naturally ordered semiring (sometimes called a dioidLua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.) is a semiring where the commutative monoid induced by the addition operator is naturally ordered. When this monoid is a commutative monoid with monus, the semiring is called a semiring with monus, or m-semiring.

Examples

If M is an ideal in a Boolean algebra, then M is a commutative monoid with monus under a+b=ab and a˙b=a¬b.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

Natural numbers

The natural numbers including 0 form a commutative monoid with monus, with their ordering being the usual order of natural numbers and the monus operator being a saturating variant of standard subtraction, variously referred to as truncated subtraction,Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. limited subtraction, proper subtraction, doz (difference or zero),Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. and monus.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Truncated subtraction is usually defined asLua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

a˙b={0if a<babif ab,

where − denotes standard subtraction. For example, 53=2 and 35=2 in regular subtraction, whereas in truncated subtraction 3˙5=0. Truncated subtraction may also be defined asLua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

a˙b=max(ab,0).

In Peano arithmetic, truncated subtraction is defined in terms of the predecessor function P (the inverse of the successor function):Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.

P(0)=0P(S(a))=aa˙0=aa˙S(b)=P(a˙b).

A definition that does not need the predecessor function is:

a˙0=a0˙b=0S(a)˙S(b)=a˙b.

Truncated subtraction is useful in contexts such as primitive recursive functions, which are not defined over negative numbers.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Truncated subtraction is also used in the definition of the multiset difference operator.

Properties

The class of all commutative monoids with monus form a variety.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. The equational basis for the variety of all CMMs consists of the axioms for commutative monoids, as well as the following axioms:

a+(b˙a)=b+(a˙b),(a˙b)˙c=a˙(b+c),(a˙a)=0,(0˙a)=0.

Notes

Page Template:Reflist/styles.css has no content.

  1. ^ Characters in Unicode are referenced in prose via the "U+" notation. The hexadecimal number after the "U+" is the character's Unicode code point.
  2. ^ taking c to be the neutral element of the monoid
  3. ^ if ab with witness d and bc with witness d then d+d witnesses that ac

References