Skip to content

Commit

Permalink
chore: add issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Dec 9, 2024
1 parent ed6192a commit f7c20d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FLT/Mathlib/RingTheory/Norm/Defs.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ variable {M A B : Type*} [CommRing A] [CommRing B] [AddCommGroup M] [Algebra A B
-- for free modules of finite rank

lemma det_restrictScalars (f : M →ₗ[B] M) : (f.restrictScalars A).det = Algebra.norm A f.det := by
sorry
sorry -- #275

0 comments on commit f7c20d3

Please sign in to comment.