Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-10-21 23:04 16a9031a

View on Github →

refactor(data/complex/*): replace complex.conj and is_R_or_C.conj with star (#9640) This PR replaces complex.conj and is_R_or_C.conj by the star operation defined in algebra/star. Both of these are replaced with star_ring_aut, which is also made available under the notation conj defined in the locale complex_conjugate. This effectively also upgrades conj from a ring_hom to a ring_aut. Fixes #9421

Estimated changes

deleted def complex.conj
deleted theorem complex.conj_bijective
deleted theorem complex.conj_conj
deleted theorem complex.conj_eq_zero
deleted theorem complex.conj_inj
deleted theorem complex.conj_involutive
modified theorem complex.conj_of_real
deleted theorem complex.conj_one
deleted theorem complex.conj_sub