Theorems · Theorem · field theory
Function.Periodic.exists_mem_Ico
∀ {α : 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.Ico a (a + c), f x = f yIf a function f is Periodic with positive period c, then for all x there exists some
y ∈ Ico a (a + c) such that f x = f y.
- Defined in
- Mathlib.Algebra.Field.Periodic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 52 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.Icostatement and proof · cited by 799
- 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_Icoproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.