reserve n for Nat,
  k for Integer;

theorem Th8:
  n is odd implies (-1)|^n = -1
proof
  (-1)|^n = (-1) to_power n by POWER:41;
  hence thesis by FIB_NUM2:2;
