Update Basic.lean
This commit is contained in:
parent
4cdab9f4c5
commit
2425c09e87
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ lemma LinSols.ext {χ : ACCSystemLinear} {S T : χ.LinSols} (h : S.val = T.val)
|
||||||
simp_all only
|
simp_all only
|
||||||
|
|
||||||
/-- An instance providing the operations and properties for `LinSols` to form an
|
/-- An instance providing the operations and properties for `LinSols` to form an
|
||||||
addative commutative monoid. -/
|
additive commutative monoid. -/
|
||||||
@[simps!]
|
@[simps!]
|
||||||
instance linSolsAddCommMonoid (χ : ACCSystemLinear) :
|
instance linSolsAddCommMonoid (χ : ACCSystemLinear) :
|
||||||
AddCommMonoid χ.LinSols where
|
AddCommMonoid χ.LinSols where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue