Theorems · Definition · logic and foundations
Encodable.fintypeArrow
(α : Type u_2) → (β : Type u_3) → [DecidableEq α] → [Fintype α] → [Encodable β] → Trunc (Encodable (α → β))
When α is finite and β is encodable, α → β is encodable too. Because the encoding is not
unique, we wrap it in Trunc to preserve computability.
- Defined in
- Mathlib.Logic.Encodable.Pi
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqFintypeEncodable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivproof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Fintype.cardproof · cited by 1,386
- Equiv.reflproof · cited by 274
- Encodablestatement and proof · cited by 140
- Truncstatement · cited by 39
- Equiv.arrowCongrproof · cited by 20
- Trunc.mapproof · cited by 3
- Encodable.ofEquivproof · cited by 2
- Fintype.truncEquivFinproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Encodable.fintypePiproof · cited by 0