theorem Th33:
  D1 "/\" D2 = D2 "/\" D1
proof
  now
    let D1,D2;
    thus D1 "/\" D2 c= D2 "/\" D1
    proof
      let x be object;
      assume x in D1 "/\" D2;
      then ex p,q st x = p"/\"q & p in D1 & q in D2;
      hence thesis;
    end;
  end;
  hence D1 "/\" D2 c= D2 "/\" D1 & D2 "/\" D1 c= D1 "/\" D2;
end;
