Commit 2023-08-24 09:53 75e30432

View on Github →

feat: some lemmas about products and coproducts in opposite categories (#6758)

  • Adds missing theorem hasColimit_op_of_hasLimit and its dual.
  • Adds instance [HasCoproduct Z] : HasProduct (fun z ↦ op (Z z)) and its dual
  • Defines the isomorphism op (∐ Z) ≅ ∏ (fun z => op (Z z)) and its dual and proves some naturality lemmas about them.

Estimated changes