Theorems · Theorem · field theory
Function.Periodic.exists_mem_Ioc
∀ {α : Type u_1} {β : Type u_2} {f : α → β} {c : α} [inst : AddCommGroup α] [inst_1 : LinearOrder α]
[IsOrderedAddMonoid α] [Archimedean α],
Function.Periodic f c → 0 < c → ∀ (x a : α), ∃ y ∈ Set.Ioc a (a + c), f x = f yIf a function f is Periodic with positive period c, then for all x there exists some
y ∈ Ioc a (a + c) such that f x = f y.
- Defined in
- Mathlib.Algebra.Field.Periodic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 51 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- Set.Iocstatement and proof · cited by 971
- Archimedeanstatement and proof · cited by 603
- ExistsUniqueproof · cited by 268
- Function.Periodicstatement and proof · cited by 154
- Function.Periodic.zsmulproof · cited by 9
- existsUnique_add_zsmul_mem_Iocproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- Function.Periodic.image_Iocproof · cited by 3