Theorems · Definition · dynamical systems
SymbolicDynamics.FullShift.mulForbidden
{A : Type u_1} →
{G : Type u_2} → [inst : Inhabited A] → [Monoid G] → Set (SymbolicDynamics.FullShift.Pattern A G) → Set (G → A)mulForbidden F is the set of configurations that avoid every pattern in F.
Formally: x ∈ mulForbidden F if and only if for every pattern p ∈ F and every
monoid element g : G, the pattern p does not occur in x at position g.
Intuitively, mulForbidden F is the shift space defined by declaring the finite set
(or family) of patterns F to be forbidden. A configuration belongs to the subshift if and only
it avoids all the forbidden patterns.
- Defined in
- Mathlib.Dynamics.SymbolicDynamics.Basic
- Cited by
- 2 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.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.ofPredproof · cited by 6,101
- Monoidstatement and proof · cited by 3,887
- SymbolicDynamics.FullShift.Patternstatement and proof · cited by 21
- SymbolicDynamics.FullShift.Pattern.mulOccursInAtproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- SymbolicDynamics.FullShift.MulSubshift.ofForbiddenproof · cited by 0
- SymbolicDynamics.FullShift.Pattern.mapsTo_mulShift_mulForbiddenstatement and proof · cited by 0
- SymbolicDynamics.FullShift.isClosed_mulForbiddenstatement · cited by 0