Theorems · Theorem · general topology
Congruent.index_map
∀ {ι : Type u_1} {ι' : Type u_2} {P₁ : Type u_3} {P₂ : Type u_4} {v₁ : ι → P₁} {v₂ : ι → P₂}
[inst : PseudoEMetricSpace P₁] [inst_1 : PseudoEMetricSpace P₂],
Congruent v₁ v₂ → ∀ (f : ι' → ι), Congruent (v₁ ∘ f) (v₂ ∘ f)Change the index set ι to an index ι' that maps to ι.
- Defined in
- Mathlib.Topology.MetricSpace.Congruence
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 150 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PseudoEMetricSpacestatement and proof · cited by 1,536
- Congruentstatement and proof · cited by 37
- Congruent.edist_eqproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Congruent.index_equivproof · cited by 0