Mathlib Map

Theorems · Theorem · number theory

MeasureTheory.exists_ne_zero_mem_lattice_of_measure_mul_two_pow_lt_measure

∀ {E : Type u_1} [inst : MeasurableSpace E] {μ : MeasureTheory.Measure E} {F s : Set E} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace ℝ E] [BorelSpace E] [FiniteDimensional ℝ E] [μ.IsAddHaarMeasure] {L : AddSubgroup E}
  [Countable ↥L],
  MeasureTheory.IsAddFundamentalDomain (↥L) F μ →
    (∀ x ∈ s, -x ∈ s) → Convex ℝ s → μ F * 2 ^ Module.finrank ℝ E < μ s → ∃ x, x ≠ 0 ∧ ↑x ∈ s

The Minkowski Convex Body Theorem. If s is a convex symmetric domain of E whose volume is large enough compared to the covolume of a lattice L of E, then it contains a non-zero lattice point of L.

Defined in
Mathlib.MeasureTheory.Group.GeometryOfNumbers
Cited by
3 results in Mathlib
Foundations
Depth 261 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceNormedAddCommGroupNormedSpaceBorelSpaceFiniteDimensionalMeasureTheory.Measure.IsAddHaarMeasureCountable

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites47

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.