You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(Algebra/QuadraticAlgebra): injectivity and surjectivity of lift (#42439)
Add API for the algebra map `QuadraticAlgebra.lift`:
* `range_lift`: its range is the subalgebra generated by `u`;
* `lift_surjective_iff`: surjective iff `u` generates the algebra;
* `lift_injective_iff`: injective iff `1` and `u` are linearly independent.
Also add the basis decomposition `re_smul_add_im_smul` (used to golf `algHom_ext`) and `adjoin_omega_eq_top`.
0 commit comments