Class MetamathImporter

java.lang.Object
org.episteme.core.mathematics.loaders.logic.MetamathImporter
All Implemented Interfaces:
ResourceIO<Map<String,Object>>, ResourceReader<Map<String,Object>>, FormalSystemImporter

public class MetamathImporter extends Object implements FormalSystemImporter
Importer for Metamath database files (.mm).

Parses Metamath databases and extracts:

  • Constants ($c statements)
  • Variables ($v statements)
  • Axioms ($a statements)
  • Provable statements ($p statements)

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)