Mathlib Map

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
Assumes
EncodableDecidable

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.