feat(GroupTheory/GroupAction/Blocks): order iso between blocks and subgroups#12050
Closed
AntoineChambert-Loir wants to merge 510 commits intomasterfrom
Closed
feat(GroupTheory/GroupAction/Blocks): order iso between blocks and subgroups#12050AntoineChambert-Loir wants to merge 510 commits intomasterfrom
AntoineChambert-Loir wants to merge 510 commits intomasterfrom
Conversation
This was referenced Apr 10, 2024
tb65536
reviewed
Jun 1, 2024
tb65536
reviewed
Jun 2, 2024
…sm groups (#12843) We show that the automorphism group of a fiber functor is isomorphic to the limit of the automorphism groups of all Galois objects. From this we deduce that the automorphism group of a fiber functor acts transitively on the fibers of connected objects. This is the last essential step towards showing that a fiber functor induces a fully faithful embedding into the category of finite `Aut F`-types.
Hopefully this one is not controversial. :-)
Co-authored-by: madvorak <dvorakmartinbridge@seznam.cz>
… sigma filter. (#10856) add a general construction of a measurable space consisting of sets measurable with respect to some underlying sigma algebra modulo a given sigma filter. Refactor basic definitions and lemmas in `MeasureTheory/Measure/NullMeasurable.lean` to be an instance of this general construction. The reason is that in the immediate future I would like to define Baire measurability in mathlib, and want to avoid repetition. *TODO*: Similarly generalize things about `AEMeasurable`, where appropriate. Co-authored-by: Felix-Weilacher <112423742+Felix-Weilacher@users.noreply.github.com> Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
- Fix a typo in the docstrings (`[x, z]` instead of `[y, z]`). Happens multiple times in the file. - Add docstrings for `ConvexOn.secant_mono`, `StrictConvexOn.secant_strict_mono` and `StrictConcaveOn.secant_strict_mono`. - Remove a `show` tactic. It was added during the porting, but it seems that it is no longer needed. Happens twice.
Golf and move `Prod.instNeBotNhdsWithinIio` etc.
…#11478) I won't have a lot of time to work on this PR until April, so please feel free to take it over before then. I initially wanted to use `synthInstance` rather than `findLocalDeclWithType?` but because `n` is not an outParam in `CharP R n`, the typeclass system won't work unless we know the value of `n` already. Perhaps `findLocalDeclWithType?` is cheap enough to make this part of standard `reduce_mod_char` behaviour. I'd like to profile our usecases to find out if indeed this holds when expressions become much more complicated. Zulip thread: https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/reduce_mod_char.20doesn't.20work Co-authored-by: Rob Lewis <Rob.y.lewis@gmail.com>
As [reported on Zulip](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/missing.20doc.20of.20.60.23check_failure.60/near/434466058), the `#help` command is out of date with respect to the parsers that can be obscuring the search for the "first token", used to power the search-by-token-prefix form of the command `#help tactic "measur"`. The list below has been tested against everything in lean, and the only things that fail to find a first token now are those that actually don't have a token like the ident parser. Co-authored-by: Mario Carneiro <di.gama@gmail.com>
Extend the style linter with two tiny features: - lint on "isolated where": all occurrences were already fixed in #12991 and #13202. - lint on "leading by": if one line starts with `by ` but the previous line ends with `:=`, according to the style guide the `by` should move to the previous line. For now, we only lint if the `by` fits on the previous line (fixed in #13618 and predecessors): there about other 28 cases in mathlib which don't have an obvious fix.
... as was discussed on zulip the other day; I cannot find the link quickly. After this PR, a handful of uses remain which are harder to remove: [this branch](https://github.com/leanprover-community/mathlib4/compare/MR-mono-gcongr) comments them all
Inspired by #12661: let's start with some easy instances, so we can focus on the difficult ones. In particular, this PR does not depend on any in-progress bugfixes, not tries to change a default value `by continuity` to `by fun_prop`. I am not at all confident about the tagging of lemmas with fun_prop: I remember this being subtle, but can't find any documentation on this. @lecopivo Can you advise on these lemmas (or simply link to the right documentation if I just overlooked it)?
Unnecessary, and unhelpful.
…IsLocalization` (#13933) If `x` is a point in the basic open set `D(f)` where `f` is a homogeneous element of positive degree, then the homogeneously localized ring `A⁰ₓ` has the universal property of the localization of `A⁰_f` at `φ(x)` where `φ : Proj|D(f) ⟶ Spec A⁰_f` is the morphism of locally ringed space constructed as above. Co-authored-by: Andrew Yang <the.erd.one@gmail.com> Co-authored-by: zjj <j.jj@j.jj>
This is the first part of the refactor of `CompHaus` and friends (adding the new API which will eventually be used to redefine the categories of compact Hausdorff spaces, see #12930)
These are not actionable anymore (if they ever were). Fixes #10756.
Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr>
… sets (#13638) We add a lemma showing that if `P` is a downwards-closed predicate on sets, then `s` is maximal w.r.t. `P` iff `s` has property `P` but no proper insertion of `s` has property `P`. We also add the dual lemma for single removals and upwards-closed predicates.
Put materials about (Mv)Polynomial into Kaehler/Polynomial and the others into Kaehler/Basic
PR summary d8dc2ab104Import changesNo significant changes to the import graph
|
Collaborator
Author
|
something went wrong with the merge, there shouldn't be thousands of modified files… |
Collaborator
Author
|
As I can't correct this merge, I opened a new branch #13995 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR proves the order isomorphism between blocks containing a point and subgroups containing its stabilizer.