theorem Th95: b,c are_coprime implies not 3 divides b|^2 + c|^2
  proof
    assume
    A1: b,c are_coprime;
    2+1 divides b implies not 2+1 divides c by A1,Th94;
    hence thesis by Th91;
  end;
