Class Proof
java.lang.Object
org.episteme.core.mathematics.logic.proof.Proof
Represents a formal proof consisting of a sequence of steps.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Proof
public Proof()
-
-
Method Details
-
addStep
-
getSteps
-
getConclusion
Returns the conclusion of the proof (the formula of the last step).- Returns:
- the conclusion, or null if the proof is empty
-