Theorems · Theorem · logic and foundations
Turing.ToPartrec.Code.fix_eval
∀ (f : Turing.ToPartrec.Code), f.fix.eval = PFun.fix fun v => Part.map (fun v => if v.headI = 0 then Sum.inl v.tail else Sum.inr v.tail) (f.eval v)
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PFunstatement · cited by 207
- Turing.ToPartrec.Codestatement and proof · cited by 83
- Part.mapstatement and proof · cited by 65
- List.headIstatement and proof · cited by 42
- Turing.ToPartrec.Code.evalstatement and proof · cited by 23
- PFun.fixstatement and proof · cited by 16
Cited by1
Results whose statement or proof uses this declaration.
- Turing.ToPartrec.Code.exists_codeproof · cited by 0