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 BoolThe low level tape corresponding to the given tape over alphabet Γ.
- 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.
- List.Vectorstatement and proof · cited by 270
- Turing.Tapestatement and proof · cited by 50
- List.Vector.replicatestatement and proof · cited by 14
- Turing.TM1to1.trTape'proof · cited by 7
- Turing.Tape.right₀proof · cited by 7
- Turing.Tape.leftproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- Turing.TM1to1.trCfgproof · cited by 2
- Turing.TM1to1.trTape_mk'statement · cited by 1
- Turing.TM1to1.trTape.congr_simpstatement and proof · cited by 0