Theorems · Theorem · logic and foundations
Turing.ListBlank.map_modifyNth
∀ {Γ : Type u_1} {Γ' : Type u_2} [inst : Inhabited Γ] [inst_1 : Inhabited Γ'] (F : Turing.PointedMap Γ Γ') (f : Γ → Γ)
(f' : Γ' → Γ'),
(∀ (x : Γ), F.f (f x) = f' (F.f x)) →
∀ (n : ℕ) (L : Turing.ListBlank Γ),
Turing.ListBlank.map F (Turing.ListBlank.modifyNth f n L) =
Turing.ListBlank.modifyNth f' n (Turing.ListBlank.map F L)- Defined in
- Mathlib.Computability.TuringMachine.Tape
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.ListBlankstatement and proof · cited by 68
- Turing.ListBlank.consproof · cited by 31
- Turing.ListBlank.tailproof · cited by 27
- Turing.ListBlank.headproof · cited by 27
- Turing.PointedMapstatement and proof · cited by 24
- Turing.PointedMap.fstatement and proof · cited by 24
- Turing.ListBlank.mapstatement and proof · cited by 19
- Turing.ListBlank.modifyNthstatement and proof · cited by 6
- Turing.ListBlank.tail_mapproof · cited by 4
- Turing.ListBlank.head_mapproof · cited by 4
- Turing.ListBlank.map_consproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Turing.TM2to1.addBottom_modifyNthproof · cited by 1