@[implicit_reducible]
Equations
- FieldCat.instCoeSortType = { coe := FieldCat.carrier }
@[reducible, inline]
The object in the category of R-algebras associated to a type equipped with the appropriate
typeclasses. This is the preferred way to construct a term of FieldCat.
Equations
- FieldCat.of R = { carrier := R, field := inst✝ }
Instances For
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[simp]
@[simp]
@[implicit_reducible]
instance
FieldCat.instConcreteCategoryRingHomCarrier :
CategoryTheory.ConcreteCategory FieldCat fun (R S : FieldCat) => ↑R →+* ↑S
Equations
- One or more equations did not get rendered due to their size.
This unification hint helps with problems of the form (forget ?C).obj R =?= carrier R'.
An example where this is needed is in applying
PresheafOfModules.Sheafify.app_eq_of_isLocallyInjective.
Equations
- R.forgetObjEqCoe R' = (R = R' → (CategoryTheory.forget FieldCat).obj R = ↑R')
Instances For
@[implicit_reducible]
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
Field equivalence are isomorphisms in category of semirings
Equations
Instances For
@[simp]