Zulip Chat Archive

Stream: condensed mathematics

Topic: exact_seq


Johan Commelin (Feb 24 2022 at 21:09):

A general remark about exact_seq. I've come to realise that it's often useful to prove lemmas about (f :: g :: L), where L is an arbitrary list of arrows. That way you can write things like (hL.drop 3).pair. It's slightly more efficient than using extract.


Last updated: Dec 20 2023 at 11:08 UTC