Commit 2021-12-15 09:53 03a250a4
View on Github →chore(data/sym/sym2): Better lemma names (#10801) Renames
- mk_has_memto- mk_mem_left
- mk_has_mem_rightto- mk_mem_right. Just doesn't follow the convention.
- mem_otherto- otherin lemma names. The- memis confusing and is only part of the fully qualified name for dot notation to work.
- sym2.elems_iff_eqto- mem_and_mem_iff.- elemsis never used elsewhere. Could also be- mem_mem_iff.
- is_diag_iff_eqto- mk_is_diag_iff. The form of the argument was ambiguous. Adding- mksolves it.