Theorems · Theorem · logic and foundations
Primrec.ite
∀ {α : Type u_1} {σ : Type u_3} [inst : Primcodable α] [inst_1 : Primcodable σ] {c : α → Prop}
[inst_2 : DecidablePred c] {f g : α → σ},
PrimrecPred c → Primrec f → Primrec g → Primrec fun a => if c a then f a else g a- Defined in
- Mathlib.Computability.Primrec.Basic
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 82 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
- Primrec.condproof · cited by 7
- PrimrecPred.decideproof · cited by 3
Cited by9
Results whose statement or proof uses this declaration.
- Nat.Partrec.ppredproof · cited by 4
- Primrec.listFilterproof · cited by 2
- PrimrecRel.listFilterproof · cited by 2
- Primrec.nat_findGreatestproof · cited by 1
- Primrec.option_guardproof · cited by 1
- Primcodable.mem_range_encodeproof · cited by 0
- PrimrecPred.listFilter_listRangeproof · cited by 0
- Primrec.nat_maxproof · cited by 0
- Primrec.nat_minproof · cited by 0