Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small error in the latex example #54

Open
ouboub opened this issue Oct 24, 2024 · 4 comments
Open

small error in the latex example #54

ouboub opened this issue Oct 24, 2024 · 4 comments

Comments

@ouboub
Copy link

ouboub commented Oct 24, 2024

Hi
this is a very minor thing but

\begin{theorem}[Smale 1958]
  \label{thm:sphere_eversion}
  \lean{sphere_eversion}
  \leanok
  \uses{def:immersion}
  There is a homotopy of immersions of $𝕊^2$ into $ℝ^3$ from the inclusion map to
  the antipodal map $a : q ↦ -q$.
\end{theorem}
  
\begin{proof}
  \leanok
  \uses{thm:open_ample, lem:open_ample_immersion}
  This obviously follows from what we did so far.
\end

should be

\begin{theorem}[Smale 1958]
  \label{thm:sphere_eversion}
  \lean{sphere_eversion}
  \leanok
  \uses{def:immersion}
  There is a homotopy of immersions of $𝕊^2$ into $ℝ^3$ from the inclusion map to
  the antipodal map $a : q ↦ -q$.
\end{theorem}
  
\begin{proof}
  \leanok
  \uses{thm:open_ample, lem:open_ample_immersion}
  This obviously follows from what we did so far.
\end{proof}
@utensil
Copy link
Contributor

utensil commented Oct 24, 2024

For others reading this issue, the issue spotted here seems to be that the \end{proof} was typed as \end.

@ouboub
Copy link
Author

ouboub commented Oct 26, 2024

For others reading this issue, the issue spotted here seems to be that the \end{proof} was typed as \end.

I copied that example from https://github.com/PatrickMassot/leanblueprint

So the errors is theirs, and still, persists, I recommend correcting it on that page

@utensil
Copy link
Contributor

utensil commented Oct 26, 2024

You are welcome to send a PR~

@ouboub
Copy link
Author

ouboub commented Oct 26, 2024

You are welcome to send a PR~

Done

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

No branches or pull requests

2 participants