Theorems · Definition · algebraic topology
ContinuousMap.HomotopyEquiv.mk.noConfusion
{X : Type u} →
{Y : Type v} →
{inst : TopologicalSpace X} →
{inst_1 : TopologicalSpace Y} →
{P : Sort u_1} →
{toFun : C(X, Y)} →
{invFun : C(Y, X)} →
{left_inv : (invFun.comp toFun).Homotopic (ContinuousMap.id X)} →
{right_inv : (toFun.comp invFun).Homotopic (ContinuousMap.id Y)} →
{toFun' : C(X, Y)} →
{invFun' : C(Y, X)} →
{left_inv' : (invFun'.comp toFun').Homotopic (ContinuousMap.id X)} →
{right_inv' : (toFun'.comp invFun').Homotopic (ContinuousMap.id Y)} →
{ toFun := toFun, invFun := invFun, left_inv := left_inv, right_inv := right_inv } =
{ toFun := toFun', invFun := invFun', left_inv := left_inv', right_inv := right_inv' } →
(toFun ≍ toFun' → invFun ≍ invFun' → P) → P- Defined in
- Mathlib.Topology.Homotopy.Equiv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses no axioms
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.
- TopologicalSpacestatement and proof · cited by 24,529
- ContinuousMapstatement and proof · cited by 2,491
- ContinuousMap.compstatement and proof · cited by 181
- ContinuousMap.idstatement and proof · cited by 73
- ContinuousMap.Homotopicstatement and proof · cited by 24
- ContinuousMap.HomotopyEquivstatement · cited by 23
- ContinuousMap.HomotopyEquiv.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.HomotopyEquiv.mk.injproof · cited by 1