logic

Definition

Inductive Definition

Inductive definitions are used to construct infinite sets based on the definition rules.

Example: Let denote an alphabet and denote the possible words, then:

  1. .
  2. .

Using these definitions rules, a set of possible words can be inductively (iteratively) created.