B.2.4 undo, redo: Undo/Redo Proof CommandsB.2 Control CommandsB.2.2 quit: Leave Current ModeB.2.3 prev, next: Cycle Through Open Proof States

B.2.3 prev, next: Cycle Through Open Proof States

Synopsis

prev
next

Alternative Invocations

Applicable

In proving mode.

Description

All open proof states are internally organized in a list in an order as they are encountered by a depth-first left-to-right traversal of the proof tree. The command next switches the current state to its successor in the list (to the first state in the list, if the current state is the last one); the command prev switches the current state to its predecessor in the list (to the last state in the list, if the current state is the first one). Thus repeated applications of next respectively prev cycle through all open proof states.

Pragmatics

To quickly switch to an open state distant from the current one, use the command goto respectively double-click on the corresponding item in the visual representation of the proof tree.


Wolfgang Schreiner

B.2.4 undo, redo: Undo/Redo Proof CommandsB.2 Control CommandsB.2.2 quit: Leave Current ModeB.2.3 prev, next: Cycle Through Open Proof States