Theorems · Definition · logic and foundations
Encodable.decodeSum
{α : Type u_1} → {β : Type u_2} → [Encodable α] → [Encodable β] → ℕ → Option (α ⊕ β)Explicit decoding function for the sum of two encodable types.
- Defined in
- Mathlib.Logic.Encodable.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext
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.decodeproof · cited by 77
- Nat.boddproof · cited by 37
- Nat.div2proof · cited by 25
Cited by2
Results whose statement or proof uses this declaration.
- Encodable.decode_ge_twoproof · cited by 0
- Encodable.decode_sum_valstatement · cited by 0