2024-03-10

501: Function

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of function

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of function.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
\(*F\): \(\in \{\text{ the relations }\}\)
//

Conditions:
\(\forall \langle s_1, s_2 \rangle, \langle s_1, s_3 \rangle \in F (s_2 = s_3)\)
//


2: Note


Conditions means that each element of the domain has the unique corresponding element in the range.

'map' is different from 'function' in this definition in that it has the codomain, which does not necessarily equal the range, although a map is often called "function".


References


<The previous article in this series | The table of contents of this series | The next article in this series>