- Boxes
- definitions
- Ellipses
- theorems and lemmas
- Blue border
- the statement of this result is ready to be formalized; all prerequisites are done
- Orange border
- the statement of this result is not ready to be formalized; the blueprint needs more work
- Blue background
- the proof of this result is ready to be formalized; all prerequisites are done
- Green border
- the statement of this result is formalized
- Green background
- the proof of this result is formalized
- Dark green background
- the proof of this result and all its ancestors are formalized
- Dark green border
- this is in Mathlib
For \(k \in \mathbb {N}\), \(X_{\le k}\) (below) filters genes with rank \(\le k\), and \(X_{{\gt} k}\) (above) filters genes with rank \({\gt} k\). We have \(X = X_{\le k} + X_{{\gt} k}\).
The signature of a gene \(g = (n, \varepsilon )\) is a pair \((a, b) \in \mathbb {Q} \times \mathbb {Q}\) defined by:
If \(\varepsilon = \mathtt{NonPolarized}\): \((a,b) = (n/2,\, n/2)\).
If \(\varepsilon = \mathtt{Positive}\): \((a,b) = (\lceil n/2 \rceil ,\, \lfloor n/2 \rfloor )\).
If \(\varepsilon = \mathtt{Negative}\): \((a,b) = (\lfloor n/2 \rfloor ,\, \lceil n/2 \rceil )\).
A gene type is one of three polarization types: \(\mathtt{NonPolarized}\), \(\mathtt{Positive}\), or \(\mathtt{Negative}\). There is a natural involution \(\varepsilon \mapsto -\varepsilon \) that swaps \(\mathtt{Positive}\) and \(\mathtt{Negative}\) and fixes \(\mathtt{NonPolarized}\).
Every chromosome decomposes as \(X = X_{\mathrm{odd}} + X_{\mathrm{even}}\) where \(X_{\mathrm{odd}}\) (resp. \(X_{\mathrm{even}}\)) collects genes of odd (resp. even) rank.
The five labeled varieties \(V_0, \ldots , V_4\) indexed by \(\mathrm{Fin}\, 5\) are:
\(V_0 = \mathrm{Pi}\)
\(V_1 = \mathrm{Mix}(\mathrm{Pi}, \mathrm{Lambda})\)
\(V_2 = \mathrm{Lambda}\)
\(V_3 = \mathrm{Mix}(\mathrm{Lambda}, \mathrm{Pi})\)
\(V_4 = \mathrm{Mix}(\mathrm{Lambda}, \mathrm{Lambda})\)
\((X')_{\mathrm{even}} = (X_{\mathrm{odd}})'\) and \((X')_{\mathrm{odd}} = (X_{\mathrm{even}})'\).
The components of the sigma sequence satisfy interlacing inequalities. If \(k\) is even, then \(b_X(k+1) \le a_X(k)\) and \(a_X(k+1) \le b_X(k)\). If \(k\) is odd, the inequalities are reversed.
For any \(X, Y \in \mathrm{Pi}\) with \(\mathrm{rank}(X) = \mathrm{rank}(Y) = n\) and \(Y \le X\), either \(X = Y\) or there exists a step mutation from \(X\) towards \(Y\): there exist \(X' \in \mathrm{Pi}\) with \(\mathrm{Step}(X, X')\) and \(Y \le X' {\lt} X\).