FOUND-08 (reflexivity): every sequence is a prefix of itself.
theorem
CordialMiners.found_08_prefix_comparable
{α : Type u_1}
{l₁ l₂ l : List α}
(h₁ : l₁ <+: l)
(h₂ : l₂ <+: l)
:
FOUND-08 (comparability): two prefixes of a common sequence are themselves prefix-comparable. This is the core of output stability: if two correct miners' ordered outputs are each a prefix of the same limit ordering, then one output is a prefix of the other, so they never disagree on a published position.