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
C05_Elementary_Number_Theory.S03_Infinitely_Many_Primes.primes_infinite uses Nat.factorial (n + 1) instead of Nat.factorial n. This is both inconsistent with the text and makes the proof a little more complicated than necessary.
The text was updated successfully, but these errors were encountered:
C05_Elementary_Number_Theory.S03_Infinitely_Many_Primes.primes_infinite
usesNat.factorial (n + 1)
instead ofNat.factorial n
. This is both inconsistent with the text and makes the proof a little more complicated than necessary.The text was updated successfully, but these errors were encountered: