Skip to content

Commit

Permalink
chore(LinearAlgebra/LinearIndependent): generalize a section from rin…
Browse files Browse the repository at this point in the history
…gs to semirings (#17864)
  • Loading branch information
yuma-mizuno committed Oct 17, 2024
1 parent 52caeb5 commit 628c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/LinearAlgebra/LinearIndependent.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ end Module

section Nontrivial

variable [Ring R] [Nontrivial R] [AddCommGroup M] [AddCommGroup M']
variable [Semiring R] [Nontrivial R] [AddCommGroup M] [AddCommGroup M']
variable [Module R M] [NoZeroSMulDivisors R M] [Module R M']
variable {s t : Set M}

Expand Down

0 comments on commit 628c756

Please sign in to comment.