let B be set ; for R being Rule
for P, P1, P2 being Formula-sequence
for n being Nat st n in dom P & P ^ P1,n is_a_correct_step_wrt B,R holds
P ^ P2,n is_a_correct_step_wrt B,R
let R be Rule; for P, P1, P2 being Formula-sequence
for n being Nat st n in dom P & P ^ P1,n is_a_correct_step_wrt B,R holds
P ^ P2,n is_a_correct_step_wrt B,R
let P, P1, P2 be Formula-sequence; for n being Nat st n in dom P & P ^ P1,n is_a_correct_step_wrt B,R holds
P ^ P2,n is_a_correct_step_wrt B,R
let n be Nat; ( n in dom P & P ^ P1,n is_a_correct_step_wrt B,R implies P ^ P2,n is_a_correct_step_wrt B,R )
assume that
A1:
n in dom P
and
A2:
P ^ P1,n is_a_correct_step_wrt B,R
; P ^ P2,n is_a_correct_step_wrt B,R
A3:
P . n = (P ^ P2) . n
by A1, FINSEQ_1:def 7;
P . n = (P ^ P1) . n
by A1, FINSEQ_1:def 7;