1,495 research outputs found

    Complexity of Left-Ideal, Suffix-Closed and Suffix-Free Regular Languages

    Get PDF
    A language LL over an alphabet Σ\Sigma is suffix-convex if, for any words x,y,z∈Σ∗x,y,z\in\Sigma^*, whenever zz and xyzxyz are in LL, then so is yzyz. Suffix-convex languages include three special cases: left-ideal, suffix-closed, and suffix-free languages. We examine complexity properties of these three special classes of suffix-convex regular languages. In particular, we study the quotient/state complexity of boolean operations, product (concatenation), star, and reversal on these languages, as well as the size of their syntactic semigroups, and the quotient complexity of their atoms.Comment: 20 pages, 11 figures, 1 table. arXiv admin note: text overlap with arXiv:1605.0669

    Large Aperiodic Semigroups

    Get PDF
    The syntactic complexity of a regular language is the size of its syntactic semigroup. This semigroup is isomorphic to the transition semigroup of the minimal deterministic finite automaton accepting the language, that is, to the semigroup generated by transformations induced by non-empty words on the set of states of the automaton. In this paper we search for the largest syntactic semigroup of a star-free language having nn left quotients; equivalently, we look for the largest transition semigroup of an aperiodic finite automaton with nn states. We introduce two new aperiodic transition semigroups. The first is generated by transformations that change only one state; we call such transformations and resulting semigroups unitary. In particular, we study complete unitary semigroups which have a special structure, and we show that each maximal unitary semigroup is complete. For n≄4n \ge 4 there exists a complete unitary semigroup that is larger than any aperiodic semigroup known to date. We then present even larger aperiodic semigroups, generated by transformations that map a non-empty subset of states to a single state; we call such transformations and semigroups semiconstant. In particular, we examine semiconstant tree semigroups which have a structure based on full binary trees. The semiconstant tree semigroups are at present the best candidates for largest aperiodic semigroups. We also prove that 2n−12^n-1 is an upper bound on the state complexity of reversal of star-free languages, and resolve an open problem about a special case of state complexity of concatenation of star-free languages.Comment: 22 pages, 1 figure, 2 table

    Most Complex Non-Returning Regular Languages

    Get PDF
    A regular language LL is non-returning if in the minimal deterministic finite automaton accepting it there are no transitions into the initial state. Eom, Han and Jir\'askov\'a derived upper bounds on the state complexity of boolean operations and Kleene star, and proved that these bounds are tight using two different binary witnesses. They derived upper bounds for concatenation and reversal using three different ternary witnesses. These five witnesses use a total of six different transformations. We show that for each n≄4n\ge 4 there exists a ternary witness of state complexity nn that meets the bound for reversal and that at least three letters are needed to meet this bound. Moreover, the restrictions of this witness to binary alphabets meet the bounds for product, star, and boolean operations. We also derive tight upper bounds on the state complexity of binary operations that take arguments with different alphabets. We prove that the maximal syntactic semigroup of a non-returning language has (n−1)n(n-1)^n elements and requires at least (n2)\binom{n}{2} generators. We find the maximal state complexities of atoms of non-returning languages. Finally, we show that there exists a most complex non-returning language that meets the bounds for all these complexity measures.Comment: 22 pages, 6 figure

    Symmetric Groups and Quotient Complexity of Boolean Operations

    Full text link
    The quotient complexity of a regular language L is the number of left quotients of L, which is the same as the state complexity of L. Suppose that L and L' are binary regular languages with quotient complexities m and n, and that the transition semigroups of the minimal deterministic automata accepting L and L' are the symmetric groups S_m and S_n of degrees m and n, respectively. Denote by o any binary boolean operation that is not a constant and not a function of one argument only. For m,n >= 2 with (m,n) not in {(2,2),(3,4),(4,3),(4,4)} we prove that the quotient complexity of LoL' is mn if and only either (a) m is not equal to n or (b) m=n and the bases (ordered pairs of generators) of S_m and S_n are not conjugate. For (m,n)\in {(2,2),(3,4),(4,3),(4,4)} we give examples to show that this need not hold. In proving these results we generalize the notion of uniform minimality to direct products of automata. We also establish a non-trivial connection between complexity of boolean operations and group theory

    Checking Whether an Automaton Is Monotonic Is NP-complete

    Full text link
    An automaton is monotonic if its states can be arranged in a linear order that is preserved by the action of every letter. We prove that the problem of deciding whether a given automaton is monotonic is NP-complete. The same result is obtained for oriented automata, whose states can be arranged in a cyclic order. Moreover, both problems remain hard under the restriction to binary input alphabets.Comment: 13 pages, 4 figures. CIAA 2015. The final publication is available at http://link.springer.com/chapter/10.1007/978-3-319-22360-5_2

    Bridging the Gap Between Adult Children and Their Aging Parents: Developing and Assessing a Life Review Education Program

    Get PDF
    Bridging the Gap Between Adult Children and Their Aging Parents: Developing and Assessing a Life Review Education Program Abstract Background: The parent-child relationship is one of the most influential and integral relationships in the life of both members of the dyad. Studies show that the parent-child relationship continues to maintain a place of great importance throughout the life course. In the steadily aging population of the United States, the value of the parent-child relationship is often minimized or overlooked by shifting the focus from a role of parent/child to patient/caregiver. Purpose: The purpose of this mixed-methods exploratory study was to design and implement a Life Review Education (LRE) intervention to: (a) increase understanding; and, (b) facilitate communication within the aging adult/adult child dyad, thereby generating knowledge on the emotional and psychological aspect of the relationship. Methods: The study used a pre-post test design. Ten adult children of aging parents participated in “Bridging the Gap,” a pilot psychoeducational group that implemented Life Review Education through a structured, 75-minute, manualized intervention. The intervention group took place in a physical therapy center in Cherry Hill, New Jersey. Measures: The study assessed subjects’ understanding of life review using the Life Review Understanding Questionnaire (L-RUQ) and the impact of life review education on their communication via the Family Problem Solving Communication Scale (FPSC). The study employed qualitative interviews to gain a more in-depth understanding of the program’s effect on participants. Results: Findings supported the positive impact of the intervention on the adult child’s understanding of life review as well as the positive benefits of a psychoeducational group format. Scores on the FSPC scale did not indicate a statistically significant change in communication within the dyad. The impact of this program on family communication is in need of further examination. Conclusion: This exploratory study serves to integrate the concepts of life review, aging adult/adult child dyads, and psychoeducation and lays the groundwork for future exploration and implementation of life review education

    A Computational Interpretation of Context-Free Expressions

    Full text link
    We phrase parsing with context-free expressions as a type inhabitation problem where values are parse trees and types are context-free expressions. We first show how containment among context-free and regular expressions can be reduced to a reachability problem by using a canonical representation of states. The proofs-as-programs principle yields a computational interpretation of the reachability problem in terms of a coercion that transforms the parse tree for a context-free expression into a parse tree for a regular expression. It also yields a partial coercion from regular parse trees to context-free ones. The partial coercion from the trivial language of all words to a context-free expression corresponds to a predictive parser for the expression

    Firms’ Proactiveness During the Crisis: Evidence from European Data

    Get PDF
    none3This paper contributes to the literature on the entrepreneurial behavior of firms during the economic crisis by investigating the determinants of proactive behavior on a large sample of European companies during the 2008–2009 financial crisis. We explore various dimensions of proactive behavior, including: investments in innovation, expanding product offer, undergoing quality certification, investing in tangible assets and avoiding layoff. Our findings show a surprising heterogeneity of determinants in the case of different proactivity measures, especially when considering the impact of public policies which support entrepreneurship. We also provide some evidence supporting the organizational learning hypothesis with regard to proactiveness, as we show that the previous crisis experience matters in the case of the adoption of proactive or reactive strategy by a firm.openJan Brzozowski; Marco Cucculelli; Valentina PeruzziBrzozowski, Jan Pawel; Cucculelli, Marco; Peruzzi, Valentin

    Testing the Equivalence of Regular Languages

    Full text link
    The minimal deterministic finite automaton is generally used to determine regular languages equality. Antimirov and Mosses proposed a rewrite system for deciding regular expressions equivalence of which Almeida et al. presented an improved variant. Hopcroft and Karp proposed an almost linear algorithm for testing the equivalence of two deterministic finite automata that avoids minimisation. In this paper we improve the best-case running time, present an extension of this algorithm to non-deterministic finite automata, and establish a relationship between this algorithm and the one proposed in Almeida et al. We also present some experimental comparative results. All these algorithms are closely related with the recent coalgebraic approach to automata proposed by Rutten
    • 

    corecore