Zulip Chat Archive

Stream: mathlib4

Topic: Data.List.Intervals mathlib4#1479


Johan Commelin (Jan 11 2023 at 08:01):

This PR contains

theorem bagInter_consecutive (n m l : Nat) : @List.bagInter  instBEq (Ico n m) (Ico m l) = [] :=

and the explicit instance is needed because

example : instBEqNat = instBEq := rfl --fails

Shall we just add a porting note and move on?


Last updated: Dec 20 2023 at 11:08 UTC