Theorems · Theorem · logic and foundations
Encodable.axiom_of_choice
∀ {α : Type u_1} {β : α → Type u_2} {R : (x : α) → β x → Prop} [(a : α) → Encodable (β a)]
[(x : α) → (y : β x) → Decidable (R x y)], (∀ (x : α), ∃ y, R x y) → ∃ f, ∀ (x : α), R x (f x)A constructive version of Classical.axiom_of_choice for Encodable types.
- Defined in
- Mathlib.Logic.Encodable.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext
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.choose_specproof · cited by 2
- Encodable.chooseproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Encodable.skolemproof · cited by 0