theorem
  for z be Complex, v be CRoot of 1,z holds v = z
proof
  let z be Complex, v be CRoot of 1,z;
  v|^ 1 = z by COMPTRIG:def 2;
  hence thesis;
end;
