Theorems · Theorem · logic and foundations
Encodable.decode_sigma_val
∀ {α : Type u_1} {γ : α → Type u_3} [inst : Encodable α] [inst_1 : (a : α) → Encodable (γ a)] (n : ℕ),
Encodable.decode n =
(Encodable.decode (Nat.unpair n).1).bind fun a => Option.map (Sigma.mk a) (Encodable.decode (Nat.unpair n).2)- Defined in
- Mathlib.Logic.Encodable.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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 · cited by 77
- Nat.unpairstatement · cited by 67
Cited by1
Results whose statement or proof uses this declaration.
- Denumerable.sigma_ofNat_valproof · cited by 7