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

FrobeniusRiou sorrys #137

Merged
merged 21 commits into from
Oct 1, 2024
Merged

Conversation

morrison-daniel
Copy link
Contributor

No description provided.

Copy link
Collaborator

@kbuzzard kbuzzard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need the dead code? Apart from this it seems ready to roll.

Comment on lines +271 to +292
/--
private theorem F_descent_monic
(hFull : ∀ (b : B), (∀ (g : G), g • b = b) → ∃ a : A, b = a) (b : B) :
∃ M : A[X], (M : B[X]) = F G b ∧ Monic M := by
have : F G b ∈ Polynomial.lifts (algebraMap A B) := by
choose M hM using F_descent hFull b
use M; exact hM
choose M hM using lifts_and_degree_eq_and_monic this (F_monic b)
use M
exact ⟨hM.1, hM.2.2⟩

variable (G) in
noncomputable def M [Finite G] (b : B) : A[X] := (F_descent_monic hFull b).choose

theorem M_spec (b : B) : ((M G hFull b : A[X]) : B[X]) = F G b :=
(F_descent_monic hFull b).choose_spec.1

theorem M_spec' (b : B) : (map (algebraMap A B) (M G hFull b)) = F G b :=
(F_descent_monic hFull b).choose_spec.1

theorem M_monic (b : B) : (M G hFull b).Monic := (F_descent_monic hFull b).choose_spec.2
--/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this dead code? Is there any reason it's still there?

Comment on lines +622 to +623


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@kbuzzard kbuzzard merged commit 5424c11 into ImperialCollegeLondon:main Oct 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants