let X be Subset of MC-wff; :: thesis: for f, g being FinSequence of [:MC-wff,Proof_Step_Kinds_IPC:] st f is_a_proof_wrt_IPC X & g is_a_proof_wrt_IPC X holds
f ^ g is_a_proof_wrt_IPC X

let f, g be FinSequence of [:MC-wff,Proof_Step_Kinds_IPC:]; :: thesis: ( f is_a_proof_wrt_IPC X & g is_a_proof_wrt_IPC X implies f ^ g is_a_proof_wrt_IPC X )
assume that
A1: f is_a_proof_wrt_IPC X and
A2: g is_a_proof_wrt_IPC X ; :: thesis: f ^ g is_a_proof_wrt_IPC X
thus f ^ g <> {} by A1; :: according to INTPRO_2:def 4 :: thesis: for n being Nat st 1 <= n & n <= len (f ^ g) holds
f ^ g,n is_a_correct_step_wrt_IPC X

let n be Nat; :: thesis: ( 1 <= n & n <= len (f ^ g) implies f ^ g,n is_a_correct_step_wrt_IPC X )
assume that
A3: 1 <= n and
A4: n <= len (f ^ g) ; :: thesis: f ^ g,n is_a_correct_step_wrt_IPC X
now :: thesis: f ^ g,n is_a_correct_step_wrt_IPC Xend;
hence f ^ g,n is_a_correct_step_wrt_IPC X ; :: thesis: verum