Theorems · Theorem · logic and foundations
Turing.ListBlank.flatMap_mk
∀ {Γ : Type u_1} {Γ' : Type u_2} [inst : Inhabited Γ] [inst_1 : Inhabited Γ'] (l : List Γ) (f : Γ → List Γ')
(hf : ∃ n, f default = List.replicate n default),
(Turing.ListBlank.mk l).flatMap f hf = Turing.ListBlank.mk (List.flatMap f l)- Defined in
- Mathlib.Computability.TuringMachine.Tape
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.ListBlankstatement · cited by 68
- Turing.ListBlank.mkstatement · cited by 22
- Turing.ListBlank.flatMapstatement · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.