Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit d76fdde

Browse files
committed
add namespace
1 parent 7c4bd40 commit d76fdde

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/geometry/manifold/vector_bundle/tangent.lean

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ variables {𝕜 : Type*} [nontrivially_normed_field 𝕜]
4242
{F : Type*} [normed_add_comm_group F] [normed_space 𝕜 F]
4343
variables (I)
4444

45+
namespace hide /- we temporarily put everything in a namespace to not have name clashes with
46+
the existing `tangent_bundle_core`. -/
47+
4548
/-- Auxiliary lemma for tangent spaces: the derivative of a coordinate change between two charts is
4649
smooth on its source. -/
4750
lemma cont_diff_on_fderiv_coord_change (i j : atlas H M) :
@@ -264,3 +267,5 @@ rfl
264267
((tangent_bundle_model_space_homeomorph H I).symm : model_prod H E → tangent_bundle I H)
265268
= (equiv.sigma_equiv_prod H E).symm :=
266269
rfl
270+
271+
end hide

0 commit comments

Comments
 (0)