Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-04-17 01:11 d2db3e83

View on Github →

chore(algebra/lie_algebra): add function coercion for morphisms (#2434) In fact three different changes are being made here:

  1. Adding direct function coercion for lie_algebra.morphism, allowing us to tidy up map_lie and increase simp scope
  2. Providing a zero element for lie_subalgebra, thus allowing removal of a has_inhabited_instance exception in nolints.txt
  3. Providing a zero element for lie_submodule, thus allowing removal of a has_inhabited_instance exception in nolints.txt

Estimated changes