We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066538b commit a7308f6Copy full SHA for a7308f6
1 file changed
Mathlib/Algebra/Module/Pi.lean
@@ -110,7 +110,7 @@ instance noZeroSMulDivisors (α) {_ : Semiring α} {_ : ∀ i, AddCommMonoid <|
110
111
/-- A special case of `Pi.noZeroSMulDivisors` for non-dependent types. Lean struggles to
112
synthesize this instance by itself elsewhere in the library. -/
113
-instance' _root_.Function.noZeroSMulDivisors {ι α β : Type _} {_ : Semiring α} {_ : AddCommMonoid β}
+instance' _root_.Function.noZeroSMulDivisors [Semiring α] [AddCommMonoid β]
114
[Module α β] [NoZeroSMulDivisors α β] : NoZeroSMulDivisors α (ι → β) :=
115
Pi.noZeroSMulDivisors _
116
#align function.no_zero_smul_divisors Function.noZeroSMulDivisors
0 commit comments