Theorems · Theorem · logic and foundations
Encodable.skolem
∀ {α : Type u_1} {β : α → Type u_2} {P : (x : α) → β x → Prop} [(a : α) → Encodable (β a)]
[(x : α) → (y : β x) → Decidable (P x y)], (∀ (x : α), ∃ y, P x y) ↔ ∃ f, ∀ (x : α), P x (f x)A constructive version of Classical.skolem for Encodable types.
- Defined in
- Mathlib.Logic.Encodable.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.axiom_of_choiceproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.