let n be non zero Element of NAT ; for f being PartFunc of REAL,(REAL n)
for h being PartFunc of REAL,(REAL-NS n)
for x being Real st h = f holds
diff (f,x) = diff (h,x)
let f be PartFunc of REAL,(REAL n); for h being PartFunc of REAL,(REAL-NS n)
for x being Real st h = f holds
diff (f,x) = diff (h,x)
let h be PartFunc of REAL,(REAL-NS n); for x being Real st h = f holds
diff (f,x) = diff (h,x)
let x be Real; ( h = f implies diff (f,x) = diff (h,x) )
ex g being PartFunc of REAL,(REAL-NS n) st
( f = g & diff (f,x) = diff (g,x) )
by Def2;
hence
( h = f implies diff (f,x) = diff (h,x) )
; verum