Question 1. A binary relation on a set that is reflexive and symmetric is called a compatible relation. Let A be a set. A cover of A is a set of non-empty subsets of A, say {A1,A2,A3,…,An}, such that union of Ai's is equal to A. Suggest a way to define a compatible relation on A from a cover of A.
Solution. Let A={A1,A2,A3,…,An} be a cover of A, so that A=⋃i=1nAi. We define a binary relation ρA on A as follows:
(a,b)∈ρA⇔{a,b}⊆Ai
for some i=1,…,n. Let us show that ρA is compatible.
Reflexivity. Indeed, since A=⋃i=1nAi, then for any a∈A there is i=1,…,n such that a∈Ai. Consequently, {a,a}={a}⊆Ai and hence (a,a)∈ρA by the definition of ρA.
Symmetry. Take a,b∈A such that (a,b)∈ρA. We need to show that (b,a)∈ρA. By definition {a,b}⊆Ai for some i=1,…,n. But {b,a}={a,b}, so {b,a}⊆Ai. This exactly means that (b,a)∈ρA.