Theorems · Theorem · logic and foundations
PrimrecRel.forall_mem_list
∀ {α : Type u_1} {β : Type u_2} {R : α → β → Prop} [inst : Primcodable α] [inst_1 : Primcodable β],
PrimrecRel R → PrimrecRel fun L b => ∀ a ∈ L, R a bIf R a b is decidable, then given L : List α and b : β, g L b ↔ ∀ a L, R a b
is a primitive recursive relation.
- 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
- PrimcodablePrimcodable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- Primrec.compproof · cited by 80
- Primrec.fstproof · cited by 58
- PrimrecRelstatement and proof · cited by 22
- PrimrecRel.compproof · cited by 17
- Primrec.eqproof · cited by 12
- Primrec.list_lengthproof · cited by 7
- PrimrecRel.of_eqproof · cited by 4
- PrimrecRel.listFilterproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- PrimrecRel.forall_ltproof · cited by 0