Skip to content

Fix broken L∞ norm LaTeX in onnx-parity-proof - #1

Draft
sultanAalyami with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-latex-equation-formatting
Draft

Fix broken L∞ norm LaTeX in onnx-parity-proof#1
sultanAalyami with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-latex-equation-formatting

Conversation

Copilot AI commented Apr 23, 2026

Copy link
Copy Markdown

The formal statement in paper/onnx-parity-proof.md contained a malformed LaTeX norm expression — /| instead of \| — causing the L∞ inequality to render as raw broken syntax rather than the intended mathematical notation.

Change

  • paper/onnx-parity-proof.md: Replaced leading /| with \| to form a valid \|...\|_{\infty} norm expression.
-/| f_{pt}(\mathbf{x}) - f_{ox}(\mathbf{x}) \|_{\infty} < \epsilon
+\| f_{pt}(\mathbf{x}) - f_{ox}(\mathbf{x}) \|_{\infty} < \epsilon

Agent-Logs-Url: https://github.com/sbay-dev/sarmadAi/sessions/979fa8b8-efb6-41f3-9ee8-673e1c8ab3d4

Co-authored-by: sultanaalyami <12185541+sultanaalyami@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants