- Oct 03, 2022
-
-
Katja Goltsova authored
-
Katja Goltsova authored
Add tests for sequent parsing.
-
Katja Goltsova authored
Implement a parser for first order logic with equality and schematic functions/predicates using scallion.
-
Katja Goltsova authored
-
Katja Goltsova authored
-
Katja Goltsova authored
-
- Sep 29, 2022
-
-
SimonGuilloud authored
Require that PredicateFormula's and ConnectorFormula's args correspond to the label's arity
-
SimonGuilloud authored
-
SimonGuilloud authored
General grammatical updates for reference manual
-
- Sep 26, 2022
-
-
Viktor Kunčak authored
-
- Sep 25, 2022
-
-
Katja Goltsova authored
-
Katja Goltsova authored
-
Katja Goltsova authored
-
Katja Goltsova authored
-
Katja Goltsova authored
-
Katja Goltsova authored
-
Katja Goltsova authored
-
Katja Goltsova authored
-
Katja Goltsova authored
PeanoArithmetics contains the definitions and axioms of Peano arithmetics, PeanoArithmeticsLibrary gives access to lisa.utils.Library with runningPeanoTheory, Peano contains proofs of the theory. This separation follows the same structure as set theory.
-
Ekaterina Goltsova authored
-
Sankalp Gambhir authored
-
- Sep 19, 2022
-
-
Katja Goltsova authored
Analogous to the existing requirement in FunctionTerm.
-
- Sep 08, 2022
-
-
SimonGuilloud authored
Fix a broken link to the reference manual
-
- Sep 05, 2022
-
-
Katja Goltsova authored
-
- Sep 02, 2022
-
-
Sankalp Gambhir authored
-
Sankalp Gambhir authored
Signed-off-by:
Sankalp Gambhir <sankalp.gambhir47@gmail.com>
-
- Aug 28, 2022
-
-
SimonGuilloud authored
-
SimonGuilloud authored
-
- Aug 05, 2022
-
-
Katja Goltsova authored
Add utils to follow the path to an incorrect proof step and to create an error message from invalid proof judgement
-
Katja Goltsova authored
-
Katja Goltsova authored
-
- Aug 02, 2022
-
-
Katja Goltsova authored
-
- Jul 19, 2022
-
-
Katja Goltsova authored
-
SimonGuilloud authored
Now variables are always shown with a leading ? (except when following a binder)
-
SimonGuilloud authored
-
SimonGuilloud authored
-
SimonGuilloud authored
-
SimonGuilloud authored
Any work on top of current LISA release should be easily adaptable by: - Changing all instances of Arity 0 SchematicFunctionLabel by VariableLabel - Changing all instances of Arity 0 SchematicPredicateLabel by VariableFormulaLabel - Changing all matching on SchematicFunctionLabel by either VariableLabel, SchematicFunctionLabel or SchematicTermLabel, according to whether the arity should be =0, >0 or >=0. - Changing all instances of multiary SchematicPredicateLabel by SchematicNPredicateLabel - Removing the empty parenthesis () that where used to transform an Arity 0 label to a term or formula. Variables have the implicit conversion without the call.
-
SimonGuilloud authored
Changed the whole project to remove 0-arity schematic variables and replace them by variables. It compiles, but at least one proof doesn't go through.
-
- Jun 24, 2022
-
-
SimonGuilloud authored
Changed final class into sealed class for scala2 compiler
-