Theorems · Definition · algebraic topology
Bundle.RiemannianMetric.mk.noConfusion
{B : Type u_4} →
{E : B → Type u_6} →
{inst : (b : B) → TopologicalSpace (E b)} →
{inst_1 : (b : B) → AddCommGroup (E b)} →
{inst_2 : (b : B) → Module ℝ (E b)} →
{P : Sort u} →
{inner : (b : B) → E b →L[ℝ] E b →L[ℝ] ℝ} →
{symm : ∀ (b : B) (v w : E b), ((inner b) v) w = ((inner b) w) v} →
{pos : ∀ (b : B) (v : E b), v ≠ 0 → 0 < ((inner b) v) v} →
{continuousAt : ∀ (b : B), ContinuousAt (fun v => ((inner b) v) v) 0} →
{isVonNBounded : ∀ (b : B), Bornology.IsVonNBounded ℝ {v | ((inner b) v) v < 1}} →
{inner' : (b : B) → E b →L[ℝ] E b →L[ℝ] ℝ} →
{symm' : ∀ (b : B) (v w : E b), ((inner' b) v) w = ((inner' b) w) v} →
{pos' : ∀ (b : B) (v : E b), v ≠ 0 → 0 < ((inner' b) v) v} →
{continuousAt' : ∀ (b : B), ContinuousAt (fun v => ((inner' b) v) v) 0} →
{isVonNBounded' : ∀ (b : B), Bornology.IsVonNBounded ℝ {v | ((inner' b) v) v < 1}} →
{ inner := inner, symm := symm, pos := pos, continuousAt := continuousAt,
isVonNBounded := isVonNBounded } =
{ inner := inner', symm := symm', pos := pos', continuousAt := continuousAt',
isVonNBounded := isVonNBounded' } →
(inner ≍ inner' → P) → P- Defined in
- Mathlib.Topology.VectorBundle.Riemannian
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- Set.ofPredstatement and proof · cited by 6,101
- ContinuousLinearMapstatement and proof · cited by 5,352
- ContinuousAtstatement and proof · cited by 697
- Bornology.IsVonNBoundedstatement and proof · cited by 136
- Bundle.RiemannianMetricstatement · cited by 7
- Bundle.RiemannianMetric.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Bundle.RiemannianMetric.mk.injproof · cited by 1