English
The total space of the vector bundle core is identified with the total space of the fiber bundle core.
Русский
Полное пространство ядра векторного расслоения идентифицируется с полным пространством ядра фибер-бандла.
LaTeX
$$$\text{TotalSpace}(Z) = \text{TotalSpace}(F, Z.Fiber)$$$
Lean4
/-- The total space of the vector bundle, as a convenience function for dot notation.
It is by definition equal to `Bundle.TotalSpace F Z.Fiber`. -/
@[nolint unusedArguments, reducible]
protected def TotalSpace :=
Bundle.TotalSpace F Z.Fiber