inductive
definition
def or abbrev
ReachN
show as:
view Lean formalization →
formal statement (Lean)
9inductive ReachN {α} (K : Kinematics α) : Nat → α → α → Prop
10| zero {x} : ReachN K 0 x x
11| succ {n x y z} : ReachN K n x y → K.step y z → ReachN K (n+1) x z
used by (29)
-
ballP_subset_inBall -
reach_mem_ballP -
inBall -
Reaches -
reaches_of_reachN -
reach_in_ball -
reach_le_in_ball -
ReachN -
ballP_subset_inBall -
inBall -
Reaches -
reaches_of_reachN -
reach_in_ball -
reach_le_in_ball -
reach_mem_ballP -
ReachN -
cone_bound_export -
inBall -
Reaches -
unique_on_reachN -
cone_bound -
cone_bound_saturates -
ReachN -
reach_rad_le -
reach_time_eq -
diff_const_on_ReachN -
diff_in_deltaSub -
increment_on_ReachN -
T4_unique_on_reachN