]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/lib/turing/universal/copy.ma
porting of move_char_c
[helm.git] / matita / matita / lib / turing / universal / copy.ma
1 (*
2     ||M||  This file is part of HELM, an Hypertextual, Electronic   
3     ||A||  Library of Mathematics, developed at the Computer Science 
4     ||T||  Department of the University of Bologna, Italy.           
5     ||I||                                                            
6     ||T||  
7     ||A||  
8     \   /  This file is distributed under the terms of the       
9      \ /   GNU General Public License Version 2   
10       V_____________________________________________________________*)
11
12
13 include "turing/universal/tuples.ma".
14
15 definition write_states ≝ initN 2.
16
17 definition wr0 : write_states ≝ mk_Sig ?? 0 (leb_true_to_le 1 2 (refl …)).
18 definition wr1 : write_states ≝ mk_Sig ?? 1 (leb_true_to_le 2 2 (refl …)).
19
20 definition write ≝ λalpha,c.
21   mk_TM alpha write_states
22   (λp.let 〈q,a〉 ≝ p in
23     match pi1 … q with 
24     [ O ⇒ 〈wr1,Some ? 〈c,N〉〉
25     | S _ ⇒ 〈wr1,None ?〉 ])
26   wr0 (λx.x == wr1).
27   
28 definition R_write ≝ λalpha,c,t1,t2.
29   ∀ls,x,rs.t1 = midtape alpha ls x rs → t2 = midtape alpha ls c rs.
30   
31 axiom sem_write : ∀alpha,c.Realize ? (write alpha c) (R_write alpha c).
32
33 definition copy_step_subcase ≝
34   λalpha,c,elseM.ifTM ? (test_char ? (λx.x == 〈c,true〉))
35     (seq (FinProd alpha FinBool) (adv_mark_r …)
36       (seq ? (move_l …)
37         (seq ? (adv_to_mark_l … (is_marked alpha))
38           (seq ? (write ? 〈c,false〉)
39             (seq ? (move_r …)
40               (seq ? (mark …)
41                 (seq ? (move_r …) (adv_to_mark_r … (is_marked alpha)))))))))
42     elseM tc_true.
43
44 definition R_copy_step_subcase ≝ 
45   λalpha,c,RelseM,t1,t2.
46     ∀a,l1,x0,a0,l2,x,l3.
47     t1 = midtape (FinProd … alpha FinBool) (l1@〈a0,false〉::〈x0,true〉::l2) 
48          〈x,true〉 (〈a,false〉::l3) → 
49     (∀c.memb ? c l1 = true → is_marked ? c = false) →          
50     (x = c ∧ t2 = midtape ? (〈x,false〉::l1@〈a0,true〉::〈x,false〉::l2) 〈a,true〉 l3) ∨
51     (x ≠ c ∧ RelseM t1 t2).
52     
53 axiom sem_copy_step_subcase : 
54   ∀alpha,c,elseM,RelseM.
55   Realize ? (copy_step_subcase alpha c elseM) (R_copy_step_subcase alpha c RelseM).
56     
57 (*
58 if current = 0,tt
59    then advance_mark_r;
60         move_l;
61         advance_to_mark_l;
62         write(0,ff)
63         move_r;
64         mark;
65         move_r;
66         advance_to_mark_r;
67 else if current = 1,tt
68    then advance_mark_r;
69         move_l;
70         advance_to_mark_l;
71         write(1,ff)
72         move_r;
73         mark;
74         move_r;
75         advance_to_mark_r;
76 else if current = null 
77    then advance_mark_r;
78         move_l;
79         advance_to_mark_l
80         adv_mark_r;
81         move_r;
82         advance_to_mark_r
83 *)
84
85 definition nocopy_subcase ≝
86   ifTM STape (test_char ? (λx:STape.x == 〈null,true〉))
87     (seq ? (adv_mark_r …)
88       (seq ? (move_l …)
89         (seq ? (adv_to_mark_l … (is_marked ?))
90           (seq ? (adv_mark_r …)
91             (seq ? (move_r …) (adv_to_mark_r … (is_marked ?)))))))
92     (nop ?) tc_true.
93
94 definition R_nocopy_subcase ≝ 
95   λt1,t2.
96     ∀a,l1,x0,a0,l2,x,l3.
97     t1 = midtape STape (l1@〈a0,false〉::〈x0,true〉::l2) 
98          〈x,true〉 (〈a,false〉::l3) → 
99     (∀c.memb ? c l1 = true → is_marked ? c = false) →          
100     (x = null ∧
101      t2 = midtape ? (〈x,false〉::l1@〈a0,true〉::〈x0,false〉::l2) 〈a,true〉 l3) ∨
102     (x ≠ null ∧ t2 = t1).
103     
104 axiom sem_nocopy_subcase : Realize ? nocopy_subcase R_nocopy_subcase.
105 (* #intape
106 cases (sem_if ? (test_char ? (λx:STape.x == 〈null,true〉)) ?????? tc_true
107  (sem_test_char ? (λx:STape.x == 〈null,true〉))
108         (sem_seq … (sem_adv_mark_r …)
109            (sem_seq … (sem_move_l …)
110              (sem_seq … (sem_adv_to_mark_l … (is_marked ?))
111                (sem_seq … (sem_adv_mark_r …)
112                  (sem_seq … (sem_move_r …) (sem_adv_to_mark_r … (is_marked ?))
113                  ))))) (sem_nop ?) intape)
114 #k * #outc * #Hloop #HR @(ex_intro ?? k) @(ex_intro ?? outc)  % [@Hloop] -Hloop
115 cases HR -HR
116 [| * #ta * whd in ⊢ (%→%→?); #Hta #Houtc
117    #ls #x #rs #Hintape %2  >Hintape in Hta; #Hta cases (Hta ? (refl ??)) -Hta #Hx #Hta %
118    [ lapply (\Pf Hx) @not_to_not #Hx' >Hx' %
119    | <Hta @Houtc ] ]
120 @daemon
121 qed. *)
122
123 definition copy_step ≝
124   ifTM ? (test_char STape (λc.is_bit (\fst c)))
125   (single_finalTM ? (copy_step_subcase FSUnialpha (bit false)
126     (copy_step_subcase FSUnialpha (bit true) nocopy_subcase)))
127   (nop ?)
128   tc_true.
129   
130 definition R_copy_step_true ≝ 
131   λt1,t2.
132     ∀ls,c,rs. t1 = midtape STape ls 〈c,true〉 rs → 
133     bit_or_null c = true ∧
134     (∀a,l1,x0,a0,l2,l3.
135      ls = (l1@〈a0,false〉::〈x0,true〉::l2) → 
136      rs = (〈a,false〉::l3) → 
137      no_marks l1 →          
138      ((∃x. c = bit x ∧
139       t2 = midtape STape (〈bit x,false〉::l1@〈a0,true〉::〈bit x,false〉::l2) 〈a,true〉 l3) ∨
140       (c = null ∧
141       t2 = midtape ? (〈null,false〉::l1@〈a0,true〉::〈x0,false〉::l2) 〈a,true〉 l3))).
142      
143 definition R_copy_step_false ≝ 
144   λt1,t2.
145    ∀ls,c,rs.t1 = midtape (FinProd … FSUnialpha FinBool) ls c rs → 
146    bit_or_null (\fst c) = false ∧ t2 = t1.
147
148 axiom sem_copy_step : 
149   accRealize ? copy_step (inr … (inl … (inr … start_nop))) R_copy_step_true R_copy_step_false.
150
151 (*
152 1) il primo carattere è marcato
153 2) l'ultimo carattere è l'unico che può essere null, gli altri sono bit
154 3) il terminatore non è né bit, né null
155 *)
156    
157 definition copy0 ≝ whileTM ? copy_step (inr … (inl … (inr … start_nop))).
158
159 let rec merge_config (l1,l2:list STape) ≝ 
160   match l1 with
161   [ nil ⇒ nil ?
162   | cons p1 l1' ⇒ match l2 with
163     [ nil ⇒ nil ? 
164     | cons p2 l2' ⇒ 
165            let 〈c1,b1〉 ≝ p1 in let 〈c2,b2〉 ≝ p2 in
166            match c2 with
167            [ null ⇒ p1
168            | _ ⇒ p2 ] :: merge_config l1' l2' ] ].
169            
170 lemma merge_config_append :
171  ∀l1,l2,l3,l4.|l1| = |l2| → 
172  merge_config (l1@l3) (l2@l4) = merge_config l1 l2@merge_config l3 l4.
173 #l1 #l2 #l3 #l4 #Hlen @(list_ind2 … Hlen)
174 [normalize //
175 | #t1 #t2 * #c1 #b1 * #c2 #b2 #IH whd in ⊢ (??%%); >IH % ]
176 qed.
177
178 definition R_copy0 ≝ λt1,t2.
179   ∀ls,c,c0,rs,l1,l3,l4.
180   t1 = midtape STape (l3@l4@〈c0,true〉::ls) 〈c,true〉 (l1@rs) → 
181   no_marks l1 → no_marks (l3@l4) → |l1| = |l4| → 
182   ∀l1',bv.〈c,false〉::l1 = l1'@[〈comma,bv〉] → only_bits_or_nulls l1' → 
183   ∀l4',bg.l4@[〈c0,false〉] = 〈grid,bg〉::l4' → only_bits_or_nulls l4' → 
184   (c = comma ∧ t2 = t1) ∨
185   (c ≠ comma ∧ 
186     t2 = midtape ? (reverse ? l1'@l3@〈grid,true〉::
187                   merge_config l4' (reverse ? l1')@ls) 
188      〈comma,true〉 rs).
189      
190 lemma inj_append_singleton_l1 :
191   ∀A.∀l1,l2:list A.∀a1,a2.l1@[a1] = l2@[a2] → l1 = l2.
192 #A #l1 #l2 #a1 #a2 #H lapply (eq_f … (reverse ?) … H)
193 >reverse_append >reverse_append normalize #H1 destruct
194 lapply (eq_f … (reverse ?) … e0) >reverse_reverse >reverse_reverse //
195 qed.
196
197 lemma inj_append_singleton_l2 :
198   ∀A.∀l1,l2:list A.∀a1,a2.l1@[a1] = l2@[a2] → a1 = a2.
199 #A #l1 #l2 #a1 #a2 #H lapply (eq_f … (reverse ?) … H)
200 >reverse_append >reverse_append normalize #H1 destruct %
201 qed.
202
203 lemma wsem_copy0 : WRealize ? copy0 R_copy0.
204 #intape #k #outc #Hloop 
205 lapply (sem_while … sem_copy_step intape k outc Hloop) [%] -Hloop
206 * #ta * #Hstar @(star_ind_l ??????? Hstar)
207 [ #tb whd in ⊢ (%→?); #Hleft
208   #ls #c #c0 #rs #l1 #l3 #l4 #Htb #Hl1nomarks #Hl3l4nomarks #Hlen #l1' #bv
209   #Hl1 #Hl1bits #l4' #bg #Hl4 #Hl4bits
210   cases (Hleft … Htb) -Hleft #Hc #Houtc % %
211   [ generalize in match Hl1bits; -Hl1bits cases l1' in Hl1;
212     [ normalize #Hl1 #c1 destruct (Hl1) %
213     | * #c' #b' #l0 #Heq normalize in Heq; destruct (Heq)
214       #Hl1bits lapply (Hl1bits 〈c',false〉 ?) [ @memb_hd ] 
215       >Hc #Hfalse destruct ]
216   | @Houtc ]
217 | #tb #tc #td whd in ⊢ (%→?→(?→%)→%→?); #Htc #Hstar1 #Hind #Htd
218   lapply (Hind Htd) -Hind #Hind
219   #ls #c #c0 #rs #l1 #l3 #l4 #Htb #Hl1nomarks #Hl3l4nomarks #Hlen #l1' #bv
220   #Hl1 #Hl1bits #l4' #bg #Hl4 #Hl4bits %2
221   cases (Htc … Htb) -Htc #Hcbitnull #Htc
222   % [ % #Hc' >Hc' in Hcbitnull; normalize #Hfalse destruct (Hfalse) ]
223   cut (|l1| = |reverse ? l4|) [//] #Hlen1
224   @(list_cases_2 … Hlen1)
225   [ (* case l1 = [] is discriminated because l1 contains at least comma *)
226     #Hl1nil @False_ind >Hl1nil in Hl1; cases l1' normalize
227     [ #Hl1 destruct normalize in Hcbitnull; destruct (Hcbitnull)
228     | #p0 #l0 normalize #Hfalse destruct (Hfalse) cases l0 in e0;
229       [ normalize #Hfalse1 destruct (Hfalse1)
230       | #p0' #l0' normalize #Hfalse1 destruct (Hfalse1) ] ]
231   | (* case c::l1 = c::a::l1'' *)
232     * #a #ba * #a0 #ba0 #l1'' #l4'' #Hl1cons #Hl4cons
233     lapply (eq_f ?? (reverse ?) ?? Hl4cons) >reverse_reverse >reverse_cons -Hl4cons #Hl4cons
234     cut (ba = false) 
235     [ >Hl1cons in Hl1nomarks; #Hl1nomarks lapply (Hl1nomarks 〈a,ba〉 ?)
236       [ @memb_hd | normalize // ] ] #Hba
237     cut (ba0 = false) 
238     [ >Hl4cons in Hl3l4nomarks; #Hl3l4nomarks lapply (Hl3l4nomarks 〈a0,ba0〉 ?)
239       [ @memb_append_l2 @memb_append_l2 @memb_hd | normalize // ] ] #Hba0
240     >Hba0 in Hl4cons; >Hba in Hl1cons; -Hba0 -Hba #Hl1cons #Hl4cons
241     >Hl4cons in Htc; >Hl1cons #Htc
242     lapply (Htc a (l3@reverse ? l4'') c0 a0 ls (l1''@rs) ? (refl ??) ?)
243     [ #x #Hx @Hl3l4nomarks >Hl4cons <associative_append
244       @memb_append_l1 @Hx
245     | >associative_append >associative_append %
246     | -Htc
247       cut (∃la.l1' = 〈c,false〉::la)
248       [ >Hl1cons in Hl1; cases l1'
249         [normalize #Hfalse destruct (Hfalse)
250         | #p #la normalize #Hla destruct (Hla) @(ex_intro ?? la) % ] ]
251       * #la #Hla
252       cut (∃lb.l4' = lb@[〈c0,false〉])
253       [ >Hl4cons in Hl4;
254         @(list_elim_left … l4')
255         [ #Heq lapply (eq_f … (length ?) … Heq)
256           >length_append >length_append 
257           >commutative_plus normalize >commutative_plus normalize
258           #Hfalse destruct
259         | #a1 #tl #_ #Heq 
260           >(inj_append_singleton_l2 ? (reverse ? l4''@[〈a0,false〉]) (〈grid,bg〉::tl) 〈c0,false〉 a1 Heq)
261           @ex_intro //
262       ] ] * #lb #Hlb
263       cut (|lb| = |reverse ? la|) 
264       [ >Hla in Hl1; >Hlb in Hl4; #Hl4 #Hl1
265         >(?:l1 = la@[〈comma,bv〉]) in Hlen;
266         [|normalize in Hl1; destruct (Hl1) %]
267         >(?:l4 = 〈grid,bg〉::lb)
268         [|@(inj_append_singleton_l1 ?? (〈grid,bg〉::lb) ?? Hl4) ]
269         >length_append >commutative_plus >length_reverse
270         normalize #Hlalb destruct (Hlalb) //
271       ] #Hlen2
272       *
273       (* by hyp on the first iteration step, 
274          we consider whether c = bit x or c = null *)
275       (* c = bit x *)
276       [ * #x * #Hx #Htc 
277         lapply (Hind (〈bit x,false〉::ls) a a0 rs l1'' 
278                 (〈bit x,false〉::l3) (reverse ? l4'') ????) 
279         [ >Hl1cons in Hlen; >Hl4cons >length_append >commutative_plus 
280           normalize #Hlen destruct (Hlen) //
281         | #x0 #Hx0 cases (orb_true_l … Hx0)
282           [ #Hx0eq >(\P Hx0eq) %
283           | -Hx0 #Hx0 @Hl3l4nomarks >Hl4cons
284             <associative_append @memb_append_l1 // ]
285         | #x0 #Hx0 @Hl1nomarks >Hl1cons @memb_cons //
286         | >Htc >associative_append % 
287         | -Hind 
288           <Hl1cons <Hl4cons #Hind lapply (Hind la bv ?? lb bg ??)
289           [ #x0 #Hx0 @Hl4bits >Hlb @memb_append_l1 //
290           | >Hlb in Hl4; normalize in ⊢ (%→?); #Hl4
291             @(inj_append_singleton_l1 ? l4 (〈grid,bg〉::lb) … Hl4)
292           | #x0 #Hx0 @Hl1bits >Hla @memb_cons //
293           | >Hla in Hl1; normalize in ⊢ (%→?); #Hl1
294             destruct (Hl1) // ] -Hind
295           (* by IH, we proceed by cases, whether a = comma 
296              (consequently several lists = []) or not *)          
297           *
298           [ * #Ha #Houtc1
299 (*           cut (l1 = [〈a,false〉])
300            [ cases l1'' in Hl1cons; // #y #ly #Hly
301              >Hly in Hl1; cases l1' in Hl1bits;
302              [ #_ normalize #Hfalse destruct (Hfalse)
303              | #p #lp #Hl1bits normalize #Heq destruct (Heq)
304                @False_ind lapply (Hl1bits 〈a,false〉 ?)
305                [ cases lp in e0;
306                  [ normalize #Hfalse destruct (Hfalse)
307                  | #p0 #lp0 normalize in ⊢ (%→?); #Heq destruct (Heq)
308                    @memb_cons @memb_hd ]
309                | >Ha normalize #Hfalse destruct (Hfalse) ]
310              ]
311            ] #Hl1a
312            cut (l4 = [〈a0,false〉])
313            [ generalize in match Hl4bits; cases l4' in Hl4;
314              [ >Hl4cons #Hfalse #_ 
315                lapply (inj_append_singleton_l1 ?? [] ?? Hfalse)
316                cases (reverse ? l4'') normalize
317                [ #Hfalse1 | #p0 #lp0 #Hfalse1 ] destruct (Hfalse1)
318              | #p #lp 
319            
320              cases l4'' in Hl4cons; // #y #ly #Hly
321              >Hly in Hl4; cases l4' in Hl4bits;
322              [ #_ >reverse_cons #Hfalse
323                lapply (inj_append_singleton_l1 ?? [] ?? Hfalse)
324                -Hfalse cases ly normalize
325                [ #Hfalse | #p #Hp #Hfalse ] destruct (Hfalse)
326                 
327              | #p #lp #Hl1bits normalize #Heq destruct (Heq)
328                @False_ind lapply (Hl1bits 〈a,false〉 ?)
329                [ cases lp in e0;
330                  [ normalize #Hfalse destruct (Hfalse)
331                  | #p0 #lp0 normalize in ⊢ (%→?); #Heq destruct (Heq)
332                    @memb_cons @memb_hd ]
333                | >Ha normalize #Hfalse destruct (Hfalse) ]
334              ]
335            ] #Hl1a
336              
337               >Hla normalize #Hl1 destruct (Hl1) lapply (inj_append_ @False_ind
338              
339            cut (l1'' = [] ∧ l4'' = [])
340            [ % [ >Hla in Hl1; normalize #Hl1 destruct (Hl1)
341            
342             cases l1'' in Hl1bits;
343                 
344                  [ #_ normalize #H *)
345            cut (la = [] ∧ lb = [] ∧ l1'' = [] ∧ l4'' = [])
346            [ @daemon ] * * * #Hla1 #Hlb1 #Hl1nil #Hl4nil
347            >Hl1cons in Hl1; >Hla
348            >Houtc1 >Htc #Hl1
349            >Hl4cons in Hl4; >Hlb #Hl4
350            >Hla1 >Hlb1 >Hl1nil >Hl4nil >Hx
351            cut (a0 = grid) [ @daemon ] #Ha0 <Ha <Ha0
352            normalize in ⊢ (??(??%?%)(??%?%)); >associative_append %
353           | * #Ha #Houtc1 >Houtc1 @eq_f3 //
354             >Hla >reverse_cons >associative_append @eq_f
355             >Hx whd in ⊢ (??%?); @eq_f whd in ⊢ (???%); @eq_f @eq_f
356             >Hlb >append_cons @eq_f2 // >(merge_config_append … Hlen2) %            
357           ]
358        ]
359     | (* c = null *)
360       * #Hc #Htc 
361       lapply (Hind (〈c0,false〉::ls) a a0 rs l1'' (〈null,false〉::l3) (reverse ? l4'') ????)
362       [  >Hl1cons in Hlen; >Hl4cons >length_append >commutative_plus normalize
363          #Hlen destruct (Hlen) @e0
364       | #x0 #Hx0 cases (memb_append STape ? [〈null,false〉] (l3@reverse ? l4'') … Hx0) -Hx0 #Hx0
365         [ >(memb_single … Hx0) %
366         | @Hl3l4nomarks cases (memb_append … Hx0) -Hx0 #Hx0
367           [ @memb_append_l1 //
368           | @memb_append_l2 >Hl4cons @memb_append_l1 // ]
369         ]
370       | >Hl1cons #x' #Hx0 @Hl1nomarks >Hl1cons @memb_cons //
371       | >Htc @eq_f3 // >associative_append % ] -Hind <Hl1cons <Hl4cons #Hind
372         lapply (Hind la bv ?? lb bg ??)
373           [ #x0 #Hx0 @Hl4bits >Hlb @memb_append_l1 //
374           | >Hlb in Hl4; normalize in ⊢ (%→?); #Hl4
375             @(inj_append_singleton_l1 ? l4 (〈grid,bg〉::lb) … Hl4)
376           | #x0 #Hx0 @Hl1bits >Hla @memb_cons //
377           | >Hla in Hl1; normalize in ⊢ (%→?); #Hl1
378             destruct (Hl1) // ] -Hind *
379           (* by IH, we proceed by cases, whether a = comma 
380              (consequently several lists = []) or not *)          
381           [ * #Ha #Houtc1 >Hl1cons in Hl1; >Hla
382            >Houtc1 >Htc #Hl1
383            >Hl4cons in Hl4; >Hlb #Hl4
384            cut (la = [] ∧ lb = [] ∧ l1'' = [] ∧ l4'' = []) 
385            [@daemon] * * * #Hla1 #Hlb1 #Hl1nil #Hl4nil
386            >Hla1 >Hlb1 >Hl1nil >Hl4nil >Hc
387            cut (a0 = grid) [ @daemon ] #Ha0 <Ha <Ha0
388            normalize in ⊢ (??(??%?%)(??%?%)); >associative_append %
389           | * #Ha #Houtc1 >Houtc1 @eq_f3 //
390             >Hla >reverse_cons >associative_append @eq_f
391             >Hc whd in ⊢ (??%?); @eq_f whd in ⊢ (???%); @eq_f @eq_f
392             >Hlb >append_cons @eq_f2 // >(merge_config_append … Hlen2) %
393           ]
394        ]
395 ]]]
396 qed.
397
398 definition merge_char ≝ λc1,c2.
399   match c2 with
400   [ null ⇒ c1
401   | _ ⇒ c2 ].
402   
403 lemma merge_cons : 
404   ∀c1,c2,conf1,conf2.
405   merge_config (〈c1,false〉::conf1) (〈c2,false〉::conf2) = 
406     〈merge_char c1 c2,false〉::merge_config conf1 conf2.
407 #c1 #c2 #conf1 #conf2 normalize @eq_f2 //
408 cases c2 /2/
409 qed.
410
411 lemma merge_config_c_nil : 
412   ∀c.merge_config c [] = [].
413 #c cases c normalize //
414 qed.
415
416 axiom reverse_merge_config :
417   ∀c1,c2.|c1| = |c2| → reverse ? (merge_config c1 c2) = 
418     merge_config (reverse ? c1) (reverse ? c2).        
419
420 definition copy
421 ≝ 
422   seq STape (move_l …) (seq ? (adv_to_mark_l … (is_marked ?))
423    (seq ? (clear_mark …) (seq ? (adv_to_mark_r … (is_marked ?)) (clear_mark …)))).
424
425 (*
426    s0, s1 = caratteri di testa dello stato
427    c0 = carattere corrente del nastro oggetto
428    c1 = carattere in scrittura sul nastro oggetto
429    
430    questa dimostrazione sfrutta il fatto che 
431    merge_config (l0@[c0]) (l1@[c1]) = l1@[merge_char c0 c1] 
432    se l0 e l1 non contengono null
433 *)
434
435 definition R_copy ≝ λt1,t2.
436   ∀ls,s0,s1,c0,c1,rs,l1,l3,l4.
437   t1 = midtape STape (l3@〈grid,false〉::〈c0,false〉::l4@〈s0,true〉::ls) 〈s1,true〉 (l1@〈c1,false〉::〈comma,false〉::rs) → 
438   no_marks l1 → no_marks l3 → no_marks l4 → |l1| = |l4| → 
439   only_bits (l4@[〈s0,true〉]) → only_bits (〈s1,true〉::l1) → 
440   bit_or_null c0 = true → bit_or_null c1 = true → 
441   t2 = midtape STape (〈c1,false〉::reverse ? l1@〈s1,false〉::l3@〈grid,false〉::
442                       〈merge_char c0 c1,false〉::reverse ? l1@〈s1,false〉::ls)
443        〈comma,false〉 rs.
444
445 axiom sem_copy : Realize ? copy R_copy.