:: deftheorem Def1 defines / RFUNCT_1:def 1 :
for f1, f2 being complex-valued Function
for b3 being Function holds
( b3 = f1 / f2 iff ( dom b3 = (dom f1) /\ ((dom f2) \ (f2 " {0})) & ( for c being object st c in dom b3 holds
b3 . c = (f1 . c) * ((f2 . c) ") ) ) );