Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca committed Jul 3, 2024
1 parent 669b5af commit 5728fda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FltRegular/NumberTheory/CyclotomicRing.lean
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ lemma exists_dvd_int (n : CyclotomicIntegers p) (hn : n ≠ 0) : ∃ m : ℤ, m
def powerBasis : PowerBasis ℤ (CyclotomicIntegers p) :=
AdjoinRoot.powerBasis' (cyclotomic.monic _ _)

@[simp]
lemma powerBasis_gen : (powerBasis p).gen = zeta p := rfl

lemma powerBasis_dim : (powerBasis p).dim = p - 1 := by
simp [powerBasis, Nat.totient_prime hpri.out, natDegree_cyclotomic]

Expand Down

0 comments on commit 5728fda

Please sign in to comment.