Theorems · Theorem · logic and foundations
Partrec.sumCasesOn_right
∀ {α : 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 → Computable₂ g → Partrec₂ h → Partrec fun a => Sum.casesOn (f a) (fun b => Part.some (g a b)) (h a)- Defined in
- Mathlib.Computability.Partrec
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Part.somestatement and proof · cited by 111
- Computablestatement and proof · cited by 80
- Part.mapproof · cited by 65
- Partrecstatement and proof · cited by 48
- Computable₂statement and proof · cited by 32
- Computable.compproof · cited by 31
- Part.map_someproof · cited by 27
- Computable.sndproof · cited by 21
- Partrec₂statement and proof · cited by 20
Cited by3
Results whose statement or proof uses this declaration.
- Partrec.sumCasesOn_leftproof · cited by 1
- Partrec.sumCasesOnproof · cited by 0
- Partrec.fixproof · cited by 0