Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,8 +17,7 @@ def llm_response(text):
|
|
| 17 |
|
| 18 |
def theorem_prover(theorem):
|
| 19 |
theorem_llm = llm_response(f'''You are an advanced mathematical reasoning model specializing in formal theorem proving. Your task is to analyze a given theorem,
|
| 20 |
-
determine the most appropriate proof strategy, and construct a rigorous proof
|
| 21 |
-
possible, identify gaps, suggest refinements, or provide counterexamples.
|
| 22 |
|
| 23 |
User Prompt:
|
| 24 |
Input:
|
|
|
|
| 17 |
|
| 18 |
def theorem_prover(theorem):
|
| 19 |
theorem_llm = llm_response(f'''You are an advanced mathematical reasoning model specializing in formal theorem proving. Your task is to analyze a given theorem,
|
| 20 |
+
determine the most appropriate proof strategy, and construct a rigorous proof. If a proof is not possible, identify gaps, suggest refinements, or provide counterexamples.
|
|
|
|
| 21 |
|
| 22 |
User Prompt:
|
| 23 |
Input:
|