Theorems · Definition · number theory
ClassGroup.normBound
{R : Type u_1} →
{S : Type u_2} →
[inst : EuclideanDomain R] →
[inst_1 : CommRing S] →
[IsDomain S] →
[inst_3 : Algebra R S] →
AbsoluteValue R ℤ → {ι : Type u_5} → [DecidableEq ι] → [Fintype ι] → Module.Basis ι R S → ℤIf b is an R-basis of S of cardinality n, then normBound abv b is an integer
such that for every R-integral element a : S with coordinates ≤ y,
we have Algebra.norm a ≤ normBound abv b * y ^ n. (See also norm_le and norm_lt).
- Defined in
- Mathlib.NumberTheory.ClassNumber.Finite
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Fintypestatement and proof · cited by 7,736
- Finset.univproof · cited by 3,473
- IsDomainstatement and proof · cited by 2,196
- Module.Basisstatement and proof · cited by 1,477
- Fintype.cardproof · cited by 1,386
- Finset.imageproof · cited by 910
- Nat.factorialproof · cited by 616
- AbsoluteValuestatement and proof · cited by 363
- Nonempty.someproof · cited by 340
Cited by6
Results whose statement or proof uses this declaration.
- ClassGroup.cardMproof · cited by 4
- ClassGroup.normBound_posstatement · cited by 2
- ClassGroup.exists_mem_finsetApproxproof · cited by 1
- ClassGroup.norm_lestatement and proof · cited by 1
- ClassGroup.norm_ltstatement and proof · cited by 1
- ClassGroup.normBound.congr_simpstatement and proof · cited by 0