Skip to content

Commit

Permalink
Tran:WTFAcademy#60-2 Proofreading the second lecture on translation
Browse files Browse the repository at this point in the history
  • Loading branch information
buttonwild committed May 4, 2024
1 parent f153bc0 commit 7fb1ccc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Languages/en/02_Prime/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ tags:
---

# WTF zk Tutorial Lesson 2: Prime Number Basics

Welcome to the second tutorial of the WTF zk series! In this tutorial, we will explore the basics of prime numbers. Prime numbers play a crucial role in cryptography, making it essential to understand them for learning zero-knowledge proofs.
Welcome to the second lesson of the WTF zk tutorial series! In this tutorial, we will explore the basics of prime numbers. Prime numbers play a crucial role in cryptography, making it essential to understand them for learning zero-knowledge proofs.

## 1. Definition of Prime Numbers

Expand All @@ -30,7 +29,7 @@ $$

Here, 2, 3, and 7 are prime numbers, and this factorization is unique.

Prime number theorem: The number of prime numbers less than or equal to N is approximately $N/\ln{N}$, and there are infinitely many prime numbers.
Prime Number Theorem: The number of prime numbers less than or equal to N is approximately $N/\ln{N}$, and there are infinitely many prime numbers.

Proof:

Expand Down

0 comments on commit 7fb1ccc

Please sign in to comment.