Skip to content

Commit 1dda7c2

Browse files
committed
Работаем над регулярными языками.
1 parent bd07b50 commit 1dda7c2

File tree

3 files changed

+101
-35
lines changed

3 files changed

+101
-35
lines changed

tex/FormalLanguageConstrainedReachabilityLectureNotes.bib

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,4 +2041,61 @@ @article{Glushkov1961
20412041
year = {1961},
20422042
month = oct,
20432043
pages = {1–53}
2044-
}
2044+
}
2045+
2046+
@book{DBLP:books/ems/21/P2021,
2047+
editor = {Jean{-}{\'{E}}ric Pin},
2048+
title = {Handbook of Automata Theory},
2049+
publisher = {European Mathematical Society Publishing House, Z{\"{u}}rich,
2050+
Switzerland},
2051+
year = {2021},
2052+
url = {https://doi.org/10.4171/Automata},
2053+
doi = {10.4171/AUTOMATA},
2054+
isbn = {978-3-98547-006-8},
2055+
timestamp = {Mon, 11 Apr 2022 14:12:30 +0200},
2056+
biburl = {https://dblp.org/rec/books/ems/21/P2021.bib},
2057+
bibsource = {dblp computer science bibliography, https://dblp.org}
2058+
}
2059+
2060+
@ARTICLE{6771467,
2061+
author={Mealy, George H.},
2062+
journal={The Bell System Technical Journal},
2063+
title={A method for synthesizing sequential circuits},
2064+
year={1955},
2065+
volume={34},
2066+
number={5},
2067+
pages={1045-1079},
2068+
keywords={},
2069+
doi={10.1002/j.1538-7305.1955.tb03788.x}
2070+
}
2071+
2072+
@Inbook{Alagar2011,
2073+
author="Alagar, V. S.
2074+
and Periyasamy, K.",
2075+
title="Extended Finite State Machine",
2076+
bookTitle="Specification of Software Systems",
2077+
year="2011",
2078+
publisher="Springer London",
2079+
address="London",
2080+
pages="105--128",
2081+
abstract="The FSM models we have considered, in spite of many extensions to basic automaton, fall short in many aspects. They have to be extended further, as broadly outlined below, in order to model complex system behavior.",
2082+
isbn="978-0-85729-277-3",
2083+
doi="10.1007/978-0-85729-277-3_7",
2084+
url="https://doi.org/10.1007/978-0-85729-277-3_7"
2085+
}
2086+
2087+
@Article{ foster.ea:efsm:2020,
2088+
abstract = {In this AFP entry, we provide a formalisation of extended finite state machines (EFSMs) where models are represented as finite sets of transitions between states. EFSMs execute traces to produce observable outputs. We also define various simulation and equality metrics for EFSMs in terms of traces and prove their strengths in relation to each other. Another key contribution is a framework of function definitions such that LTL properties can be phrased over EFSMs. Finally, we provide a simple example case study in the form of a drinks machine.},
2089+
author = {Michael Foster and Achim D. Brucker and Ramsay G. Taylor and John Derrick},
2090+
date = {2020-09-07},
2091+
file = {https://www.brucker.ch/bibliography/download/2020/foster.ea-efsm-outline-2020.pdf},
2092+
filelabel = {Outline},
2093+
issn = {2150-914x},
2094+
journal = {Archive of Formal Proofs},
2095+
month = {sep},
2096+
note = {\url{http://www.isa-afp.org/entries/Extended_Finite_State_Machines.html}, Formal proof development},
2097+
pdf = {https://www.brucker.ch/bibliography/download/2020/foster.ea-efsm-2020.pdf},
2098+
title = {A Formal Model of Extended Finite State Machines},
2099+
url = {https://www.brucker.ch/bibliography/abstract/foster.ea-efsm-2020},
2100+
year = {2020},
2101+
}

tex/FormalLanguageTheoryIntro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ \section{Теоретико-множественные операции над
107107

108108
\begin{definition}[TODO: ???]
109109
Пусть дано множество $S$ с определённой на нём операцией $\odot: S \times S \to S$, $S_1 \subseteq S$, тогда
110-
\[S_1^n = \{ \underbrace{s_1 \odot s_1 \odot \dots \odot s_1}_{\text{n раз}} \mid s_1 \in S_1\}.\]
110+
\[S_1^n = \{ \underbrace{s_1 \odot s_1 \odot \dots \odot s_1}_{\text{$n$ раз}} \mid s_1 \in S_1\}.\]
111111
При этом $S_1^0 = \{\varepsilon\}$%
112112
\sidenote{В данном случае нулевая степень даёт единицу, как мы и привыкли.}.
113113
\end{definition}

0 commit comments

Comments
 (0)