Theorems · Theorem · logic and foundations
Computation.le_stable
∀ {α : Type u} (s : Computation α) {a : α} {m n : ℕ}, m ≤ n → ↑s m = some a → ↑s n = some a- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Stream'statement and proof · cited by 205
- Computationstatement and proof · cited by 182
Cited by1
Results whose statement or proof uses this declaration.
- Computation.mem_uniqueproof · cited by 15