let f, g be Function of (Topen_unit_circle c[-10]),(R^1 | (R^1 ].(1 / 2),(3 / 2).[)); ( ( for p being Point of (Topen_unit_circle c[-10]) ex x, y being Real st
( p = |[x,y]| & ( y >= 0 implies f . p = 1 + ((arccos x) / (2 * PI)) ) & ( y <= 0 implies f . p = 1 - ((arccos x) / (2 * PI)) ) ) ) & ( for p being Point of (Topen_unit_circle c[-10]) ex x, y being Real st
( p = |[x,y]| & ( y >= 0 implies g . p = 1 + ((arccos x) / (2 * PI)) ) & ( y <= 0 implies g . p = 1 - ((arccos x) / (2 * PI)) ) ) ) implies f = g )
assume that
A28:
for p being Point of (Topen_unit_circle c[-10]) ex x, y being Real st
( p = |[x,y]| & ( y >= 0 implies f . p = 1 + ((arccos x) / (2 * PI)) ) & ( y <= 0 implies f . p = 1 - ((arccos x) / (2 * PI)) ) )
and
A29:
for p being Point of (Topen_unit_circle c[-10]) ex x, y being Real st
( p = |[x,y]| & ( y >= 0 implies g . p = 1 + ((arccos x) / (2 * PI)) ) & ( y <= 0 implies g . p = 1 - ((arccos x) / (2 * PI)) ) )
; f = g
hence
f = g
; verum