Theorems · Definition · logic and foundations
Nat.Partrec.Code.casesOn
{motive : Nat.Partrec.Code → Sort u} →
(t : Nat.Partrec.Code) →
motive Nat.Partrec.Code.zero →
motive Nat.Partrec.Code.succ →
motive Nat.Partrec.Code.left →
motive Nat.Partrec.Code.right →
((a a_1 : Nat.Partrec.Code) → motive (a.pair a_1)) →
((a a_1 : Nat.Partrec.Code) → motive (a.comp a_1)) →
((a a_1 : Nat.Partrec.Code) → motive (a.prec a_1)) →
((a : Nat.Partrec.Code) → motive a.rfind') → motive t- Defined in
- Mathlib.Computability.PartrecCode
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.Partrec.Codestatement and proof · cited by 66
Cited by7
Results whose statement or proof uses this declaration.
- Nat.Partrec.Code.primrec_evalnproof · cited by 3
- Nat.Partrec.Code.brecOn.eqproof · cited by 2
- Nat.Partrec.Code.evaln_boundproof · cited by 1
- Nat.Partrec.Code.ctorIdxproof · cited by 0
- Nat.Partrec.Code.noConfusionproof · cited by 0
- Nat.Partrec.Code.noConfusionTypeproof · cited by 0
- Nat.Partrec.Code.ctorElimproof · cited by 0