reserve L for Boolean non empty RelStr;
reserve a,b,c,d for Element of L;

theorem
  (a\b)\c = a\(b"\/"c)
proof
  thus (a\b)\c = a"/\"('not' b"/\"'not' c) by LATTICE3:16
    .= a\(b"\/"c) by Th36;
end;
