Commit 2021-09-08 10:25 4e8d9666
View on Github →feat(algebra/subalgebra): add missing actions by and on subalgebras (#9081)
For S : subalgebra R A, this adds the instances:
- for actions on subalgebras (generalizing the existing
algebra R S):module R' Salgebra R' Sis_scalar_tower R' R S
- for actions by subalgebras (generalizing the existing
algebra S α):mul_action S αsmul_comm_class S α βsmul_comm_class α S βis_scalar_tower S α βhas_faithful_scalar S αdistrib_mul_action S αmodule S αThis also removes the commutativity requirement onAfor theno_zero_smul_divisors S Ainstance.