Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-04-10 20:28 60ccf8f7

View on Github →

feat(linear_algebra): add adjoint_pair from bilinear_form (#13203) Copying the definition and theorem about adjoint pairs from bilinear_form to sesquilinear_form. Defines the composition of two linear maps with a bilinear map to form a new bilinear map, which was missing from the bilinear_map API. We also use the new definition of adjoint pairs in analysis/inner_product_space/adjoint.

Estimated changes