Skip to content

Commit

Permalink
#2903: formation
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 29, 2024
1 parent 85b71cf commit e76f744
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions paper/sections/calculus.tex
Expand Up @@ -87,12 +87,11 @@ \subsection{Attributes}
For example, the scope of the object at Eq.~\ref{eq:book2} consists of three identifiers:
\ff{isbn}, \ff{title}, and \ff{price}.

\subsection{Abstraction}
\subsection{Formation}

\begin{definition}\label{def:abstraction}
An object \(x\) is \textbf{abstract} iff at least one of its attributes is void,
i.e. \(\exists (a, \varnothing)\in x\);
the process of creating such an object is called \textbf{abstraction}.
i.e. \(\exists (a, \varnothing)\in x\).
\end{definition}

An alternative ``arrow notation'' may be used to denote an object \(x\) in a more
Expand Down Expand Up @@ -163,6 +162,8 @@ \subsection{Application}
\end{split}
\end{equation*}

\subsection{Formation}

\begin{definition}\label{def:formation}
The process of creating an object that is not a copy of another object
is called \textbf{formation}.
Expand Down

0 comments on commit e76f744

Please sign in to comment.