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

Commit ade72ab

Browse files
committed
refactor(linear_algebra/quadratic_form/basic): generalize to semiring (#14303)
This uses a slightly nicer strategy than the one suggested by @adamtopaz [on Zulip](https://leanprover.zulipchat.com/#narrow/stream/116395-maths/topic/Exterior.20algebras.20over.20semiring/near/282808284). The main motivation here is to be able to talk about `0 : quadratic_form R M` even when there is no negation available, as that will let us merge `clifford_algebra` (which currently requires negation) and `exterior_algebra` (which does not). It's likely this generalization is broadly not very useful, so this adds a `quadratic_form.of_polar` constructor to preserve the old more convenient API. Note the `.bib` file changed slightly as I ran the autoformatting tool.
1 parent 9c2b890 commit ade72ab

File tree

4 files changed

+253
-136
lines changed

4 files changed

+253
-136
lines changed

docs/references.bib

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ @Book{ Elephant
521521
publisher = {Oxford University Press}
522522
}
523523

524-
@book{ engel1997,
524+
@Book{ engel1997,
525525
title = {Sperner theory},
526526
author = {Engel, Konrad},
527527
publisher = {Cambridge University Press},
@@ -539,22 +539,22 @@ @Article{ erdosrenyisos
539539
url = {https://www.renyi.hu/~p_erdos/1966-06.pdf}
540540
}
541541

542-
@article {etemadi_strong_law,
543-
AUTHOR = {Etemadi, Nasrollah},
544-
TITLE = {An elementary proof of the strong law of large numbers},
545-
JOURNAL = {Z. Wahrsch. Verw. Gebiete},
546-
FJOURNAL = {Zeitschrift f\"{u}r Wahrscheinlichkeitstheorie und Verwandte
547-
Gebiete},
548-
VOLUME = {55},
549-
YEAR = {1981},
550-
NUMBER = {1},
551-
PAGES = {119--122},
552-
ISSN = {0044-3719},
553-
MRCLASS = {60F15 (60B12)},
554-
MRNUMBER = {606010},
555-
MRREVIEWER = {Robert L. Taylor},
556-
DOI = {10.1007/BF01013465},
557-
URL = {https://doi.org/10.1007/BF01013465},
542+
@Article{ etemadi_strong_law,
543+
author = {Etemadi, Nasrollah},
544+
title = {An elementary proof of the strong law of large numbers},
545+
journal = {Z. Wahrsch. Verw. Gebiete},
546+
fjournal = {Zeitschrift f\"{u}r Wahrscheinlichkeitstheorie und
547+
Verwandte Gebiete},
548+
volume = {55},
549+
year = {1981},
550+
number = {1},
551+
pages = {119--122},
552+
issn = {0044-3719},
553+
mrclass = {60F15 (60B12)},
554+
mrnumber = {606010},
555+
mrreviewer = {Robert L. Taylor},
556+
doi = {10.1007/BF01013465},
557+
url = {https://doi.org/10.1007/BF01013465}
558558
}
559559

560560
@Book{ Federer1996,
@@ -979,6 +979,19 @@ @Article{ huneke2002
979979
url = {https://doi.org/10.1080/00029890.2002.11919853}
980980
}
981981

982+
@Article{ izhakian2016,
983+
title = {Supertropical quadratic forms I},
984+
journal = {Journal of Pure and Applied Algebra},
985+
volume = {220},
986+
number = {1},
987+
pages = {61-93},
988+
year = {2016},
989+
issn = {0022-4049},
990+
doi = {10.1016/j.jpaa.2015.05.043},
991+
url = {https://www.sciencedirect.com/science/article/pii/S0022404915001589},
992+
author = {Zur Izhakian and Manfred Knebusch and Louis Rowen},
993+
}
994+
982995
@Book{ james1999,
983996
author = {James, Ioan},
984997
title = {Topologies and uniformities},
@@ -1545,7 +1558,7 @@ @Book{ soare1987
15451558
doi = {10.1007/978-3-662-02460-7}
15461559
}
15471560

1548-
@book{ stanley2012,
1561+
@Book{ stanley2012,
15491562
author = {Stanley, Richard P.},
15501563
title = {Enumerative combinatorics},
15511564
place = {Cambridge},

0 commit comments

Comments
 (0)