Theorems · Theorem · logic and foundations
Primrec.subtype_mk
∀ {α : Type u_1} {β : Type u_2} [inst : Primcodable α] [inst_1 : Primcodable β] {p : β → Prop}
[inst_2 : DecidablePred p] {hp : PrimrecPred p} {f : α → β} {h : ∀ (a : α), p (f a)},
Primrec f → Primrec fun a => ⟨f a, ⋯⟩- Defined in
- Mathlib.Computability.Primrec.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- Primrecstatement and proof · cited by 141
- PrimrecPredstatement and proof · cited by 23
- Primcodable.subtypestatement · cited by 5
- Primrec.subtype_val_iffproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Primrec.ulower_downproof · cited by 1