Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion LeanBlockCourse26/P06_Mathlib/S01_PrimeTheorem.lean
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ theorem infinitude_of_primes_tfae : [

tfae_have 2 → 3 := by sorry -- Arthur

tfae_have 1 → 2 := by sorry -- Onat
tfae_have 1 → 2 := by -- Onat
intro h
exact { not_finite := h }

tfae_have 1 → 6 := by sorry -- Bohdan

Expand Down
Loading