| Description: Define predicate that
determines if some class 𝐴 is a function.
Definition 10.1 of [Quine] p. 65. For
example, the expression
Fun I is true (funi 5407). This is not the same as defining a
specific function's mapping, which is typically done using the format of
cmpt 4190 with the maps-to notation (see df-mpt 4192). Contrast this
predicate with the predicates to determine if some class is a function
with a given domain (df-fn 5378), a function with a given domain and
codomain (df-f 5379), a one-to-one function (df-f1 5380), an onto function
(df-fo 5381), or a one-to-one onto function (df-f1o 5382). For alternate
definitions, see dffun2 5385, dffun4 5386, dffun6 5389, dffun7 5402, dffun8 5403,
and dffun9 5404. (Contributed by NM,
1-Aug-1994.) |