Kleene star
Im Mathematische Logik und Informatik, das Kleene Star (oder Kleene operator oder Kleene -Schließung) ist ein Unary Operation, either on Sets von Saiten or on sets of symbols or characters. In mathematics it is more commonly known as the Freies Monoid Konstruktion. The application of the Kleene star to a set ist geschrieben als . It is widely used for Reguläre Ausdrücke, which is the context in which it was introduced by Stephen Kleene to characterize certain Automaten, where it means "zero or more repetitions".
- Wenn is a set of strings, then is defined as the smallest Superset von das enthält die leerer String und ist abgeschlossen unter dem string concatenation operation.
- Wenn is a set of symbols or characters, then is the set of all strings over symbols in , including the empty string .
Der Satz can also be described as the set containing the empty string and all finite-length strings that can be generated by concatenating arbitrary elements of , allowing the use of the same element multiple times. Wenn ist entweder das leeres Set ∅ or the singleton set , dann ; wenn is any other endliche Menge oder countably infinite set, dann is a countably infinite set.[1] As a consequence, each formelle Sprache over a finite or countably infinite alphabet is countable, since it is a subset of the countably infinite set .
The operators are used in rewrite rules zum generative grammars.
Definition und Notation
Ein Satz gegeben definieren
- (the language consisting only of the empty string),
and define recursively the set
- für jeden .
Wenn is a formal language, then , das -th power of the set , is a shorthand for the Verkettung of set mit sich selbst mal. Das ist, can be understood to be the set of all Saiten that can be represented as the concatenation of strings in .
The definition of Kleene star on ist[2]
This means that the Kleene star operator is an idempotent unary operator: für jeden Satz of strings or characters, as für jeden .
Kleene Plus
In einigen formelle Sprache studies, (e.g. AFL -Theorie) a variation on the Kleene star operation called the Kleene Plus wird genutzt. The Kleene plus omits the term in the above union. In other words, the Kleene plus on ist
oder
Beispiele
Example of Kleene star applied to set of strings:
- {"ABC"}* = { ε, "ab", "c", "abab", "abc", "cab", "cc", "ababab", "ababc", "abcab", "abcc", "cabab", "cabc", "ccab", "ccc", ...}.
Example of Kleene plus applied to set of characters:
- {"a", "b", "c"}+ = { "a", "b", "c", "aa", "ab", "ac", "ba", "bb", "bc", "ca", "cb", "cc", "aaa", "aab", ...}.
Kleene star applied to the same character set:
- {"a", "b", "c"}* = { ε, "a", "b", "c", "aa", "ab", "ac", "ba", "bb", "bc", "ca", "cb", "cc", "aaa", "aab", ...}.
Example of Kleene star applied to the empty set:
- ∅* = {ε}.
Example of Kleene plus applied to the empty set:
- ∅+ = ∅ ∅* = { } = ∅,
where concatenation is an assoziativ und nicht kommutativ Produkt.
Example of Kleene plus and Kleene star applied to the singleton set containing the empty string:
- Wenn , then also für jeden , somit .
Verallgemeinerung
Strings form a Monoid with concatenation as the binary operation and ε the identity element. The Kleene star is defined for any monoid, not just strings. More precisely, let (M, ⋅) be a monoid, and S ⊆ M. Dann S* is the smallest submonoid of M enthält S; das ist, S* contains the neutral element of M, der Satz S, and is such that if x,y ∈ S*, dann x⋅y ∈ S*.
Furthermore, the Kleene star is generalized by including the *-operation (and the union) in the algebraische Struktur itself by the notion of complete star semiring.[4]
Siehe auch
Verweise
- ^ Nayuki Minase (10 May 2011). "Countable sets and Kleene star". Project Nayuki. Abgerufen 11. Januar 2012.
- ^ Fletcher, Peter; Hoyle, Hughes; Patty, C. Wayne (1991). Grundlagen diskreter Mathematik. Brooks/Cole. p. 656. ISBN 0534923739.
Das Kleene -Schließung L* von L ist definiert, um zu sein .
- ^ This equation holds because every element of V+ must either be composed from one element of V and finitely many non-empty terms in V or is just an element of V (wo V itself is retrieved by taking V concatenated with ε).
- ^ Droste, M.; Kuich, W. (2009). "Chapter 1: Semirings and Formal Power Series". Handbuch der gewichteten Automaten. Monographs in Theoretical Computer Science. Springer. p.9. doi:10.1007/978-3-642-01492-5_1. ISBN 978-3-642-01491-8.