Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkybky committed Oct 26, 2024
1 parent 59700a1 commit 1559f5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GaloisRamification/GaloisRamification.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ set_option autoImplicit false

/-!
# Ramification theory in Galois extensions of number fields
# Ramification theory in Galois extensions of Dedekind domains
In this file, we discuss the ramification theory in Galois extensions of number fields, which is
In this file, we discuss the ramification theory in Galois extensions of Dedekind domains, which is
also called Hilbert's Ramification Theory.
## Main definitions and results
Expand Down
2 changes: 1 addition & 1 deletion GaloisRamification/Hilbert's_Ramification_Theory.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/-
Copyright (c) 2023 Hu Yongle. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Hu Yongle
Authors: Hu Yongle, Jiedong Jiang
-/
import Mathlib.Tactic
import Mathlib.NumberTheory.NumberField.Norm
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ package "GaloisRamification" where
`pp.unicode.fun, true-- pretty-prints `fun a ↦ b`
]
-- add any additional package configuration options here
version := v!"0.1.0"

require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"

@[default_target]
lean_lib «GaloisRamification» where
-- add library configuration options here

Expand Down

0 comments on commit 1559f5a

Please sign in to comment.