When applied to theorems A1 |- t1 ==> t2 and A2 |- t1,
the inference rule MP returns the theorem A1 u A2 |- t2.
    A1 |- t1 ==> t2   A2 |- t1
   ----------------------------  MP
          A1 u A2 |- t2
    A1 |- ~t1     A2 |- t1
   ------------------------  MP
         A1 u A2 |- F