theorem IMeet:   :: Lemma 3.4. (I /\)
  x "/\" x = x
  proof
    thus x "/\" x = x "/\" (x "\/" x) by ISum
      .= x by LATTICES:def 9;
  end;
