reserve G for Group;
reserve A,B for non empty Subset of G;
reserve N,H,H1,H2 for Subgroup of G;
reserve x,a,b for Element of G;
reserve N1,N2 for Subgroup of G;

theorem
  for N,N1,N2 be Subgroup of G st N = N1 /\ N2 holds N1 ` H /\ N2 ` H c= N ` H
proof
  let N,N1,N2 be Subgroup of G;
  assume N = N1 /\ N2; then
A1:N is Subgroup of N1 & N is Subgroup of N2 by GROUP_2:88;
  let x be object;
  assume x in N1 ` H /\ N2 ` H; then
A2: x in N1 ` H & x in N2 ` H by XBOOLE_0:def 4;
  N1 ` H c= N ` H & N2 ` H c= N ` H by A1,Th60;
  hence thesis by A2;
end;
