Formal language
|
|
The English used in this article may not be easy for everybody to understand. (May 2012) |
In mathematics, logic, and computer science, a formal language is a language that is defined in a precise mathematical way. A language is defined using a set called the alphabet of the language. The members of the alphabet are usually called symbols of the language. The language is a set of sequences of symbols of the alphabet. The sequences usually have finite length. The sequences that are members of the language are called the words of the language or strings.
A precise definition is that a formal language
is typically characterized as an ordered pair of sets
.
is the alphabet, and each element of
is a sequence of elements.
Formal languages have lots of uses. A formal language is often thought of as:
- a collection of words
or
- a collection of sentences
In the first case, the set
is called the alphabet of
, and the elements of
are called words. In the second, the set
is called the lexicon or the vocabulary of
, while the elements of
are then called sentences. The mathematical theory that treats formal languages in general is known as formal language theory.
Although it is common to hear the term formal language meaning natural language that is more stilted, disciplined or precise than everyday speech, this article refers to the meaning in formal language theory, in maths, logic or computer science.
As an example of formal language, an alphabet might be
. One string over that alphabet is
.
A typical language over that alphabet, containing that string, would be the set of all strings which contain the same number of symbols
and
.
The empty word (that is, length-zero string) is allowed and is often denoted by
,
or
. While the alphabet is a finite set and every string has finite length, a language may very well have infinitely many member strings. This is because the length of words belonging to it may be unbounded.
A question often asked about formal languages is "how difficult is it to decide whether a given word belongs to a particular language?" This is the kind of question that computability theory and complexity theory ask.
Contents |
Examples [change]
Some examples of formal languages:
- the set of all words over

- the set
, where
is a natural number and
means
repeated
times - Finite languages, such as

- the set of syntactically correct programs in a given programming language; or
- the set of inputs upon which a certain Turing machine halts.
Specification [change]
A formal language can be specified in a great variety of ways, such as:
- Strings produced by some formal grammar (see Chomsky hierarchy);
- Strings described or matched by a regular expression;
- Strings accepted by some automaton, such as a Turing machine or finite state automaton;
- Strings indicated by a decision procedure (a set of related YES/NO questions) where the answer is YES.
Other pages [change]
- Language for languages in general
- Syntax for the form of a language in general
- Semantics for the meanings in a language
- Natural language for languages that are not formal
- Computer language for application of formal languages in computing
- Programming language for the application of formal languages to program computers
Further reading [change]
- Hopcroft, J. & Ullman, J. (1979). Introduction to Automata Theory, Languages, and Computation. Addison-Wesley. ISBN 0-201-02988-X.
- Helena Rasiowa and Roman Sikorski (1970). The Mathematics of Metamathematics (3rd ed. ed.). PWN., chapter 6 Algebra of formalized languages.
- Rozemberg, G. & Salomaa, A. (eds.) (1979). Introduction to Automata Theory, Languages, and Computation. Addison-Wesley. ISBN 978-3-540-61486-9.
Other websites [change]
- http://icalp06.dsi.unive.it/ ICALP 2006 33rd International Colloquium on Automata, Languages and Programming.
- http://www.cs.auckland.ac.nz/CDMTCS/conferences/dlt/DLTConfSeries.html International Conferences on Developments in Language Theory

, where
is a
means 