let K be Skew-Field; :: thesis: ( id K is antiisomorphism iff K is Field )
set J = id K;
A1: now
assume A2: K is Field ; :: thesis: id K is antiisomorphism
A3: for x, y being Scalar of K holds (id K) . (x * y) = ((id K) . y) * ((id K) . x)
proof
let x, y be Scalar of K; :: thesis: (id K) . (x * y) = ((id K) . y) * ((id K) . x)
A4: (id K) . y = y by FUNCT_1:18;
( (id K) . (x * y) = x * y & (id K) . x = x ) by FUNCT_1:18;
hence (id K) . (x * y) = ((id K) . y) * ((id K) . x) by A2, A4, GROUP_1:def 12; :: thesis: verum
end;
(id K) . (1_ K) = 1_ K by Lm6;
hence id K is antiisomorphism by A3, Th28; :: thesis: verum
end;
now
assume A5: id K is antiisomorphism ; :: thesis: K is Field
for x, y being Scalar of K holds x * y = y * x
proof
let x, y be Scalar of K; :: thesis: x * y = y * x
A6: (id K) . y = y by FUNCT_1:18;
( (id K) . (x * y) = x * y & (id K) . x = x ) by FUNCT_1:18;
hence x * y = y * x by A5, A6, Th28; :: thesis: verum
end;
hence K is Field by GROUP_1:def 12; :: thesis: verum
end;
hence ( id K is antiisomorphism iff K is Field ) by A1; :: thesis: verum