Commit 2021-04-15 04:42 c73b1653
View on Github →chore(data/fin,data/finset): a few lemmas (#7168)
fin.heq_fun_iff
: useSort*
instead ofType*
;fin.cast_refl
: takeh : n = n := rfl
as an argument;fin.cast_to_equiv
,fin.cast_eq_cast
: relatefin.cast
to_root_.cast
;finset.map_cast_heq
: new lemma;finset.subset_univ
: add@[simp]
;card_finset_fin_le
,fintype.card_finset_len
,fin.prod_const
: new lemmas;order_iso.refl
: new definition.