9.2. Glossary
The paper and the Lean development do not share names, and several of the paper's own terms are coinages that occur nowhere in its four background references. Each term below is glossed at first use in the chapter that introduces it; this table collects them. The Lean names behind each term are on the linked node, whose panel carries their signatures and source links.
Term | Introduced at | Meaning |
|---|---|---|
equivalent, congruent, locally rigid | equal lengths on the edges, equal distances on every pair, and congruence of every equivalent placement near enough; the Euclidean vocabulary the geometric roots are stated in, with no counterpart in the paper | |
regular placement, generic placement | a placement at which the rigidity operator attains the graph's maximum rank, and one that is regular for every simple graph on the vertex set at once; the second is the formalization's generic, and it asserts nothing about algebraic independence of the coordinates | |
continuous motion, continuously rigid | a continuous path of placements along which every edge keeps its length, with no differentiability assumed, and a placement from which every such path stays congruent to it | |
provenance flag | the formalization's name for the paper's collinearity flag: a support triple with a distinguished missing edge and an auxiliary vertex | |
terminals |
the support triple | |
missing terminal edge |
the distinguished missing edge | |
ghost vertex |
the auxiliary vertex | |
live vertices, live edges | the vertices and edges of the base graph, as opposed to the ghost vertices and the completion edges | |
completion |
the simultaneous completion | |
outside, private, shared vertices |
the partition of the live vertices by support multiplicity: outside
( | |
payment, payment failure |
the local bound | |
semismallness budget |
the subtraction-free form | |
virtual response edge | an absent edge whose direction row already lies in the row space; the paper's certified response edge, without the sparsity clause | |
direction rows, direction stress | the field-extension form (1.4) of the rigidity matrix, and its self-stress space over the coefficient field | |
grounded | a root vertex fixed at the origin, removing the translations and nothing else; the paper's coinage, and not the pinned framework of Király and Tanigawa (2019), which fixes points completely | |
twist |
an element of | |
null cellule | the module family's name for the pair of conditions on a twist assignment: pairwise distinct, and null on every selected edge; not checked against a primary source | |
Nixon–Owen reduction |
the construction moves for |
Two conventions of the development are worth stating once. Every declaration
lives under the namespace root RB31E2E, and every module under the library
root RB31EndToEnd/; the reverse index below is organized by that module
tree. And the paper's flags, graphs and fields appear in Lean with exact
types rather than as subsets of a fixed universe: deletion and flag
registration change the vertex type, and sparsity is transported along the
inclusion at every step.