We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d0204 commit 5660741Copy full SHA for 5660741
2 files changed
Mathlib/Algebra/Algebra/Operations.lean
@@ -734,6 +734,8 @@ theorem mker_spanSingleton :
734
735
/-- Exactness of the sequence `1 → Rˣ → Aˣ → (Submodule R A)ˣ → Pic R → Pic A` at `Aˣ`.
736
See Exercise I.3.7(iv) in [Weibel2013] or Theorem 2.4 in [RobertsSingh1993]. -/
737
+/- Note: `assert_not_exists Submodule.hasQuotient` in `Mathlib.RingTheory.Ideal.Operations`
738
+forbids importing `Function.MulExact` into this file. -/
739
theorem ker_unitsMap_spanSingleton :
740
(Units.map (Submodule.spanSingleton R).toMonoidHom).ker =
741
(Units.map (algebraMap R A).toMonoidHom).range := by
0 commit comments