%@ page language="java" contentType="text/html" %>
<%-- Include common initialisation code --%>
<%@ include file="/arch/common.jsp" %>
<%-- The current tab --%>
<% String currentTab = "Research"; %>
<%-- Content of navigation pane --%>
<%@ include file="nav.jsp" %>
<% showCurrentLink=true; %>
<%-- Current navigation location --%>
<% String currentNav = "Reports and Theses"; %>
<%-- Include the code for the document header --%>
<%@ include file="/arch/header.jsp" %>
Research Report CS-RR-253
<%-- Include the code for the lines and navigation --%>
<%@ include file="/arch/middle.jsp" %>
H. Koizumi, A. Maruoka and M.S. Paterson,
Consistency of Natural Relations on Sets
(October 1, 1993).
Abstract
Five natural relations for sets, such as inclusion, disjointness,
intersection, etc., are introduced in terms of the emptiness of the
subsets defined by Boolean combinations of the sets. Let N denote
{1,2,...,n} and (N 2) denote {(i,j) | i,j in N and i < j}. A function mu
on (N 2) specifies one of these relations for each pair of indices. Then
mu is said to be "consistent on" M, a subset of N, if and only if there
exists a collection of sets corresponding to indices in M such that
the relations specified by mu hold between each associated pair of the
sets. In this paper it is proved that if mu is consistent on all subsets
of N of size three then mu is consistent on N. Furthermore, conditions
that make mu consistent on a subset of size three are given explicitly.
Download
cs-rr-253.ps.gz
<%-- Include the code for the document footer --%>
<%@ include file="/arch/footer.jsp" %>