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 4952). This is not the same as defining a
specific function's mapping, which is typically done using the format of
cmpt 3839 with the maps-to notation (see df-mpt 3841). Contrast this
predicate with the predicates to determine if some class is a function
with a given domain (df-fn 4925), a function with a given domain and
codomain (df-f 4926), a one-to-one function (df-f1 4927), an onto function
(df-fo 4928), or a one-to-one onto function (df-f1o 4929). For alternate
definitions, see dffun2 4932, dffun4 4933, dffun6 4936, dffun7 4948, dffun8 4949,
and dffun9 4950. (Contributed by NM,
1-Aug-1994.) |