Description: Define predicate that
determines if some class is a function.
Definition 10.1 of [Quine] p. 65. For
example, the expression
is true (funi 5204). This is not the same as defining a
specific function's mapping, which is typically done using the format of
cmpt 4027 with the maps-to notation (see df-mpt 4029). Contrast this
predicate with the predicates to determine if some class is a function
with a given domain (df-fn 5175), a function with a given domain and
codomain (df-f 5176), a one-to-one function (df-f1 5177), an onto function
(df-fo 5178), or a one-to-one onto function (df-f1o 5179). For alternate
definitions, see dffun2 5182, dffun4 5183, dffun6 5186, dffun7 5199, dffun8 5200,
and dffun9 5201. (Contributed by NM,
1-Aug-1994.) |