let m, n be non empty Element of NAT ; :: thesis: for F being PartFunc of (REAL-NS m),(REAL-NS n)
for G being PartFunc of (REAL m),(REAL n)
for x being Point of (REAL-NS m)
for y being Element of REAL m st F = G & x = y holds
( F is_differentiable_in x iff G is_differentiable_in y )

let F be PartFunc of (REAL-NS m),(REAL-NS n); :: thesis: for G being PartFunc of (REAL m),(REAL n)
for x being Point of (REAL-NS m)
for y being Element of REAL m st F = G & x = y holds
( F is_differentiable_in x iff G is_differentiable_in y )

let G be PartFunc of (REAL m),(REAL n); :: thesis: for x being Point of (REAL-NS m)
for y being Element of REAL m st F = G & x = y holds
( F is_differentiable_in x iff G is_differentiable_in y )

let x be Point of (REAL-NS m); :: thesis: for y being Element of REAL m st F = G & x = y holds
( F is_differentiable_in x iff G is_differentiable_in y )

let y be Element of REAL m; :: thesis: ( F = G & x = y implies ( F is_differentiable_in x iff G is_differentiable_in y ) )
assume A1: ( F = G & x = y ) ; :: thesis: ( F is_differentiable_in x iff G is_differentiable_in y )
now end;
hence ( F is_differentiable_in x iff G is_differentiable_in y ) by A1, Def7; :: thesis: verum