Theorems · Theorem · general topology
PiNat.cylinder_longestPrefix_eq_of_longestPrefix_lt_firstDiff
∀ {E : ℕ → Type u_1} [inst : (n : ℕ) → TopologicalSpace (E n)] [∀ (n : ℕ), DiscreteTopology (E n)] {x y : (n : ℕ) → E n}
{s : Set ((n : ℕ) → E n)},
IsClosed s →
s.Nonempty →
PiNat.longestPrefix x s < PiNat.firstDiff x y →
x ∉ s → y ∉ s → PiNat.cylinder x (PiNat.longestPrefix x s) = PiNat.cylinder y (PiNat.longestPrefix y s)If two points x, y coincide up to length n, and the longest common prefix of x with s
is strictly shorter than n, then the longest common prefix of y with s is the same, and both
cylinders of this length based at x and y coincide.
- Defined in
- Mathlib.Topology.MetricSpace.PiNat
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Nonemptystatement and proof · cited by 2,627
- Disjointproof · cited by 2,201
- LT.lt.leproof · cited by 2,189
- IsClosedstatement and proof · cited by 1,639
- DiscreteTopologystatement and proof · cited by 373
- lt_trichotomyproof · cited by 178
- Set.Nonempty.monoproof · cited by 88
- PiNat.cylinderstatement and proof · cited by 26
- Set.inter_subset_inter_rightproof · cited by 26
- PiNat.firstDiffstatement and proof · cited by 23
Cited by1
Results whose statement or proof uses this declaration.
- PiNat.exists_lipschitz_retraction_of_isClosedproof · cited by 2