Theorems · Theorem · logic and foundations
Encodable.decode_list_succ
∀ {α : Type u_1} [inst : Encodable α] (v : ℕ),
Encodable.decode v.succ =
(fun x1 x2 => x1 :: x2) <$> Encodable.decode (Nat.unpair v).1 <*> Encodable.decode (Nat.unpair v).2- Defined in
- Mathlib.Logic.Equiv.List
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- 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.decodestatement and proof · cited by 77
- Nat.unpairstatement and proof · cited by 67
- Encodable.decodeListproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.