theorem Th13:
  InnAut G c= Aut G
  proof
    let q be object;
    assume q in InnAut G;
    then consider f be Element of InnAut G such that
A1: f = q;
    f is Element of Aut G by Th12;
    hence q in Aut G by A1;
  end;
