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
Fill all remaining sorries in Composition/Correctness.lean
- Sorry at line 937 (isHalted): Use epF.pc_eq to show PC equals program length
- Sorry at line 942 (Steps): Unfold finalPhase so omega can see length equality
- Sorry at line 815 (existential): Provide witness using existing hSaveGPhases_steps/halted
- Sorry at line 667 (preservation): Use allGPhases_prefix_preserves_saved_inputs with
allGPhases_prefix_full to show gPhases preserves saved inputs at R[base+1..base+n]
Correctness.lean now compiles without sorries.
0 commit comments