Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(NumberField/CanonicalEmbedding): define the plusPart of a set #18231

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

xroblot
Copy link
Collaborator

@xroblot xroblot commented Oct 25, 2024

Let A be a subset of the mixedSpace K of a number field K. We say that A is symmetric at real places if it satisfies:

∀ x, x ∈ A ↔ (fun w ↦ |x.1 w|, x.2) ∈ A

If A is measurable and symmetric at real places, we prove that

volume A = 2 ^ nrRealPlaces K * volume (plusPart A)

where plusPart is the subset of elements of A that are positive at all real places.

This PR is part of the proof of the Analytic Class Number Formula.


Open in Gitpod

@xroblot xroblot added WIP Work in progress t-number-theory Number theory (also use t-algebra or t-analysis to specialize) labels Oct 25, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 25, 2024
Copy link

github-actions bot commented Oct 25, 2024

PR summary 69aabc2248

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ iUnion_negAt_plusPart_ae
+ iUnion_negAt_plusPart_union
+ instance : IsAddHaarMeasure (volume : Measure (mixedSpace K))
+ instance : NoAtoms (volume : Measure (mixedSpace K)) := by
+ measurableSet_negAt_plusPart
+ measurableSet_plusPart
+ mem_negAt_plusPart_of_mem
+ neg_of_mem_negA_plusPart
+ plusPart
+ volume_eq_two_pow_mul_volume_plusPart
+ volume_eq_zero
+ volume_negAt_plusPart

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 25, 2024
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Oct 25, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 28, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 28, 2024
mathlib-bors bot pushed a commit that referenced this pull request Oct 28, 2024
Let `s` be a set of real places of the number field `K`. This PR defines the map `negAt s` on `mixedSpace K` that swaps the sign at all real places in `s` and proves some of its properties. 

It will be used later in #18231. 

This PR is part of the proof of the Analytic Class Number Formula.
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Oct 28, 2024
@mathlib4-dependent-issues-bot
Copy link
Collaborator

This PR/issue depends on:

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) t-number-theory Number theory (also use t-algebra or t-analysis to specialize) WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants