No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
9class BoundedStep (α : Type) (degree_bound : outParam Nat) where
10 step : α → α → Prop
11 neighbors : α → Finset α
12 step_iff_mem : ∀ x y, step x y ↔ y ∈ neighbors x
13 degree_bound_holds : ∀ x, (neighbors x).card ≤ degree_bound
14
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
-
BoundedStep
in IndisputableMonolith.Causality.BoundedStep
decl_use
-
ballP
in IndisputableMonolith.Causality.ConeBound
decl_use
-
SimpleTicks
in IndisputableMonolith.Recognition.ModelingExamples
decl_use
depends on (3)
Lean names referenced from this declaration's body.
-
BoundedStep
in IndisputableMonolith.Causality.BoundedStep
decl_use
-
step
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
-
neighbors
in IndisputableMonolith.Ethics.StakeGraph
decl_use