Generic relation lemmas for the boundedness corollaries (issue #12, step 6 layer 1) #
Pure order-theoretic consequences of the raw positive conclusion RelPreserving, with no
model extraction involved:
RelPreserving.injective_of_irreflexive— the derived injectivity corollary (issue precision note: injectivity is not part of the raw theorem, it is a corollary under irreflexivity of the interpreted relation);RelPreserving.descending— the negative rationals give an infinite strictly descending sequence through the interpreted relation;not_relPreserving_of_wellFounded— hence no relation-preserving map fromℚexists into a structure whose interpreted relation is well-founded (viaWellFounded.has_min; no strict-order hypotheses, soRelEmbedding.natGTis deliberately not used).
Derived injectivity: a relation-preserving map from ℚ into a structure whose
interpreted relation is irreflexive is injective — if q < r collided, preservation would
put the collision point below itself.
The descending sequence: the negative rationals turn a relation-preserving map into an infinite strictly descending sequence for the interpreted relation.
A well-founded relation admits no infinite descending sequence (direct, via
WellFounded.has_min — no strict-order hypotheses on the relation).
No relation-preserving map into a well-founded relation: the target of the step-5 theorem can never have a well-founded interpreted relation.