Elementary Functional Arithmetic
Elementary Functional Arithmetic, or EFA, is a weak theory of arithmetic created by removing induction
from Peano Arithmetic
. Because it lacks induction, axioms defining exponentiation
must be added.
-
•
∀x(x′≠0) (0 is the first number)
-
•
∀x,y(x′=y′→x=y) (the successor function is one-to-one)
-
•
∀x(x+0=x) (0 is the additive identity)
-
•
∀x,y(x+y′=(x+y)′) (addition is the repeated application of the successor function)
-
•
∀x(x⋅0=0)
-
•
∀x,y(x⋅(y′)=x⋅y+x (multiplication is repeated addition)
-
•
∀x(¬(x<0)) (0 is the smallest number)
-
•
∀x,y(x<y′↔x<y∨x=y)
-
•
∀x(x0=1)
-
•
∀x(xy′=xy⋅x)
Title | Elementary Functional Arithmetic |
---|---|
Canonical name | ElementaryFunctionalArithmetic |
Date of creation | 2013-03-22 12:56:39 |
Last modified on | 2013-03-22 12:56:39 |
Owner | Henry (455) |
Last modified by | Henry (455) |
Numerical id | 5 |
Author | Henry (455) |
Entry type | Definition |
Classification | msc 03F30 |
Synonym | EFA |
Related topic | PeanoArithmetic |