About Theorem.chat
Theorem.chat takes a mathematical claim and tries to settle it. You state the claim, and the standard it has to meet. A panel of AI models — as many as you want, from whichever vendors you want — attacks it, and one more model referees. Then the argument is formalised in Lean 4 against Mathlib, and the Lean kernel decides whether it is proved. That last step is the product.
Per què un nucli, i no un altre model
Ask a model a hard question and you get a fluent answer whether or not it is right. Ask several and they often agree, which feels like corroboration and is not: models share training data and share blind spots. A second model checking the first is still the same kind of judgement, and it can be talked round. The Lean kernel cannot. It either derives the statement from the axioms and Mathlib, or it does not, and confidence has no effect on the outcome.
The usual ways to fake a formal proof are checked for and refused. A proof that leaves a hole with sorry, one that appeals to native_decide to make the kernel take a computation on trust, or one that quietly introduces a new axiom, is detected and rejected rather than counted as a success.
Què pot fer el plafó en realitat
Arguing is the cheap part. The panel works with the literature — arXiv, OpenAlex, Crossref — so a known result is cited rather than re-derived badly. It has SageMath and PARI/GP for computation, Z3 and CVC5 for SMT solving, OEIS lookup for identifying a sequence it has constructed, and a sandboxed Python environment with no network access. A conjecture can be tested against ten thousand cases before anyone spends a round trying to prove it, and a counterexample ends the discussion immediately.
Proves, no eloqüència
No es pot detectar cap coincidència en qualitat d' argument. La petició es descomprimeix en els criteris d' acceptació, i un criteri només s' estableix quan alguna cosa darrere d' aquesta es pot tornar a comprovar per una tercera part: una font amb el pas citat rellevant, o codi que s' ha executat amb la seva sortida real. El codi que es torna a comprovar que les proves de si mateix abans de governar, i no pot declarar que el coincidència ha finalitzat mentre que un criteri encara està obert.
Heu establert la barra
L' estàndard és vostre per escollir, i el populare la manté literalment. Demaneu per què un expert acurat acceptaria i ho aconseguiu. Demaneu un argument descompte complet amb cada suposició va declarar i se us entén en contra d' això. Demanar- vos una submissió de la barra, i el resultat honest és normalment un compte precís d' on el plafó va caure curt i que val més que una certa confiança que s' hauria de comprovar de totes maneres.
Per a ser clar: això no és una màquina que soluciona problemes oberts. És una màquina que rebutja deixar que un argument s' estigui establert quan no, i això us diu exactament quin pas ha fallat.
Una formalització ha fallat és la sortida útilName
Quan Lean no tanqui la prova, obtens l' objectiu exacte que queda. En la pràctica és gairebé sempre el lloc on l' argument informal estava a mà, el pas que tots llegeixen la versió del darrere hauria fet el cap. Aquest objectiu és lliurar a qualsevol lloc el millor seient que l' hagi intentat atacar, juntament amb el que ja s' ha provat, i res més. Models thrash quan estan encallats, descansar- se a tot el cost; passar una pregunta específica en lloc de passar per una fracció de fitxes.
Una llarga feina sobreviu
Cada lemma el plafó estableix un llibre compartit amb la seva prova, així que els resultats s' escriuen una vegada i mai es tornen a registrar, i els límits morts es grauen de manera que ningú no hi torna. Coincideix amb l' execució del servidor i pausa el vèrtex sobre el pressupost, en una adquisició, o perquè vas tancar la pestanya BWUWUN i reprendre exactament on van parar.
El que això no és per a
Theorem is a deductive word. This site is built for mathematics, logic, theoretical computer science, theoretical physics and economic theory — fields where a claim is settled by proof. Empirical questions in biology, medicine, chemistry or the social sciences do not produce theorems, they produce findings, and no amount of formalisation will decide them. Our sister site referee.chat runs the same panel-and-referee process without the Lean step, for exactly those questions.