deffunc H5( Nat) -> Element of [:INT,INT,INT:] = In (H4($1),[:INT,INT,INT:]);
consider f being Function of NATPLUS,[:INT,INT,INT:] such that
A1:
for x being Element of NATPLUS holds f . x = H5(x)
from FUNCT_2:sch 4();
take
f
; for n being non zero Nat holds f . n = [(- 1),((- (5 * (n ^2))) - (2 * n)),((- (5 * n)) - 1)]
let n be non zero Nat; f . n = [(- 1),((- (5 * (n ^2))) - (2 * n)),((- (5 * n)) - 1)]
n in NATPLUS
by NAT_LAT:def 6;
hence f . n =
H5(n)
by A1
.=
H4(n)
;
verum