theorem Th6:
  for G being Group, A1 being Subset of G holds
  A1 = the set of all [.a,b.] where
    a is Element of G, b is Element of G implies G` = gr A1
proof
  let G be Group, A1 be Subset of G;
  assume
A1: A1 = the set of all [.a,b.] where a is Element of G, b is Element of G;
  A1 = commutators G
  proof
    thus A1 c= commutators G
    proof
      let x be object;
      assume x in A1;
      then ex a,b being Element of G st x = [.a,b.] by A1;
      hence thesis by GROUP_5:58;
    end;
    let x be object;
    assume x in commutators G;
    then ex a,b being Element of G st x = [.a,b.] by GROUP_5:58;
    hence thesis by A1;
  end;
  hence thesis by GROUP_5:72;
end;
