Invariant that the blockchain is redundant: definition, establishment, and preservation.
The state of each validator includes (their view of) the blockchain. This is initially empty, and gets extended, one or more blocks at a time, when anchors are committed. However, because of the stability properties of paths in the DAG, causal histories, etc., the full blockchain can always be recalculated from scratch, from the sequence of committed anchors and from the DAG. In other words, the blockchain state component is redundant.
Here we define the invariant, we prove that it holds in all initial states, and we prove that it is preserved by all transitions. Elsewhere we prove that the invariant holds in every reachable state.