Introduction
Named Documentation is a powerful kind of macro: A name is attached to a
collection of declarations, definitions, assertions, and commentary. This
name then becomes available for use in other pieces of documentation. This
makes the MATHS system much easier to use. The goal is to allow previous
work to be re-used rather than re-invented. This includes linking to
pre-existing documents on the Internet and reffereing to published books
and papers.
In MATHS, declarations, assumptions, theorems etc are imported into a new piece of documentation by refering to the name of the documentation in which they are originally declared. As a matter of style, all exportable names must be spelt out as a natural name. This makes it easier to use documentation. It is simple to include abreviated names when developing the documentation. Ideally a defined name should be linked to all its occurences either by storing a hypertext reference (as in HTML) or by a dynamic search of the documentation for the definition.
Sometimes it is useful to both name a set of documentation and also include it in the current document. This is done by quoting the name and also giving a definition. The order is not important. This leaves the name bound to a piece of the document in which it is defined. It is less confusing to separate the packaging of a set of peices from their definition when this is feasible. An example is Maths.11 STANDARD. Similarly the definition of a structure by a pieceof documentation is separated from any statement of the properties of the set of objects that satisfy it - for example whether they exist or not.
.Precedent The inspiration for the naming and re-using formal documentation comes from the Z language. MATHS goes further than Z: (1) all documentation is modeled as a set of elements and (2) there are rules for naming and combining documentation, (3) The syntax is designed to be used on any ASCII system, (4) The syntax is much less restricted.
A named piece of documentation has a name. A complete name would follow the URL syntax and so looks like
.See protocol://system/path/file#section,[ URL in comp.html.syntax ] or
part(piece)[reference_to_printed_document]
An operating system can handle the association between complete document and its name. Implicit in MATHS is the concept of internet cross-refferences - reffering to work by others on a different machine - possibly a different country even. Math formatting, definitions, and formaula labels are designed to work internally. A special format documents the linking of documents and allows the names used in the original piece of documentation to be used in the document that "See"s it.:
Defining a piece of documentation
A simple way to name a small set of documentation is write a definition that assigns a name to a structured set of elements:
Examples
Name::=following
.Box
documentation
.Close.Box
Name::=following
.Let
documentation
.Close.Let
Name::=following
.Net
documentation
.Close.Net
Name::=Net{
documentation
}=::Name.
Name::=OldName with following
.Net
documentation
.Close.Net
Name::=OldName with {documentation}
As a rule, a small set of documentation is no longer than the maximum length of line that can be handled in popular software tools. This effectively means that a definition that needs more than 255 characters must be split accross several lines and should be written in the long form. Email standards require no more than 78 characters per line.
Documentation is work in progress. Automatic cross-refferencing is needed so that changing the named documentation alerts and/or protects the person who has used it. It is an important function to allow the viewer and author of documentation to either see the name of the documentation with or without the documentation it refers to, as they wish, quickly and easily - a one touch toggle should open and close the documentation. Similarly a "button" or hypertext link is essential to allow quick cross refferal to other pieces of text. Crossreferences, indexes, searches, etc are helpful as well. However - automatic links can only be given for local defined terms - not for parts of terms. When there is a formal refference to another document then these (ideally) should be treated as part of the document as well.
The terms and variables introduced in a named piece of documentation, can appear as-is inside the documentation. The name of the documentation is used to export the terms, variables and constraints into other pieces of documentation.
Using named documentation to describe sets and objects
Named documentation is useful for defining sets, maps and relations.
For declarations and definitions D, Net{D}::=Class of objects described by D, Net{D. W(v)}::= set v:Net{D} satisfying W(v), Net{D. W(v',v)}::=relation v,v':Net{D} satisfying W(v',v).
For N=Net{D}, where D:documentation,
For N:proposition(elementary_piece_of_formal_documentation), N::=Class of $(N) that fit N.
For N=Net{D}:documentation,
For N=Net{D}:documentation,
How to re-use nets
The ".See", ".Uses" and ".Source" directive indicate connections between
paarts of documents. The ".See" directive effectively including pieces of
other documents in side the current one. These may contain Nets of
variables and assertions. The named nets in a document (or included in it)
are reused by as follows:
For D1, D2, N=Net{D}, quantifier Q,
Given a general definition of N as an expression E then
Operations on Nets
Given one or more names of nets we can indicate nets that can be
constructed from them by formula that look like the boolean operations, the
arrow operator, and quantification.
There is also a short hand form that is useful for working out the
static images of objects as a normalized data base:
[ math_13_Data_Bases.html ]
Extension
. . . . . . . . . ( end of section Named Documentation) <<Contents | End>>
Notes on MATHS Notation
Special characters are defined in
[ intro_characters.html ]
that also outlines the syntax of expressions and a document.
Proofs follow a natural deduction style that start with assumptions ("Let") and continue to a consequence ("Close Let") and then discard the assumptions and deduce a conclusion. Look here [ Block Structure in logic_25_Proofs ] for more on the structure and rules.
The notation also allows you to create a new network of variables and constraints. A "Net" has a number of variables (including none) and a number of properties (including none) that connect variables. You can give them a name and then reuse them. The schema, formal system, or an elementary piece of documentation starts with "Net" and finishes "End of Net". For more, see [ notn_13_Docn_Syntax.html ] for these ways of defining and reusing pieces of logic and algebra in your documents. A quick example: a circle = Net{radius:Positive Real, center:Point}.
For a complete listing of pages in this part of my site by topic see [ home.html ]
Notes on the Underlying Logic of MATHS
The notation used here is a formal language with syntax
and a semantics described using traditional formal logic
[ logic_0_Intro.html ]
plus sets, functions, relations, and other mathematical extensions.
For a more rigorous description of the standard notations see