Theorems · Theorem · logic and foundations
Primrec.list_findIdx
∀ {α : Type u_1} {β : Type u_2} [inst : Primcodable α] [inst_1 : Primcodable β] {f : α → List β} {p : α → β → Bool},
Primrec f → Primrec₂ p → Primrec fun a => List.findIdx (p a) (f a)- Defined in
- Mathlib.Computability.Primrec.List
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 92 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.
Cites13
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
- Primrec₂statement and proof · cited by 93
- Primrec.compproof · cited by 80
- Primrec.sndproof · cited by 66
- Primrec.fstproof · cited by 58
- Primrec.constproof · cited by 57
- Primrec₂.compproof · cited by 55
- Primrec.of_eqproof · cited by 50
- Primrec.to₂proof · cited by 37
- Primrec.succproof · cited by 12
- Primrec.condproof · cited by 7
Cited by3
Results whose statement or proof uses this declaration.
- Primrec.list_takeWhileproof · cited by 0
- Primrec.list_idxOfproof · cited by 0
- Primrec.list_dropWhileproof · cited by 0