Mathlib Map

Theorems · Definition · logic and foundations

StateTransition.Reaches

{σ : Type u_1} → (σ → Option σ) → σ → σ → Prop

The reflexive transitive closure of a state transition function. Reaches f a b means there is a finite sequence of steps f a = some a₁, f a₁ = some a₂, ... such that aₙ = b. This relation permits zero steps of the state transition function.

Defined in
Mathlib.Computability.StateTransition
Cited by
15 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms

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 by15

Results whose statement or proof uses this declaration.