Mathlib Map

Theorems Β· Theorem Β· global analysis

ContMDiffAt.cle_arrowCongr

βˆ€ {π•œ : Type u_1} [inst : NontriviallyNormedField π•œ] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace π•œ E] {H : Type u_3} [inst_3 : TopologicalSpace H] {I : ModelWithCorners π•œ E H} {M : Type u_4}
  [inst_4 : TopologicalSpace M] [inst_5 : ChartedSpace H M] {F₁ : Type u_8} [inst_6 : NormedAddCommGroup F₁]
  [inst_7 : NormedSpace π•œ F₁] {Fβ‚‚ : Type u_9} [inst_8 : NormedAddCommGroup Fβ‚‚] [inst_9 : NormedSpace π•œ Fβ‚‚]
  {F₃ : Type u_10} [inst_10 : NormedAddCommGroup F₃] [inst_11 : NormedSpace π•œ F₃] {Fβ‚„ : Type u_11}
  [inst_12 : NormedAddCommGroup Fβ‚„] [inst_13 : NormedSpace π•œ Fβ‚„] {n : WithTop β„•βˆž} {f : M β†’ F₁ ≃L[π•œ] Fβ‚‚}
  {g : M β†’ F₃ ≃L[π•œ] Fβ‚„} {x : M},
  ContMDiffAt I (modelWithCornersSelf π•œ (Fβ‚‚ β†’L[π•œ] F₁)) n (fun x => ↑(f x).symm) x β†’
    ContMDiffAt I (modelWithCornersSelf π•œ (F₃ β†’L[π•œ] Fβ‚„)) n (fun x => ↑(g x)) x β†’
      ContMDiffAt I (modelWithCornersSelf π•œ ((F₁ β†’L[π•œ] F₃) β†’L[π•œ] Fβ‚‚ β†’L[π•œ] Fβ‚„)) n (fun y => ↑((f y).arrowCongr (g y))) x
Defined in
Mathlib.Geometry.Manifold.ContMDiff.NormedSpace
Cited by
1 results in Mathlib
Foundations
Depth 202 from the axioms Β· uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.