Mathlib Map

Theorems · Theorem · logic and foundations

PrimrecPred.exists_mem_list

∀ {α : Type u_1} {p : α → Prop} [inst : Primcodable α], PrimrecPred p → PrimrecPred fun L => ∃ a ∈ L, p a

Checking if any element of a list satisfies a decidable predicate is primitive recursive.

Defined in
Mathlib.Computability.Primrec.List
Cited by
1 results in Mathlib
Foundations
Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Primcodable

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.