theorem
  m + {$}P = m
proof
  now
    let p;
    assume p in P;
    then ({$}P).p = 0 by Lm1;
    hence m.p = m.p + ({$}P).p;
  end;
  hence thesis by Def4;
end;
