Description: Define the value of a
function,     ,
also known as function
application. For example,     (we prove this in cos0 12706
after we define cosine in df-cos 12628). Typically, function is
defined using maps-to notation (see df-mpt 4228 and df-mpt2 6045), but this
is not required. For example,
        
    (ex-fv 21704).
Note that df-ov 6043 will define two-argument functions using
ordered pairs
as            . This
particular definition is
quite convenient: it can be applied to any class and evaluates to the
empty set when it is not meaningful (as shown by ndmfv 5714 and fvprc 5681).
The left apostrophe notation originated with Peano and was adopted in
Definition *30.01 of [WhiteheadRussell] p. 235, Definition
10.11 of
[Quine] p. 68, and Definition 6.11 of [TakeutiZaring] p. 26. It means
the same thing as the more familiar    notation for a
function's value at , i.e. " of ,"
but without
context-dependent notational ambiguity. Alternate definitions are
dffv2 5755, dffv3 5683, fv2 5682,
and fv3 5703 (the latter two previously
required to be
a set.) Restricted equivalents that require
to be a function are shown in funfv 5749 and funfv2 5750. For the familiar
definition of function value in terms of ordered pair membership, see
funopfvb 5729. (Contributed by Scott Fenton,
6-Oct-2017.) |