
theorem Lemma1:
  for A being set holds
    {}, A, {} are_mutually_disjoint
  proof
    let A be set;
a1: {} /\ A = {};
    {} /\ {} = {};
    hence {}, A, {} are_mutually_disjoint by a1,XBOOLE_0:def 7;
  end;
