NoPropSameDReps
- *Informally*. If there are no governance proposals in the
`GovState`{.AgdaFunction} of , then the `activeDReps`{.AgdaField} of
in `Epoch`{.AgdaDatatype} are the same as the
`activeDReps`{.AgdaField} of in the next epoch.
- *Formally*.
prop≡∅⇒activeDReps-const : Epoch → (es es' : NewEpochState) → Type prop≡∅⇒activeDReps-const e es es' = GovStateOf es ≡ [] → activeDReps e es ≡ᵉ activeDReps (sucᵉ e) es'- *Proof*. *To appear* (in the module of the [formal ledger repository](\repourl)).