Theorems · Definition · logic and foundations
Turing.PartrecToTM2.trList
List ℕ → List Turing.PartrecToTM2.Γ'
Lists are translated with a cons after each encoded number.
For example:
``
[] = []
[0] = [cons]
[1] = [bit1, cons]
[6, 0] = [bit0, bit1, bit1, cons, cons]
``
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 49 from the axioms · uses propext, Quot.sound
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.
- Turing.PartrecToTM2.Γ'statement · cited by 83
Cited by12
Results whose statement or proof uses this declaration.
- Turing.PartrecToTM2.TrCfgproof · cited by 5
- Turing.PartrecToTM2.trList_ne_consₗstatement and proof · cited by 3
- Turing.PartrecToTM2.trNormal_respectsstatement and proof · cited by 2
- Turing.PartrecToTM2.haltproof · cited by 2
- Turing.PartrecToTM2.initproof · cited by 2
- Turing.PartrecToTM2.pred_okstatement and proof · cited by 1
- Turing.PartrecToTM2.succ_okstatement · cited by 1
- Turing.PartrecToTM2.head_main_okstatement and proof · cited by 1
- Turing.PartrecToTM2.head_stack_okstatement and proof · cited by 1
- Turing.PartrecToTM2.tr_ret_respectsstatement and proof · cited by 1
- Turing.PartrecToTM2.trLList.eq_defstatement and proof · cited by 0
- Turing.PartrecToTM2.trList.eq_defstatement and proof · cited by 0