Theorems · Theorem · logic and foundations
PrimrecRel.decide
∀ {α : Type u_1} {β : Type u_2} [inst : Primcodable α] [inst_1 : Primcodable β] {R : α → β → Prop}
[inst_2 : DecidableRel R], PrimrecRel R → Primrec₂ fun a b => decide (R a b)- Defined in
- Mathlib.Computability.Primrec.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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₂statement · cited by 93
- PrimrecRelstatement and proof · cited by 22
- PrimrecPred.decideproof · cited by 3
Cited by6
Results whose statement or proof uses this declaration.
- Primrec.eqproof · cited by 12
- Primrec.beqproof · cited by 4
- Nat.Partrec'.to_partproof · cited by 2
- PrimrecRel.listFilterproof · cited by 2
- PrimrecPred.listFilter_listRangeproof · cited by 0
- primrecRel_iff_primrec_decideproof · cited by 0