back to index Equations Inline Footnotes open import 1Lab.Prelude open import Meta.Invariant module StringLab.Data.Dec where private variable ℓ : Level A B : Type ℓ open import Data.Dec public Misc. results about decidability🔗 Decidability is stable under equivalence. Equiv→Dec : B ≃ A → Dec A → Dec B Equiv→Dec f d? = invmap (Equiv.from f) (Equiv.to f) d?