You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define Model.toTail as RootedModel and fill its sorries
- Change toTail return type from Model to RootedModel (κ ⊕ ℕ∞) α, folding
the root (.inr ⊤) into the structure; fix r : M.World (was broken M.root)
- root field: .inr ⊤ relates to every other world via lt_top_iff_ne_top
- IsTrans / Std.Irrefl instances for the tail relation
- toTail.tail_isChain via exact_mod_cast
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments