You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- `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
このタクティクはなんと論文も出ている。
https://arxiv.org/abs/2001.10594
The text was updated successfully, but these errors were encountered: