Skip to content

Commit

Permalink
useless
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca committed Feb 18, 2024
1 parent 795c1d0 commit a0f88b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions FltRegular/NumberTheory/Cyclotomic/UnitLemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ open IsCyclotomicExtension NumberField Polynomial
local notation "R" => 𝓞 K

--The whole file is now for a generic primitive root ζ, quite a lot of names should be changed.

theorem auxil (a b c d : Rˣ) (h : a * b⁻¹ = c * d) : a * d⁻¹ = b * c := by
rw [mul_inv_eq_iff_eq_mul] at *
rw [h]
apply symm
rw [mul_assoc]
rw [mul_comm]

universe u

noncomputable section
Expand Down

0 comments on commit a0f88b0

Please sign in to comment.