Class ProofStep
java.lang.Object
org.episteme.core.mathematics.logic.proof.ProofStep
Represents a single step in a formal proof.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProofStep
Creates a new proof step.- Parameters:
formula- the formula asserted at this stepjustification- description of the justification (e.g., "Axiom", "Modus Ponens")premises- list of previous steps used as premises for this step
-
ProofStep
-
-
Method Details
-
getFormula
-
getJustification
-
getPremises
-
toString
-