let n be non zero Nat; for f being Function of (Tcircle ((0. (TOP-REAL (n + 1))),1)),(TOP-REAL n)
for x being Point of (Tcircle ((0. (TOP-REAL (n + 1))),1)) st f is without_antipodals holds
(f . x) - (f . (- x)) <> 0. (TOP-REAL n)
set TC4 = Tcircle ((0. (TOP-REAL (n + 1))),1);
let f be Function of (Tcircle ((0. (TOP-REAL (n + 1))),1)),(TOP-REAL n); for x being Point of (Tcircle ((0. (TOP-REAL (n + 1))),1)) st f is without_antipodals holds
(f . x) - (f . (- x)) <> 0. (TOP-REAL n)
let x be Point of (Tcircle ((0. (TOP-REAL (n + 1))),1)); ( f is without_antipodals implies (f . x) - (f . (- x)) <> 0. (TOP-REAL n) )
assume A1:
f is without_antipodals
; (f . x) - (f . (- x)) <> 0. (TOP-REAL n)
A2:
dom f = the carrier of (Tcircle ((0. (TOP-REAL (n + 1))),1))
by FUNCT_2:def 1;
reconsider y = - x as Point of (Tcircle ((0. (TOP-REAL (n + 1))),1)) by TOPREALC:60;
reconsider a = x, b = y as Point of (Tcircle ((0. (TOP-REAL (n + 1))),1)) ;
reconsider x1 = x as Point of (TOP-REAL (n + 1)) by PRE_TOPC:25;
assume A3:
(f . x) - (f . (- x)) = 0. (TOP-REAL n)
; contradiction
x1, - x1 are_antipodals_of 0. (TOP-REAL (n + 1)),1,f
hence
contradiction
by A1; verum