previous up next
Go backward to Idea
Go up to Top
Go forward to Inductive Function Definitions
RISC-Linz logo

Alternative Definition Format

Definition by pair of equations ("induction on second argument"):

*: N x N -> N
x * 0 := 0,
x * (y+1) := x+(x*y).

By syntactic restriction of the equations, the function is well defined.


Author: Wolfgang Schreiner
Last Modification: November 24, 1999

previous up next