FenchelNielsenZomorrodian.Discrete.Arithmetic.FinsetLcm

1 Theorem

This module studies finset lcm for fenchel nielsen zomorrodian. If a finite set of periods contains an equal pair in the required position, then twice the lcm is bounded by the product.

import
Imported by

Declarations

theorem two_mul_lcm_le_prod_of_equal_pair
    {ι : Type*} {periods : ι → ℕ} {s : Finset ι}
    (hge : ∀ i ∈ s, 2 ≤ periods i)
    {i j : ι} (hi : i ∈ s) (hj : j ∈ s)
    (hji : j ≠ i) (hjEq : periods j = periods i) :
    2 * s.lcm periods ≤ s.prod periods

If a finite set of periods contains an equal pair in the required position, then twice the lcm is bounded by the product.

Show proof