Theorems · Theorem · dynamical systems
SymbolicDynamics.FullShift.Pattern.occursInAt_shift
∀ {A : Type u_3} {G : Type u_4} [inst : Inhabited A] [inst_1 : AddMonoid G] (p : SymbolicDynamics.FullShift.Pattern A G)
(x : G → A) (g h : G), p.occursInAt (SymbolicDynamics.FullShift.shift g x) h ↔ p.occursInAt x (g + h)Shifting a configuration commutes with occurrences of a pattern.
Formally: a pattern p occurs in the shifted configuration shift h x at
position g if and only if it occurs in the original configuration x at
position g + h.
- Defined in
- Mathlib.Dynamics.SymbolicDynamics.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 55 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- add_assocproof · cited by 746
- SymbolicDynamics.FullShift.Patternstatement and proof · cited by 21
- SymbolicDynamics.FullShift.Pattern.supportproof · cited by 13
- SymbolicDynamics.FullShift.shiftstatement · cited by 10
- SymbolicDynamics.FullShift.Pattern.configproof · cited by 8
- SymbolicDynamics.FullShift.Pattern.occursInAtstatement · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- SymbolicDynamics.FullShift.Pattern.mapsTo_shift_forbiddenproof · cited by 0