let m, n be non zero Nat; :: thesis: for i being Nat
for f being PartFunc of (REAL m),(REAL n)
for g being PartFunc of (REAL-NS m),(REAL-NS n)
for Z being set st f = g holds
( f is_partial_differentiable_on Z,i iff g is_partial_differentiable_on Z,i )

let i be Nat; :: thesis: for f being PartFunc of (REAL m),(REAL n)
for g being PartFunc of (REAL-NS m),(REAL-NS n)
for Z being set st f = g holds
( f is_partial_differentiable_on Z,i iff g is_partial_differentiable_on Z,i )

let f be PartFunc of (REAL m),(REAL n); :: thesis: for g being PartFunc of (REAL-NS m),(REAL-NS n)
for Z being set st f = g holds
( f is_partial_differentiable_on Z,i iff g is_partial_differentiable_on Z,i )

let g be PartFunc of (REAL-NS m),(REAL-NS n); :: thesis: for Z being set st f = g holds
( f is_partial_differentiable_on Z,i iff g is_partial_differentiable_on Z,i )

let Z be set ; :: thesis: ( f = g implies ( f is_partial_differentiable_on Z,i iff g is_partial_differentiable_on Z,i ) )
assume A1: f = g ; :: thesis: ( f is_partial_differentiable_on Z,i iff g is_partial_differentiable_on Z,i )
hereby :: thesis: ( g is_partial_differentiable_on Z,i implies f is_partial_differentiable_on Z,i ) end;
assume A5: g is_partial_differentiable_on Z,i ; :: thesis: f is_partial_differentiable_on Z,i
then A6: ( Z c= dom g & ( for y being Point of (REAL-NS m) st y in Z holds
g | Z is_partial_differentiable_in y,i ) ) ;
now :: thesis: for x being Element of REAL m st x in Z holds
f | Z is_partial_differentiable_in x,i
end;
hence f is_partial_differentiable_on Z,i by A1, A6; :: thesis: verum