reserve G for Group,
  a,b for Element of G,
  m, n for Nat,
  p for Prime;

theorem
  for G being strict finite Group st G is p-group &
  expon (G,p) = 1 holds G is p-commutative-group
proof
  let G be strict finite Group;
  assume
A1: G is p-group & expon (G,p) = 1;
  then G is cyclic by Th25;
  hence thesis by A1;
end;
