previous up next
Go backward to Defining Functions
Go up to Top
Go forward to Example
RISC-Linz logo

Defining Functions

All definition formats are interpreted as the formula

f: A -> B /\  forall x in A: f(x) = T

or, equivalently, as

f = {<x, T>: x in A} /\  (forall x in A: T in B)

with a corresponding generalization to multiple arguments.


Author: Wolfgang Schreiner
Last Modification: October 14, 1999

previous up next