let x, y be non empty homogeneous quasi_total PartFunc of [:A,B:] * ,[:A,B:]; :: thesis: ( dom x = (arity f1) -tuples_on [:A,B:] & ( for h being FinSequence of [:A,B:] st h in dom x holds
x . h = [(f1 . (pr1 h)),(f2 . (pr2 h))] ) & dom y = (arity f1) -tuples_on [:A,B:] & ( for h being FinSequence of [:A,B:] st h in dom y holds
y . h = [(f1 . (pr1 h)),(f2 . (pr2 h))] ) implies x = y )
assume that
A26:
dom x = (arity f1) -tuples_on [:A,B:]
and
A27:
for h being FinSequence of [:A,B:] st h in dom x holds
x . h = [(f1 . (pr1 h)),(f2 . (pr2 h))]
and
A28:
dom y = (arity f1) -tuples_on [:A,B:]
and
A29:
for h being FinSequence of [:A,B:] st h in dom y holds
y . h = [(f1 . (pr1 h)),(f2 . (pr2 h))]
; :: thesis: x = y
hence
x = y
by A26, A28, PARTFUN1:34; :: thesis: verum