Four equality relation axioms - iaminfinityiq/successor-function GitHub Wiki
The next four following axioms are equality relation axioms, which includes:
- For every
x
,x = x
. Equality is reflective - For every
x
,y
that satisfiesx = y
, theny = x
. Equality is symmetric - For every
x
,y
,z
that satisfiesx = y
andy = z
, thenx = z
. Equality is transitive - For all
a
andb
, ifa
is a natural number then so doesb
. The natural numbers are closed within equality
Home: Click here!