Class DEFINED

A term is defined if it does not denote the undefined object, called bottom. (defined (F x)) means that the function F is defined for the object x. (F x) denotes its value. In relational terminology, (defined (F x)) means (exists ?y (F x ?y)).
Axioms:
(<=> (Defined ?X) (Not (Undefined ?X)))

Notes: