Create a theorem object. Enter:
The library window should now look like
| Library |
| *C class_prop_begin *********** CLASS PROP **************** |
| *t dneg_elim |
| *t imp_elim |
| *t neg_imp_elim |
| *t neg_or_elim |
| *t neg_and_elim |
| *t pierce |
| *C class_prop_end *************************************** |
| *C user_begin ************** USER ***************** |
| ?t not_over_and [term] |
| *C user_end ************************************* |
View the theorem. Enter:
Nuprl opens up a proof editor window. The window should appear as:
| EDIT THM not_over_and |
| ? top |
| <main proof goal> |
Move the mouse cursor over into the new window, and click
. The
cursor in the ML-Top-Loopwindow vanishes, and a new cursor appears
in the proof window.
In general,
can be used to switch to different Nuprl windows.
Only one window at a time has a cursor. The window with the cursor
receives the input from keyboard strokes and mouse clicks. Often but
not always, this window is the same as the window containing the
mouse; there are a couple of keyboard commands which move the cursor
between windows without moving the mouse.
To Exit a proof window, use
C-Z
. This saves the proof and
closes the window.