150 likes | 225 Vues
Artiom Alhazov Università degli Studi di Milano-Bicocca, Milano Alexander Krassovitsky Rovira i Virgili University, Tarragona Yurii Rogozhin. Circular Post Machines. P systems with Exo- Insertion and Deletion. AND. bbbabcbbb. bbb bbb. abc. q. abbaabba baabbaab.
E N D
Artiom Alhazov Università degli Studi di Milano-Bicocca, Milano Alexander Krassovitsky Rovira i Virgili University, Tarragona Yurii Rogozhin CircularPost Machines P systems with Exo- Insertion and Deletion AND bbbabcbbb bbb bbb abc q abbaabba baabbaab Institute of Mathematics and Computer Science, Academy of Sciences of Moldova, Chişinău
Insertion/Deletion • Are fundamental string operations in FLT • & motivated by mismatched annealing, point mutations etc. • Insert α between u and v: • like rewriting rule uvuαv • x1uvx2x1uαvx2 • Delete α between u and v: • like rewriting rule uαvuv • x1uαvx2x1uvx2 • In the main part of the presentation the contexts are always empty
Insertion/Deletion Systems • (Alphabet,Axioms,Rules,Terminals) • Computationally complete without contexts • Size: 6-tuple of numbers bounding lengths of • (inserted strings, left insertion contexts, right insertion contexts; deleted strings, left deletion contexts, right deletion context) • E.g., IDSs of size (2,0,0;3,0,0) and (3,0,0;2,0,0) are universal, but not those of size (2,0,0;2,0,0).
Insertion/Deletion PSystems • (V,T,µ,M1,…,Mk,R1,…,Rk) • Rules are ins/del rules with target indications • Without context: can be written as • ins(α,tar), del(α,tar) • Multiplicities are not tracked, evolution proceeds in all possible ways and the original string remains • This does not influence the result • P systems of size (2,0,0;2,0,0) still not universal
Exo- Insertion/Deletion PSystems • Rules are applied at left or right, written as • insL(α,tar), insR(α,tar), delL(α,tar), delR(α,tar) • Ex.: L({a,b},{a,b},[ ]1,{babbab}, • {delL(b,here); insR(a,here)})= {λ,b}abbab{a}* • The class of such systems is denoted • SPk(e-insm0,0,e-deln0,0) • The red comma is replaced by < if deletion rules have priority over insertion rules
Other Notations • P tP: for tissue P systems • e- r- or l-: for right-only or left-only rules • E prefix: result is collected modulo the terminal alphabet • RE: recursively enumerable languages • REG: regular languages
Circular Post machines q abbaabba baabbaab • A variant of Turing machines • On a circular tape • One-way: right move rewriting the symbol • Can insert a symbol at left or right • Can delete a symbol read • Are computationally complete • E.g., accepting CPM0 simulate DTM Intro- duced in this paper
Circular Post machines++ q abbaabba baabbaab • A final state qf is distinguished • The configuration [picture] can be written as • qbaabbaababbaabba • Ex: qbcra raaabbaababbaabbac
CPM5 example: Collatz problem • n=1:stop. n=2m:nm,repeat. n=2m+1:n3m+2,repeat. • Start in q1anM. q1aq2, q2Mqf, q2aq3, q3aq4, q4aq5, q5aq3, • q4Mq6, q6Mq1, q5Mq7, q7Mq8, • q8aq9, q9aq10, q10aq11,q11aq8, q10Mq12,q12Mq1. • q1aaaMq2aaMq3aMq4aMaq5Maq7aq8aMq9aMaq10aMaaq11Maaq8Maaa • q9Maaaaq10Maaaaaq12aaaaaq1aaaaaMq2aaaaMq3aaaMq4aaaMaq5aaMa • q3aMaq4aMaaq5Maaq7aaq8aaMq9aaMaq10aaMaaq11aMaaq8aMaaa • q9aMaaaaq10aMaaaaaq11Maaaaaq8Maaaaaaq8Maaaaaaq9Maaaaaaa • q10Maaaaaaaaq12aaaaaaaaq1aaaaaaaaMq2aaaaaaaMq3aaaaaaMq4aaaaaaMa • q5aaaaaMaq3aaaaMaq4aaaaMaaq5aaaMaaq3aaMaaq4aaMaaaq5aMaaa • q3Maaaq4Maaaaq6aaaaq1aaaaMq2aaaMq3aaMq4aaMaq5aMaq3Ma • q4Maaq6aaq1aaMq2aMq3Mq4Maq6aq1aM q2Mqf. q1:start q2:one q4:even q5:odd q8:triple
CPM0 by CPM5 • Erasing rule: itself • Rewriting rule: pxpx, pxyq • Lengthening: p0p0, p0yp’0, p’0aqr’, raqq, • r’0r, rxrx, rxxr • Skipping some configurations allowed: • Faster simulation is possible • p0p0, p0yp’0 • If next instruction is q0s, set p’0=s • If next instruction is q0zs, add rule p’0zs • If next instruction is q0zs0, set p’0=q0
Non-deterministic CPM5 • Generating RE is possible also under conditions: • Non-final states: disjoint union of Q1 and Q2. • For every state pQ1 and x, there is exactly 1 instruction pxq • For every state pQ2, there are 2 instructions pyq1, pyq2. • Indeed, use q11q1, q11q2 to yield q21+, and start a DCPM5 in q2 to simulate a DTM converting 1+ into any RE language.
eIDP: Known results • Recall that SP(ins20,0,del20,0) are NOT universal • SP(e-ins20,0,e-del10,0) are universal • SP(e-ins10,0,e-del20,0) are universal • StP(e-ins10,0,e-del10,0) are universal • (*) SP(e-ins10,0,e-del10,0) --- still open • Main result of this paper: • SP(e-ins10,0<e-del10,0) are universal • Another result: a lower bound for (*)
Main: LSP(e-ins10,0<l-del10,0)=RE delL(S) delL(zf) delL(zi) delL(qi) insL(zi) insL(S) qiajql delL(qj) delL(aj) insL(ql) delL(S) delL(zf) insR(ak) insL(zi) delL(zi) delL(qi) qiakql insL(ql) delL(qj)
Low: ELSP(r-ins10,0,r-del10,0)REG delR(S) delR(qf) delR(qi) insR(S) qiajql m insR(aj) insR(ql)
Conclusions bbbabcbbb bbbbbb abc • LSP(e-ins10,0<e-del10,0) =RE. • ELSP(e-ins10,0,e-del10,0) – open, REG. • Boxes: result valid in one-sided case (r or l). • We introduced an instrument: CPM5 • pxq, pyq • Thank you for your attention q abbaabba baabbaab