Theorems · Theorem · logic and foundations
Encodable.decode_ofEquiv
∀ {α : Type u_3} {β : Type u_4} [inst : Encodable α] (e : β ≃ α) (n : ℕ),
Encodable.decode n = Option.map (⇑e.symm) (Encodable.decode n)- Defined in
- Mathlib.Logic.Encodable.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
- Assumes
- Encodable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Equivstatement and proof · cited by 8,337
- Equiv.symmstatement and proof · cited by 3,681
- Encodablestatement and proof · cited by 140
- Encodable.decodestatement and proof · cited by 77
- Encodable.ofEquivstatement · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Encodable.decode_prod_valproof · cited by 8
- Denumerable.ofEquiv_ofNatproof · cited by 7