Locutusque commited on
Commit
4a9949e
1 Parent(s): c725fa0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -14,6 +14,9 @@ inference:
14
  top_k: 7
15
  max_new_tokens: 250
16
  repetition_penalty: 1.15
 
 
 
17
  ---
18
  # Training
19
  This model was trained on two datasets, shown in this model page.
 
14
  top_k: 7
15
  max_new_tokens: 250
16
  repetition_penalty: 1.15
17
+ widget:
18
+ - text: >-
19
+ TITLE: Dirichlet density QUESTION [5 upvotes]: How to solve the following exercise: Let $q$ be prime. Show that the set of primes p for which $p \equiv 1\pmod q$ and $$2^{(p-1)/q} \equiv 1 \pmod p$$ has Dirichlet density $\dfrac{1}{q(q-1)}$. I want to show that $X^q-2$ (mod $p$) has a solution and $q$ divides $p-1$ , these two conditions are simultaneonusly satisfied iff p splits completely in $\Bbb{Q}(\zeta_q,2^{\frac{1}{q}})$. $\zeta_q $ is primitive $q^{th}$ root of unity. If this is proved the I can conclude the result by Chebotarev density theorem. REPLY [2 votes]:
20
  ---
21
  # Training
22
  This model was trained on two datasets, shown in this model page.