Commit 2020-03-22 08:44 3a714995
View on Github →feat(ring_theory/algebra) : generalize rat.algebra_rat
to division_ring
(#2208)
Other changes:
- add lemmas about field inverse to
algebra/semiconj
andalgebra/commute
; - drop
rat.cast
, defineinstance : has_coe
right away to avoid accidental use ofrat.cast
in theorems; - define
rat.cast_hom
instead ofis_ring_hom rat.cast
; - generalize some theorems about from
field
todivision_ring
.