let m be non zero Element of NAT ; :: thesis: for k being Element of NAT
for X being non empty Subset of (REAL m)
for f, g being PartFunc of (REAL m),REAL st f is_continuously_differentiable_up_to_order k,X & g is_continuously_differentiable_up_to_order k,X & X is open holds
f + g is_continuously_differentiable_up_to_order k,X

let k be Element of NAT ; :: thesis: for X being non empty Subset of (REAL m)
for f, g being PartFunc of (REAL m),REAL st f is_continuously_differentiable_up_to_order k,X & g is_continuously_differentiable_up_to_order k,X & X is open holds
f + g is_continuously_differentiable_up_to_order k,X

let X be non empty Subset of (REAL m); :: thesis: for f, g being PartFunc of (REAL m),REAL st f is_continuously_differentiable_up_to_order k,X & g is_continuously_differentiable_up_to_order k,X & X is open holds
f + g is_continuously_differentiable_up_to_order k,X

let f, g be PartFunc of (REAL m),REAL; :: thesis: ( f is_continuously_differentiable_up_to_order k,X & g is_continuously_differentiable_up_to_order k,X & X is open implies f + g is_continuously_differentiable_up_to_order k,X )
assume A1: ( f is_continuously_differentiable_up_to_order k,X & g is_continuously_differentiable_up_to_order k,X & X is open ) ; :: thesis: f + g is_continuously_differentiable_up_to_order k,X
A2: dom (f + g) = (dom f) /\ (dom g) by VALUED_1:def 1;
for I being non empty FinSequence of NAT st len I <= k & rng I c= Seg m holds
(f + g) `partial| (X,I) is_continuous_on X
proof end;
hence f + g is_continuously_differentiable_up_to_order k,X by A2, A1, PDIFF_9:85, XBOOLE_1:19; :: thesis: verum