
theorem
  for F being Function, i being set st i in dom F holds meet F c= F.i
proof
  let F be Function, i be set;
  assume
A1: i in dom F;
  let x be object;
  assume x in meet F;
  hence thesis by A1,FUNCT_6:25,RELAT_1:38;
end;
