LeanPool.WhiteheadTheorem.Shapes.DiskHomeoCube #
Imported Lean Pool material for LeanPool.WhiteheadTheorem.Shapes.DiskHomeoCube.
The unit disk in ℝⁿ based on the Lᵖ norm, where p ≥ 1.
Equations
- TopCat.pDisk n p = TopCat.of (ULift.{?u.1, 0} ↑(Metric.closedBall 0 1))
Instances For
The boundary of the pDisk.
Equations
- TopCat.pDiskBoundary n p = TopCat.of (ULift.{?u.1, 0} ↑(Metric.sphere 0 1))
Instances For
Equations
Equations
Map x to (‖x‖_p / ‖x‖_q) • x.
Note that division by zero evaluates to zero (see toQDisk_zero).
Equations
Instances For
pDisk.toQDisk maps 0 to 0.
Note that division by zero evaluates to zero, due to GroupWithZero.inv_zero.
pDisk n p (the unit disk in ℝⁿ based on the Lᵖ norm) is homeomorphic to
pDisk n q (the unit disk in ℝⁿ based on the L^q norm).
Equations
- TopCat.pDisk.homeoQDisk n p q = { toFun := TopCat.pDisk.toQDisk n p q, invFun := TopCat.pDisk.toQDisk n q p, left_inv := ⋯, right_inv := ⋯, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
Equations
- TopCat.pDisk.isoQDisk n p q = TopCat.isoOfHomeo (TopCat.pDisk.homeoQDisk n p q)
Instances For
Equations
Instances For
The map boundaryToQDiskBoundary has a left inverse.
The map boundaryToQDiskBoundary is continuous.
pDiskBounday n p is homeomorphic to pDiskBoundary n q.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The large cube $[-1, 1]^n$ is homeomorphic to the cube $[0, 1]^n$.
Equations
- TopCat.largeCubeHomeoCube n = Homeomorph.piCongrRight fun (x : Fin n) => iccHomeoI (-1) 1 TopCat.largeCubeHomeoCube._proof_1
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
diskBoundaryHomeoCubeBoundaryULift
Equations
Instances For
Homeomorphism from the pair (TopCat.disk.{u} n, TopCat.diskBoundary.{u} n) to the pair (TopCat.cube.{u} n, TopCat.cubeBoundary.{u} n)
Equations
- One or more equations did not get rendered due to their size.