Recall that recursive definitions are those defining statements involving the defined object.
The defined object can occur either explicitly or implicitly in the recursive definition.
For instance, the definition.
x = positive number that coincides with x^2.
This recursive definition determines de number 1. The defined object x occurs implicitly. By contrast, in the following
definition
x = positive number that coincides with its powers.
contains x implicitly; because of, in this definition, the expression "its powers" is equivalent to x^1, x^2, x^3 ….
Another example is
x = set of all sets.
This definition is also recursive, because defines x as a set, therefore and the expression "all sets" involves x.
In fact, a recursive definition fits into the pattern
x = p(x)
where p(x) stands for any predicate involving x.
In general, recursive definitions are stated in several metamathematical topics without proving its consistence.
Nevertheless, if the pattern x = p(x) is regarded as an equation instead of a definition, then it is required
to show that such an equation has at least one solution. Why do not require also the existence proof in recursive definitions?