feat(Geometry/Manifold): MfldCat is a CartesianMonoidalCategory#38560
feat(Geometry/Manifold): MfldCat is a CartesianMonoidalCategory#38560Deicyde wants to merge 30 commits intoleanprover-community:masterfrom
MfldCat is a CartesianMonoidalCategory#38560Conversation
…e for ContinuousMap.
This reverts commit e1e7f6f.
This reverts commit 83e73fa.
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 9ee33d6428Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 799 | 2 | backward.privateInPublic |
| 415 | 2 | backward.privateInPublic.warn |
Current commit 46643c4439
Reference commit 9ee33d6428
This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
362846b to
ccf72ba
Compare
|
This PR/issue depends on:
|
We prove that the category of a C^n manifolds is a Cartesian monoidal category. This PR introduces a new file
Geometry/Manifold/Category/MfldCat/CartesianMonoidalclosely mirroring the structure ofAlgebra/Category/Grp/CartesianMonoidal.leanMfldCat, the category ofC^nmanifolds #38223