Skip to content

Commit

Permalink
why not
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca committed Nov 19, 2024
1 parent 5f0b101 commit b68131b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FltRegular/NumberTheory/IdealNorm.lean
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ variable [Module.Finite R S] [IsDedekindDomain R] [IsDedekindDomain S]
/-- Multiplicativity of `Ideal.spanIntNorm`. simp-normal form is `map_mul (Ideal.relNorm R)`. -/
theorem spanIntNorm_mul [Module.Free R S] (I J : Ideal S) :
spanIntNorm R (I * J) = spanIntNorm R I * spanIntNorm R J := by
classical
nontriviality R
cases subsingleton_or_nontrivial S
· have : ∀ I : Ideal S, I = ⊤ := fun I ↦ Subsingleton.elim I ⊤
Expand Down

0 comments on commit b68131b

Please sign in to comment.