NFS: Neural Feedback System—a dynamical system where the control inputs are determined by a neural network
Reachability Analysis: A verification method that computes the set of all states a system can visit over time to check against safety properties
Backward Reachability: Computing the set of states that can (or must) reach a specific target set (like an unsafe region) by propagating dynamics backward in time
Polyhedral Enclosure: An abstraction technique that bounds a nonlinear function graph within a union of polyhedra (geometric shapes with flat sides) derived from a triangulation
Delaunay Triangulation: A geometric method for dividing a space into triangles (or simplices) such that no point lies inside the circumsphere of any triangle
Reach-Avoid Property: A safety specification requiring a system to eventually reach a goal state while avoiding unsafe states at all times
Forward Trajectory: The sequence of state sets reachable from an initial set by applying system dynamics forward in time
Preimage: The set of states from which the system can transition into a specific target set in one step
FaBRIC: Forward and Backward Reachability Integration for Certification—the proposed algorithm combining bidirectional analysis