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

[Merged by Bors] - feat: port FieldTheory.Adjoin #4723

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
953cb05
feat: port FieldTheory.Adjoin
riccardobrasca Jun 6, 2023
5f422ed
Initial file copy from mathport
riccardobrasca Jun 6, 2023
3d9d2e9
automated fixes
riccardobrasca Jun 6, 2023
871dca5
fix first section
riccardobrasca Jun 6, 2023
79c30e0
another section done
riccardobrasca Jun 6, 2023
54a820c
AdjoinIntermediateFieldLattice done
riccardobrasca Jun 6, 2023
f2cc1ec
progress
riccardobrasca Jun 6, 2023
17d4fb1
minifix
Ruben-VandeVelde Jun 6, 2023
f3669ab
Unsatisfyingly few fixes
adomani Jun 6, 2023
3b6b1f4
Merge branch 'port/FieldTheory.Adjoin' of github.com:leanprover-commu…
adomani Jun 6, 2023
9588154
minifixes
riccardobrasca Jun 7, 2023
ed1c759
section induction done
riccardobrasca Jun 7, 2023
963f3b5
some progress
riccardobrasca Jun 7, 2023
863ad93
Lifts.liftOfSplits fixed (slow)
riccardobrasca Jun 7, 2023
c9737d6
progress
riccardobrasca Jun 8, 2023
d87dfb7
a few fixes
ChrisHughes24 Jun 8, 2023
f18161a
progress
ChrisHughes24 Jun 8, 2023
ae41df9
progress
ChrisHughes24 Jun 8, 2023
713a0ba
more progress
ChrisHughes24 Jun 8, 2023
b6b30ca
auto: naming
ChrisHughes24 Jun 8, 2023
4fa29a4
more comment fixes
ChrisHughes24 Jun 8, 2023
afcaab6
minor tidy
ChrisHughes24 Jun 8, 2023
a89f97f
add finiteDimensional_iSup_of_finset'
riccardobrasca Jun 8, 2023
0c21720
long lines
riccardobrasca Jun 8, 2023
506455c
another long line
riccardobrasca Jun 8, 2023
09255b7
add doc
riccardobrasca Jun 8, 2023
28fccd3
unused argument
riccardobrasca Jun 8, 2023
0e7399c
doc
riccardobrasca Jun 8, 2023
944b312
linter
riccardobrasca Jun 8, 2023
f49d04f
linter
riccardobrasca Jun 8, 2023
a137fb4
green?
riccardobrasca Jun 8, 2023
a1d1873
Update Mathlib/FieldTheory/Adjoin.lean
riccardobrasca Jun 8, 2023
e139bfa
Update Mathlib/FieldTheory/Adjoin.lean
riccardobrasca Jun 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,7 @@ import Mathlib.Dynamics.Flow
import Mathlib.Dynamics.Minimal
import Mathlib.Dynamics.OmegaLimit
import Mathlib.Dynamics.PeriodicPts
import Mathlib.FieldTheory.Adjoin
import Mathlib.FieldTheory.AxGrothendieck
import Mathlib.FieldTheory.ChevalleyWarning
import Mathlib.FieldTheory.Finite.Basic
Expand Down
Loading
Loading