theorem IMeet:   :: Lemma 2.3. (11)
  x "/\" x = x
  proof
    thus x "/\" x = (x "\/" x) "/\" x by ISum
      .= x by DefA2;
  end;
