theorem
  1 (#) H = H
  proof
    now
      let n be Element of NAT;
      thus (1 (#) H).n = 1 (#) H.n by Def1
      .= H.n by VFUNCT_1:18;
    end;
    hence thesis by FUNCT_2:63;
  end;
