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
Currently it's represented by nat, which is the theoretical-mathematics version of a natural number, but it would be better to use N, the binary version, since we're never doing mathematical induction on it and it would save silly work converting between the two.
Currently it's represented by
nat, which is the theoretical-mathematics version of a natural number, but it would be better to useN, the binary version, since we're never doing mathematical induction on it and it would save silly work converting between the two.