previous up next
Go backward to
Go up to Top
Go forward to Defined Set
RISC-Linz logo

Inductive Set Definition

Definition: An inductive definition of a set S is a collection of formulas

(forall x1,...,xm1, y1 in S, ..., yn1 in S:
   f1(x1, ..., xm1, y1, ..., yn1) in S)
, ... ,
(forall x1,...,xmc, y1 in S, ..., ync in S:
   fc(x1, ..., xmc, y1, ..., ync) in S)
where we call the function constants f1, ..., fc the constructors of S.
Author: Wolfgang Schreiner
Last Modification: November 24, 1999

previous up next