deffunc H1( Element of CNS1) -> Element of REAL = ||.(f /. $1).||;
for f1, f2 being PartFunc of the carrier of CNS1,REAL st dom f1 = dom f & ( for c being Element of CNS1 st c in dom f1 holds
f1 . c = H1(c) ) & dom f2 = dom f & ( for c being Element of CNS1 st c in dom f2 holds
f2 . c = H1(c) ) holds
f1 = f2 from SEQ_1:sch 4();
hence for b1, b2 being PartFunc of the carrier of CNS1,REAL st dom b1 = dom f & ( for c being Point of CNS1 st c in dom b1 holds
b1 . c = ||.(f /. c).|| ) & dom b2 = dom f & ( for c being Point of CNS1 st c in dom b2 holds
b2 . c = ||.(f /. c).|| ) holds
b1 = b2 ; :: thesis: verum