joshuarauh commited on
Commit
85c5e0d
·
verified ·
1 Parent(s): 7e2e0e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -592,6 +592,10 @@ STRICT REQUIREMENTS:
592
  - When using supremum/infimum, explain why it behaves as expected under limits, differentiation, or integration. Provide explicit justification that the supremum argument does not introduce discontinuities.
593
  - If you conclude certain terms vanish in a limit, clearly justify why
594
  - If you state that a function has a certain property, such as being Riemann integrable or compact or uniformly continuous for example, clearly explain why
 
 
 
 
595
  - Conclude with a brief intuitive explanation of why the result makes sense, possibly by connecting it to known theorems or simple examples.
596
  - In notes after the proof, if you observe aspects of the problem that might confuse students, address them."""
597
 
 
592
  - When using supremum/infimum, explain why it behaves as expected under limits, differentiation, or integration. Provide explicit justification that the supremum argument does not introduce discontinuities.
593
  - If you conclude certain terms vanish in a limit, clearly justify why
594
  - If you state that a function has a certain property, such as being Riemann integrable or compact or uniformly continuous for example, clearly explain why
595
+ - When using limit substitutions, explicitly justify why the transformation is valid and preserves the limit structure.
596
+ - If verifying differentiability, explicitly state why continuity at that point is necessary and how it connects to the derivative’s existence."
597
+ - When proving differentiability or continuity, confirm whether the function behaves symmetrically for positive and negative values approaching the given point. If necessary, compute left-hand and right-hand derivatives."
598
+ - After completing a major step (e.g., computing a limit or verifying continuity), briefly explain why that step matters in the overall proof structure."
599
  - Conclude with a brief intuitive explanation of why the result makes sense, possibly by connecting it to known theorems or simple examples.
600
  - In notes after the proof, if you observe aspects of the problem that might confuse students, address them."""
601