formal languages and groups
play

Formal Languages and Groups Newcastle Junior Algebra Seminar Graham - PowerPoint PPT Presentation

Preliminaries Regular Languages Group Languages Going Further Formal Languages and Groups Newcastle Junior Algebra Seminar Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK December 2019 Graham Campbell


  1. Preliminaries Regular Languages Group Languages Going Further Formal Languages and Groups Newcastle Junior Algebra Seminar Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK December 2019 Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  2. Preliminaries Regular Languages Group Languages Going Further Strings Definition 1 (Alphabet) An alphabet Σ is a finite set. We call σ ∈ Σ a symbol, letter, or character. Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  3. Preliminaries Regular Languages Group Languages Going Further Strings Definition 1 (Alphabet) An alphabet Σ is a finite set. We call σ ∈ Σ a symbol, letter, or character. Definition 2 (String) A string over Σ is a finite sequence of symbols from Σ. We usually write these symbols side-by-side (e.g. w = abcabc is a string over { a , b , c } ). We denote the set of all strings over Σ by Σ ∗ . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  4. Preliminaries Regular Languages Group Languages Going Further Strings Definition 1 (Alphabet) An alphabet Σ is a finite set. We call σ ∈ Σ a symbol, letter, or character. Definition 2 (String) A string over Σ is a finite sequence of symbols from Σ. We usually write these symbols side-by-side (e.g. w = abcabc is a string over { a , b , c } ). We denote the set of all strings over Σ by Σ ∗ . Definition 3 A language over Σ is simply a subset L ⊆ Σ ∗ . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  5. Preliminaries Regular Languages Group Languages Going Further Strings Definition 1 (Alphabet) An alphabet Σ is a finite set. We call σ ∈ Σ a symbol, letter, or character. Definition 2 (String) A string over Σ is a finite sequence of symbols from Σ. We usually write these symbols side-by-side (e.g. w = abcabc is a string over { a , b , c } ). We denote the set of all strings over Σ by Σ ∗ . Definition 3 A language over Σ is simply a subset L ⊆ Σ ∗ . All languages are countable sets, but there are uncountably many languages over a fixed alphabet. Concatenation of strings is concatenation of sequences, and we denote the empty string by ǫ . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  6. Preliminaries Regular Languages Group Languages Going Further Rules Definition 4 (Substring) Given strings u , v over Σ, we say that u is a substring of v ( u ⊑ v ) exactly when u is a subsequence of v . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  7. Preliminaries Regular Languages Group Languages Going Further Rules Definition 4 (Substring) Given strings u , v over Σ, we say that u is a substring of v ( u ⊑ v ) exactly when u is a subsequence of v . Definition 5 (Rewriting Rule) A string rewriting rule over Σ is a pair of strings p = ( l , r ). Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  8. Preliminaries Regular Languages Group Languages Going Further Rules Definition 4 (Substring) Given strings u , v over Σ, we say that u is a substring of v ( u ⊑ v ) exactly when u is a subsequence of v . Definition 5 (Rewriting Rule) A string rewriting rule over Σ is a pair of strings p = ( l , r ). Definition 6 (Rule Application) We say that p = ( l , r ) can be applied to w iff l ⊑ w . We write w ⇒ p z to indicate that p has been applied to w , replacing l with r to yield z . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  9. Preliminaries Regular Languages Group Languages Going Further Rules Definition 4 (Substring) Given strings u , v over Σ, we say that u is a substring of v ( u ⊑ v ) exactly when u is a subsequence of v . Definition 5 (Rewriting Rule) A string rewriting rule over Σ is a pair of strings p = ( l , r ). Definition 6 (Rule Application) We say that p = ( l , r ) can be applied to w iff l ⊑ w . We write w ⇒ p z to indicate that p has been applied to w , replacing l with r to yield z . There may be no ways to apply a rule to a string, or there may be multiple ways. We can view ⇒ p as a finitely branching binary relation, and given a set of rules R , we can extend the relation to ⇒ R on Σ ∗ . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  10. Preliminaries Regular Languages Group Languages Going Further SRSs Definition 7 (SRS) Given an alphabet Σ and a finite set of rules R over Σ, we call the pair (Σ , R ) a string rewriting system (SRS). Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  11. Preliminaries Regular Languages Group Languages Going Further SRSs Definition 7 (SRS) Given an alphabet Σ and a finite set of rules R over Σ, we call the pair (Σ , R ) a string rewriting system (SRS). Definition 8 Given a SRS (Σ , R ), we define: 1 R − 1 := { ( r , l ) | ( l , r ) ∈ R} ; 2 ⇒ ∗ n ∈ N ⇒ n R and ⇔ ∗ R := ⇒ ∗ R ∪ ⇒ ∗ R := � R − 1 . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  12. Preliminaries Regular Languages Group Languages Going Further SRSs Definition 7 (SRS) Given an alphabet Σ and a finite set of rules R over Σ, we call the pair (Σ , R ) a string rewriting system (SRS). Definition 8 Given a SRS (Σ , R ), we define: 1 R − 1 := { ( r , l ) | ( l , r ) ∈ R} ; 2 ⇒ ∗ n ∈ N ⇒ n R and ⇔ ∗ R := ⇒ ∗ R ∪ ⇒ ∗ R := � R − 1 . Proposition 9 1 ⇒ R − 1 equals ⇒ − 1 R ; 2 ⇒ ∗ R is the reflexive transitive closure of ⇒ R ; 3 ⇔ ∗ R is the sym. closure of ⇒ ∗ R , is the smallest ER containing ⇒ R . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  13. Preliminaries Regular Languages Group Languages Going Further Grammars Definition 10 (Grammar) A grammar is a 4-tuple G = ( T , N , R , S ) where T and N are finite disjoint sets called terminals and non-terminals respectively, R is a finite set of rules over T ∪ N such that each rule’s LHS contains at least one non-terminal, and S ∈ N is the start symbol. Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  14. Preliminaries Regular Languages Group Languages Going Further Grammars Definition 10 (Grammar) A grammar is a 4-tuple G = ( T , N , R , S ) where T and N are finite disjoint sets called terminals and non-terminals respectively, R is a finite set of rules over T ∪ N such that each rule’s LHS contains at least one non-terminal, and S ∈ N is the start symbol. Define the accepted language to be the set of all terminal strings derivable from s in 0 or more steps: L( G ) := { w ∈ T ∗ | s ⇒ ∗ R w } . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  15. Preliminaries Regular Languages Group Languages Going Further Grammars Definition 10 (Grammar) A grammar is a 4-tuple G = ( T , N , R , S ) where T and N are finite disjoint sets called terminals and non-terminals respectively, R is a finite set of rules over T ∪ N such that each rule’s LHS contains at least one non-terminal, and S ∈ N is the start symbol. Define the accepted language to be the set of all terminal strings derivable from s in 0 or more steps: L( G ) := { w ∈ T ∗ | s ⇒ ∗ R w } . Example 11 Non-terminals really do add generational power. Consider the language of all palindromes over Σ = { a , b } . Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

  16. Preliminaries Regular Languages Group Languages Going Further Grammars Definition 10 (Grammar) A grammar is a 4-tuple G = ( T , N , R , S ) where T and N are finite disjoint sets called terminals and non-terminals respectively, R is a finite set of rules over T ∪ N such that each rule’s LHS contains at least one non-terminal, and S ∈ N is the start symbol. Define the accepted language to be the set of all terminal strings derivable from s in 0 or more steps: L( G ) := { w ∈ T ∗ | s ⇒ ∗ R w } . Example 11 Non-terminals really do add generational power. Consider the language of all palindromes over Σ = { a , b } . ( { a , b } ) , { S } , { S → aSa , S → bSb , S → ǫ } , S ) generates the language. Graham Campbell School of Mathematics, Statistics and Physics, Newcastle University, UK Formal Languages and Groups

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend