let scalar1, scalar2 be Function of [:(REAL n),(REAL n):],REAL; :: thesis: ( ( for x, y being Element of REAL n holds scalar1 . (x,y) = Sum (mlt (x,y)) ) & ( for x, y being Element of REAL n holds scalar2 . (x,y) = Sum (mlt (x,y)) ) implies scalar1 = scalar2 )
assume that
A2: for x, y being Element of REAL n holds scalar1 . (x,y) = Sum (mlt (x,y)) and
A3: for x, y being Element of REAL n holds scalar2 . (x,y) = Sum (mlt (x,y)) ; :: thesis: scalar1 = scalar2
for x, y being Element of REAL n holds scalar1 . (x,y) = scalar2 . (x,y)
proof
let x, y be Element of REAL n; :: thesis: scalar1 . (x,y) = scalar2 . (x,y)
scalar1 . (x,y) = Sum (mlt (x,y)) by A2;
hence scalar1 . (x,y) = scalar2 . (x,y) by A3; :: thesis: verum
end;
hence scalar1 = scalar2 ; :: thesis: verum