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
If you process the sentences one at a time, the proof state remains at 1 subgoal of True. It seems Admitted is being treated the same as Qed, which is to do nothing. This isn't quite correct, though - for Admitted clearly the proof state has changed, and in a nested proof the *goals* window should be updated to show the outer proof again even for a Qed.