let m, n be non empty Element of NAT ; :: thesis: for i being Element of 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 Element of 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 ) ) by PDIFF_1:def 19;
now end;
hence f is_partial_differentiable_on Z,i by A1, A6, Def4; :: thesis: verum