Chop Logic Core - v1.6.0
    Preparing search index...

    Represents a complete proof in Hilbert-style calculus. Manages a sequence of proof steps where the final step is the goal formula. Each step can be an axiom, premise, or derived from previous steps.

    Index

    Constructors

    Methods

    • Reiterates (repeats) a previously proved step. Allows referring to a formula from an earlier step in the proof.

      Parameters

      • fromIndex: number

        The index of the step to reiterate (1-based)

      • Optionalcomment: string

        Optional explanation for the reiteration

      Returns PropProofStep

      The added reiteration step

      if the step index is invalid