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

norm_cast タクティクを紹介する #592

Closed
Seasawher opened this issue Aug 6, 2024 · 2 comments · Fixed by #876
Closed

norm_cast タクティクを紹介する #592

Seasawher opened this issue Aug 6, 2024 · 2 comments · Fixed by #876
Assignees

Comments

@Seasawher
Copy link
Member

Seasawher commented Aug 6, 2024

このタクティクはなんと論文も出ている。

https://arxiv.org/abs/2001.10594

@Seasawher
Copy link
Member Author

レイリーの定理の過程でこのタクティクが活躍する場面があった。

    -- `x` と `m + n` はともに自然数なので、これは矛盾である。
    have : False := by
      /-
      x m n : ℕ
      left : ↑x < ↑m + ↑n
      right : ↑m + ↑n < ↑x + 1
      ⊢ False
      -/
      norm_cast at left right
      omega

@Seasawher
Copy link
Member Author

age

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant