Commit 2020-06-14 11:55 4e886875
View on Github →chore(data/complex/basic): rearrange into sections (#3068) Also:
- reworded some docstrings,
- removed dependence on
deprecated.field
by changing the proofs ofof_real_div
andof_real_fpow
to usering_hom
lemmas instead ofis_ring_hom
lemma, - renamed the instance
of_real.is_ring_hom
toocoe.is_ring_hom
, - renamed
real_prod_equiv*
toequiv_prod_real*
, and conj_two
was removed in favor ofconj_bit0
andconj_bit1
.