let A be non empty Subset of GRZ-formula-set; for R being GRZ-rule
for P, P1, P2 being GRZ-formula-sequence
for n being Element of NAT st n in dom P & P ^ P1,n is_a_correct_step_wrt A,R holds
P ^ P2,n is_a_correct_step_wrt A,R
let R be GRZ-rule; for P, P1, P2 being GRZ-formula-sequence
for n being Element of NAT st n in dom P & P ^ P1,n is_a_correct_step_wrt A,R holds
P ^ P2,n is_a_correct_step_wrt A,R
let P, P1, P2 be GRZ-formula-sequence; for n being Element of NAT st n in dom P & P ^ P1,n is_a_correct_step_wrt A,R holds
P ^ P2,n is_a_correct_step_wrt A,R
let n be Element of NAT ; ( n in dom P & P ^ P1,n is_a_correct_step_wrt A,R implies P ^ P2,n is_a_correct_step_wrt A,R )
assume that
A1:
n in dom P
and
A2:
P ^ P1,n is_a_correct_step_wrt A,R
; P ^ P2,n is_a_correct_step_wrt A,R
A3:
P . n = (P ^ P1) . n
by A1, FINSEQ_1:def 7;
A4:
P . n = (P ^ P2) . n
by A1, FINSEQ_1:def 7;