Worlds of the grafted model: the original worlds plus a chain of length k.
Equations
- RootedModel.graft.World M k = (M.World ⊕ Fin k)
Instances For
The rooted model obtained by grafting a chain of length k between the root and a
(root ≺ chain ≺ a and its cone): a "bone lengthening" construction. Hanging the chain
directly below the root keeps the rank of every world other than the root unchanged, so that
the height is exactly max M.height (a.rank + k + 1).
- [AB05, Lemma 12]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
Instances For
A chain starting from a non-root inl world stays inside inl and projects to a chain in M.
The length of a chain starting from a grafted world is bounded by i + 1 + a.rank.
The length of a chain starting from the root is bounded by max M.height (a.rank + k + 1).
Height formula: (M.graft a k).height = max M.height (a.rank + k + 1).
Note that Foundation's axiom boneLengthening.eq_height (claiming M.height + k)
is false in general when some other branch is higher; this max form holds exactly.
- [AB05, Lemma 12]
Main lemma (forcing-preservation): if a forces every axiom T instance for the boxed
subformulas of A, then for every subformula C of A, forcing at the grafted chain
worlds agrees with a, and forcing at the inl worlds agrees with the original model.
- [AB05, Lemma 12]