Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 96a2038

Browse files
committed
chore(linear_algebra/bilinear_form): cleanup (#5049)
- Generalize some defs and lemmas to semimodules over semirings - Define the equiv between `bilin_form` and `linear_map` analogously to `linear_map.to_matrix / matrix.to_lin` - Mark appropriate lemmas as `simp` - Fix overlong lines, match style guide in other places too - Make use of variables consistent throughout the file
1 parent 270fc31 commit 96a2038

File tree

2 files changed

+269
-214
lines changed

2 files changed

+269
-214
lines changed

scripts/copy-mod-doc-exceptions.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,13 +1156,6 @@ src/linear_algebra/basic.lean : line 2054 : ERR_LIN : Line has more than 100 cha
11561156
src/linear_algebra/basic.lean : line 2112 : ERR_LIN : Line has more than 100 characters
11571157
src/linear_algebra/basic.lean : line 2180 : ERR_LIN : Line has more than 100 characters
11581158
src/linear_algebra/basis.lean : line 93 : ERR_LIN : Line has more than 100 characters
1159-
src/linear_algebra/bilinear_form.lean : line 106 : ERR_LIN : Line has more than 100 characters
1160-
src/linear_algebra/bilinear_form.lean : line 154 : ERR_LIN : Line has more than 100 characters
1161-
src/linear_algebra/bilinear_form.lean : line 368 : ERR_LIN : Line has more than 100 characters
1162-
src/linear_algebra/bilinear_form.lean : line 621 : ERR_LIN : Line has more than 100 characters
1163-
src/linear_algebra/bilinear_form.lean : line 623 : ERR_LIN : Line has more than 100 characters
1164-
src/linear_algebra/bilinear_form.lean : line 658 : ERR_LIN : Line has more than 100 characters
1165-
src/linear_algebra/bilinear_form.lean : line 98 : ERR_LIN : Line has more than 100 characters
11661159
src/linear_algebra/char_poly/coeff.lean : line 190 : ERR_LIN : Line has more than 100 characters
11671160
src/linear_algebra/char_poly/coeff.lean : line 24 : ERR_LIN : Line has more than 100 characters
11681161
src/linear_algebra/char_poly/coeff.lean : line 26 : ERR_LIN : Line has more than 100 characters

0 commit comments

Comments
 (0)