previous up next
Go backward to Natural Number Arithmetic
Go up to Top
Go forward to Natural Number Laws
RISC-Linz logo

Example

3 := 2'; 4 := 3'; 5 := 4'
3 < 5 : <=>
   3- < 5- <=> 2 < 4 <=>
   2- < 4- <=> 1 < 3 <=>
   1- < 3- <=> 0 < 2 <=>
   T

Recursive unfolding of definitions.


Author: Wolfgang Schreiner
Last Modification: November 16, 1999

previous up next