Theorems · Theorem · logic and foundations
Partrec.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 : α → γ →. σ},
Computable f → Partrec₂ g → Partrec₂ h → Partrec fun a => Sum.casesOn (f a) (g a) (h a)- Defined in
- Mathlib.Computability.RE
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- Partstatement · cited by 325
- PFunstatement and proof · cited by 207
- Computablestatement and proof · cited by 80
- Part.mapproof · cited by 65
- Partrecstatement · cited by 48
- Partrec₂statement and proof · cited by 20
- Partrec.of_eqproof · cited by 19
- Computable.to₂proof · cited by 17
- Computable.constproof · cited by 16
- Partrec.to₂proof · cited by 9
- Computable.sumCasesOnproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.