let z2, z1 be Element of F_Complex ; :: thesis: ( z2 <> 0. F_Complex & ( z1 * z2 = 1. F_Complex or z2 * z1 = 1. F_Complex ) implies z1 = z2 " )
reconsider z1' = z1, z2' = z2 as Element of COMPLEX by Def1;
assume A1: z2 <> 0. F_Complex ; :: thesis: ( ( not z1 * z2 = 1. F_Complex & not z2 * z1 = 1. F_Complex ) or z1 = z2 " )
assume A2: ( z1 * z2 = 1. F_Complex or z2 * z1 = 1. F_Complex ) ; :: thesis: z1 = z2 "
per cases ( z1 * z2 = 1. F_Complex or z2 * z1 = 1. F_Complex ) by A2;
end;