set ZR = [#] REAL;
Lm1:
the carrier of (REAL-NS 1) = REAL 1
by REAL_NS1:def 4;
reconsider jj = 1 as Element of REAL by XREAL_0:def 1;
Lm2:
( dom (proj (1,1)) = REAL 1 & rng (proj (1,1)) = REAL & ( for x being Element of REAL holds
( (proj (1,1)) . <*x*> = x & ((proj (1,1)) ") . x = <*x*> ) ) )
definition
let n be non
zero Element of
NAT ;
let f be
PartFunc of
(REAL-NS n),
REAL;
let x be
Point of
(REAL-NS n);
existence
ex b1 being Function of (REAL-NS n),REAL ex g being PartFunc of (REAL n),REAL ex y being Element of REAL n st
( f = g & x = y & b1 = diff (g,y) )
uniqueness
for b1, b2 being Function of (REAL-NS n),REAL st ex g being PartFunc of (REAL n),REAL ex y being Element of REAL n st
( f = g & x = y & b1 = diff (g,y) ) & ex g being PartFunc of (REAL n),REAL ex y being Element of REAL n st
( f = g & x = y & b2 = diff (g,y) ) holds
b1 = b2
;
end;