reserve Y for non empty set;
reserve Y for non empty set;
reserve Y for non empty set;
reserve Y for non empty set,
  a,b,c,d,e,f,g for Function of Y,BOOLEAN;
reserve Y for non empty set;

theorem
  for a,b,c being Function of Y,BOOLEAN holds (a 'imp' c)=I_el(Y)
  & (b 'imp' c)=I_el(Y) implies (a '&' b) 'imp' c = I_el(Y)
proof
  let a,b,c be Function of Y,BOOLEAN;
  (a 'imp' c)=I_el(Y) & (b 'imp' c)=I_el(Y) implies (a '&' b) 'imp' (c '&'
  c)=I_el(Y) by tt;
  hence thesis;
end;
