Mathlib Map

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] ``

Defined in
Mathlib.Computability.TuringMachine.ToPartrec
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.

Cited by12

Results whose statement or proof uses this declaration.