Theorems · Theorem · general topology
continuousWithinAt_prod_of_discrete_right
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β]
[inst_2 : TopologicalSpace γ] [DiscreteTopology β] {f : α × β → γ} {s : Set (α × β)} {x : α × β},
ContinuousWithinAt f s x ↔ ContinuousWithinAt (fun x_1 => f (x_1, x.2)) {a | (a, x.2) ∈ s} x.1- Defined in
- Mathlib.Topology.ContinuousOn
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.ofPredstatement and proof · cited by 6,101
- nhdsproof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- SProd.sprodproof · cited by 1,750
- Filter.principalproof · cited by 740
- ContinuousWithinAtstatement and proof · cited by 512
- DiscreteTopologystatement and proof · cited by 373
- nhds_prod_eqproof · cited by 84
- Filter.prod_pureproof · cited by 30
- nhds_discreteproof · cited by 23
Cited by1
Results whose statement or proof uses this declaration.
- continuousAt_prod_of_discrete_rightproof · cited by 0