theorem Th11:
  x in dom p & PP_or(p,q).x = FALSE implies p.x = FALSE
  proof
    assume that
A1: x in dom p and
A2: PP_or(p,q).x = FALSE;
    p.x <> TRUE by A1,A2,Def4;
    hence thesis by A1,Th3;
  end;
