let IT1, IT2 be Element of NAT ; ( f . IT1 = b & m < IT1 & ( for i being Element of NAT st m < i & f . i = b holds
IT1 <= i ) & f . IT2 = b & m < IT2 & ( for i being Element of NAT st m < i & f . i = b holds
IT2 <= i ) implies IT1 = IT2 )
assume that
A7:
f . IT1 = b
and
A8:
m < IT1
and
A9:
for i being Element of NAT st m < i & f . i = b holds
IT1 <= i
and
A10:
f . IT2 = b
and
A11:
m < IT2
and
A12:
for i being Element of NAT st m < i & f . i = b holds
IT2 <= i
; IT1 = IT2
assume A13:
IT1 <> IT2
; contradiction