By Letter: Non-alphabet | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
  Email this page to a friend


Peano arithmetic




<mathematics> A system for representing natural numbers inductively using only two symbols, "0" (zero) and "S" (successor).

This could be expressed as a recursive data type with the following Haskell definition:

data Peano = Zero | Succ Peano

The number three, usually written "SSS0", would be Succ (Succ (Succ Zero)).

Addition of Peano numbers can be expressed as a simple syntactic transformation:

plus Zero



n = n plus (Succ m) n = Succ (plus m n)



< Previous TermsTerms Containing Peano arithmeticNext Terms >
PDS/MaGen
PDU
PE
pe
PeaceNet
PEARL
Pebble
Pebbleman
PEBCAK
PEBKAC


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions