I am reading Analysis on Manifolds by Munkres, and I am trying to understand better what manifolds are. Here are the relevant definitions:
Defn: For $k \in \mathbb{Z}^+$, a k-manifold in $\mathbb{R}^n$ of class $C^r$ is $M \subseteq \mathbb{R}^n$ s.t. $\forall p \in M$, $\exists V$ open in $M$, $p \in V$, $U$ open in either $\mathbb{R}^k$ or $\mathbb{H}^k$ and a bijection $\alpha:U \to V$ s.t.
- $\alpha$ is of class $C^r$
- $\alpha^{-1}:V \to U$ is continuous
- $D \alpha (x)$ has rank k $\forall x \in U$
Here $\mathbb{H}^k=\{x \in \mathbb{R}^k:x_k \geq 0 \}$
My intuitive understanding of manifolds, for instance, a surface (aka 2-dimensional manifold) in $\mathbb{R}^3$ lives in 3-dimensional space, but really only requires 2 parameters to describe. Now $[0,1]^2 \times \{ 0 \} = \{x \in \mathbb{R}^3: 0 \leq x_1,x_2 \leq 1, x_3=0 \}$ is not a 2-manifold in $\mathbb{R}^3$ b/c of its corners, for instance at the origin $\textbf{0}_3$. While it can be shown to violate the definition, why is this a bad thing, in other words, why should the definition exclude cases like this? I am new to this subject so any intuition that can be provided is greatly appreciated.