You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Taneb Is it Rng as defined here? If required I can migrate it to stdlib
record IsRng (+ * : Op₂ A) (-_ : Op₁ A) (0# : A) : Set (a ⊔ ℓ) where
field
+-isAbelianGroup : IsAbelianGroup + 0# -_
*-isSemigroup : IsSemigroup *
distrib : * DistributesOver +
zero : Zero 0# *
These are useful for talking about ideals of rings, which in general have this form.
The text was updated successfully, but these errors were encountered: