previous up next
Go backward to Specifications
Go up to Top
Go forward to Example (Continued)
RISC-Linz logo

Example

Exponentiation function:

x0 := 1,
xn+1 := x * xn.

We want to verify that the function implements the specification

forall x, n in N: xn = (prod1 <= i <= n x).

Author: Wolfgang Schreiner
Last Modification: November 24, 1999

previous up next