This question is motivated by this one : Show a specially defined matrix is positive definite.
Let us take it from the beginning.
Let $S=\{s_1,s_2,\cdots s_N\}$ be a finite set.
Let $E_k \ (k=1\cdots n)$ be a family of $n$ subsets of $S$ with any of the 3 cases $n<N, n=N, n>N$.
Let us consider the classical coding of a subset $S$ by a sequence $s \in \{0,1\}^N$ with
$$s(k)=1 \iff s_k \in S.$$
Let us first define matrix $C$ (like "Common") by its entries :
$$C_{ij}=|E_i \cap E_j|$$
(where |.| means "number of elements").
Proposition:: $C$ is psd (positive semi-definite).
Proof : $C=EE^T$ where the $i$th row of $E$ is the code of subset $E_i$ (as described above).
Let us now define a kind of normalized version of matrix $C$:
$$A_{ij}=\frac{|E_i \cap E_j|}{|E_i \cup E_j|}$$
Proposition : $A$ is psd.
Proof: see the nice answer by @kimchilover to the question mentionned at the beginning.
Actually, $A_{ij}$ has been given a name : it is called the "Jaccard index of ressemblence" between sets $E_i$ and $E_j$ (https://en.wikipedia.org/wiki/Jaccard_index); its computation is mentionned in (Jaccard index, matrix notation).
Matrix $A$, like matrix $B$, has also a certain number of properties.
Let us now introduce a third matrix $B$ with entries :
$$B_{ij}=\frac{1}{|E_i \cup E_j|}$$
A conjecture, based on numerical tests, is that $B$ is psd like $A$ and $B$.
See as well the interesting and dense answer by @darij grinberg.
Questions :
a) Has somebody valuable references about matrices $A, B$ and $C$ ? In particular about their spectrum, the fact that there is usually a very dominant eigenvalue with a certain interpretation of the dominant eigenvector, etc... ?
b) Are there connections with correlation matrices ?
c) Are there connections with some associated matrix graphs ?
Remark: Gower's distance is somewhat related. The original article of Gower "A general coefficient of similarity and some of its properties" J.C. Gower, Biometrics, 27, 857-74, Dec. 1971, can be found here.
Edit 1: A connection with neural networks.
Edit 2: "Jaccard index" has another name: "Tanimoto index", especially in chemistry applications.
Edit 3: (2023/01/31) In the case $E_k = [1,k]$ (closed integer interval), matrix $A$ is a Lehmer matrix