let H1, H2 be ManySortedFunction of B,A; ( ( for i being set st i in I holds
H1 . i = (F . i) " ) & ( for i being set st i in I holds
H2 . i = (F . i) " ) implies H1 = H2 )
assume that
A8:
for i being set st i in I holds
H1 . i = (F . i) "
and
A9:
for i being set st i in I holds
H2 . i = (F . i) "
; H1 = H2
hence
H1 = H2
by PBOOLE:3; verum