let X be Subset of CQC-WFF ; :: thesis: for f, g being FinSequence of [:CQC-WFF ,Proof_Step_Kinds :] st f is_a_proof_wrt X & g is_a_proof_wrt X holds
f ^ g is_a_proof_wrt X

let f, g be FinSequence of [:CQC-WFF ,Proof_Step_Kinds :]; :: thesis: ( f is_a_proof_wrt X & g is_a_proof_wrt X implies f ^ g is_a_proof_wrt X )
assume that
A1: f is_a_proof_wrt X and
A2: g is_a_proof_wrt X ; :: thesis: f ^ g is_a_proof_wrt X
A3: f <> {} by A1, Def5;
thus f ^ g <> {} by A3; :: according to CQC_THE1:def 5 :: thesis: for n being Element of NAT st 1 <= n & n <= len (f ^ g) holds
f ^ g,n is_a_correct_step_wrt X

let n be Element of NAT ; :: thesis: ( 1 <= n & n <= len (f ^ g) implies f ^ g,n is_a_correct_step_wrt X )
assume that
A4: 1 <= n and
A5: n <= len (f ^ g) ; :: thesis: f ^ g,n is_a_correct_step_wrt X
A6: now end;
thus f ^ g,n is_a_correct_step_wrt X by A6; :: thesis: verum