Theorems · Theorem · logic and foundations
Primrec.sumCasesOn
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable β]
[inst_2 : Primcodable γ] [inst_3 : Primcodable σ] {f : α → β ⊕ γ} {g : α → β → σ} {h : α → γ → σ},
Primrec f → Primrec₂ g → Primrec₂ h → Primrec fun a => Sum.casesOn (f a) (g a) (h a)- Defined in
- Mathlib.Computability.Primrec.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Encodable.encodeproof · cited by 118
- mul_div_cancel_left₀proof · cited by 111
- Primrec₂statement and proof · cited by 93
- Primrec.compproof · cited by 80
- Encodable.decodeproof · cited by 77
- Primrec.of_eqproof · cited by 50
- Nat.boddproof · cited by 37
- Encodable.encodekproof · cited by 27
- Primrec.encode_iffproof · cited by 18
- Nat.bodd_succproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- Primrec.list_getElem?proof · cited by 7