Theorems · Theorem · logic and foundations
Encodable.encodeList.eq_def
∀ {α : Type u_1} [inst : Encodable α] (x : List α),
Encodable.encodeList x =
match x with
| [] => 0
| a :: l => (Nat.pair (Encodable.encode a) (Encodable.encodeList l)).succ- Defined in
- Mathlib.Logic.Equiv.List
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses no axioms
- Assumes
- Encodable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Encodablestatement and proof · cited by 140
- Encodable.encodestatement and proof · cited by 118
- Nat.pairstatement and proof · cited by 62
- Encodable.encodeListstatement and proof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.