Mathlib Map

Theorems · Definition · logic and foundations

Turing.TM1to1.trTape

{Γ : Type u_1} →
  {n : ℕ} →
    {enc : Γ → List.Vector Bool n} →
      [inst : Inhabited Γ] → enc default = List.Vector.replicate n false → Turing.Tape Γ → Turing.Tape Bool

The low level tape corresponding to the given tape over alphabet Γ.

Defined in
Mathlib.Computability.TuringMachine.PostTuringMachine
Cited by
2 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Inhabited

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.

Cited by3

Results whose statement or proof uses this declaration.