Mathlib Map

Theorems · Definition · logic and foundations

StateTransition.eval

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

Run a state transition function σ → Option σ "to completion". The return value is the last state returned before a none result. If the state transition function always returns some, then the computation diverges, returning Part.none.

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

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.

Cited by21

Results whose statement or proof uses this declaration.