theorem ThNormSubFamResIsNorm:
  for I being set
  for J being Subset of I
  for F being normal Subgroup-Family of I,G
  holds F|J is normal Subgroup-Family of J,G
proof
  let I be set;
  let J be Subset of I;
  let F be normal Subgroup-Family of I,G;
  for i being object st i in J holds (F|J).i is normal Subgroup of G
  proof
    let i be object;
    assume A1: i in J;
    then A2: F.i is normal Subgroup of G by Def18;
    dom (F|J) = J by PARTFUN1:def 2;
    hence (F|J).i is normal Subgroup of G by A1,A2,FUNCT_1:47;
  end;
  hence F|J is normal Subgroup-Family of J,G by Def18;
end;
