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)
10def ballP (K : Kinematics α) (x : α) : Nat → α → Prop
11| 0, y => y = x
12| Nat.succ n, y => ballP K x n y ∨ ∃ z, ballP K x n z ∧ K.step z y
13
used by (11)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (12)
Lean names referenced from this declaration's body.
-
Kinematics
in IndisputableMonolith.Causality.Basic
decl_use
-
ballP
in IndisputableMonolith.Causality.ConeBound
decl_use
-
Kinematics
in IndisputableMonolith.Causality.ConeBound
decl_use
-
ballP
in IndisputableMonolith.Causality.Reach
decl_use
-
Kinematics
in IndisputableMonolith.Causality.Reach
decl_use
-
step
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
-
K
in IndisputableMonolith.Constants
decl_use
-
K
in IndisputableMonolith.Constants.LambdaRecDerivation
decl_use
-
succ
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
Kinematics
in IndisputableMonolith.LedgerUniqueness
decl_use
-
Kinematics
in IndisputableMonolith.LightCone.StepBounds
decl_use
-
succ
in IndisputableMonolith.RRF.Core.Vantage
decl_use