| Description: Define predicate that
determines if some class 𝐴 is a function.
Definition 10.1 of [Quine] p. 65. For
example, the expression
Fun cos is true once we define cosine (df-cos 15997). This is not the
same as defining a specific function's mapping, which is typically done
using the format of cmpt 5180 with the maps-to notation (see df-mpt 5181 and
df-mpo 7365). Contrast this predicate with the
predicates to determine if
some class is a function with a given domain (df-fn 6496), a function
with a given domain and codomain (df-f 6497), a one-to-one function
(df-f1 6498), an onto function (df-fo 6499), or a one-to-one onto function
(df-f1o 6500). For alternate definitions, see dffun2 6503, dffun3 6505,
dffun4 6506, dffun5 6507, dffun6 6504, dffun7 6520, dffun8 6521, and dffun9 6522.
(Contributed by NM, 1-Aug-1994.) |